ProJor templates
On this site, you can find ready-to-use templates for
ProJor.
We are continously working on creating
new templates for various models, programming
languages, and technologies.
In this list, you can find our
open-source templates, which were released under the MIT license.
Spring Boot CRUD API (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework.
Nest.JS CRUD API (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Nest.JS framework.
TypeScript Node.JS CRUD API Client (MK I)
Generates a client library for a CRUD API. Uses TypeScript, and generates a Node.JS compatible package.
TypeScript Browser CRUD API Client (MK I)
Generates a client library for a CRUD API. Uses TypeScript, and generates a browser compatible package.
React + Tailwind CSS Admin Site (MK I)
Generates an admin site consisting of any number of pages. Uses React, and Tailwind CSS V3.
Commercial templates
Below you can find our commercial templates, which are available for any ProJor Commercial License owner.
Go CRUD API Client (MK I)
Generates a client library for a CRUD API. Uses the Go language.
Commander CLI for CRUD API (MK I)
Generates a command line interface application, that integrates a generated CRUD API. Uses TypeScript, and the Commander library.
Spring Boot CRUD Secured API (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework. Also supports authentication.
Spring Boot CRUD GraphQL (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework. Generates a GraphQL API implementing CRUD operations.
Spring Boot CRUD Secured GraphQL (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework. Generates a GraphQL API implementing CRUD operations. Also supports authentication.
Nest.JS Secured CRUD API (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Nest.JS framework. Also supports authentication.
Templates coming soon
Below you can find the templates we are
currently working on.
These templates are not yet available, but we are working to
release them as soon as possible.
Node.JS + OpenAI CRUD API Assistant CLI (MK I)
Generates a CLI, which implements a chat with an assistant, to whom the endpoints of a generated CRUD API are exposed. The AI can thus control the backend.
Angular CRUD Site (MK I)
Generates an Angular app, that integrates with a generated CRUD API.
Nest.JS CRUD GraphQL (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Nest.JS framework. Generates a GraphQL API implementing CRUD operations.
Nest.JS Secured CRUD GraphQL (MK I)
Generates a web service, which supports CRUD for a set of entities. Uses the Nest.JS framework. Generates a GraphQL API implementing CRUD operations. Also supports authentication.
Java CRUD API Client (MK I)
Generates a client library for a CRUD API. Uses Java, and its built-in HttpClient.
C# .NET Core CRUD API Client (MK I)
Generates a client library for a CRUD API. Uses C#.
Spring Boot CRUD API (MK II)
Generates an advanced web service, which supports CRUD (with filtering) for a set of entities. It also supports authentication. Uses the Spring Boot Framework.
Spring Boot CRUD JSONAPI API (MK II)
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework. Generates a JSONAPI compliant API. Works with admin templates like React Admin (RA) (with the RA JSONAPI Client).
Java CRUD JSONAPI Client
Generates a client library for a JSONAPI compliant CRUD API. Uses Java, and its built-in HttpClient.
TypeScript Node.JS CRUD JSONAPI Client
Generates a client library for a JSONAPI compliant CRUD API. Uses TypeScript, and generates a Node.JS compatible package.
TypeScript Browser CRUD JSONAPI Client
Generates a client library for a JSONAPI compliant CRUD API. Uses TypeScript, and generates a browser compatible package.
Go CRUD JSONAPI Client
Generates a client library for a JSONAPI compliant CRUD API. Uses the Go language.
C# .NET Core CRUD JSONAPI Client
Generates a client library for a JSONAPI compliant CRUD API. Uses C#.
Google Cloud Run Functions CRUD API (MK I)
Generates a web service and complete infrastructure for a CRUD web service. Generates one monolithic Google Cloud Run Function, and Terraform files for deploying the Cloud SQL database and the functions. Uses the Node.JS backend.