
ProJor
Templates
On this site, you can find ready-to-use templates for ProJor. We are continuously working on creating new templates for various models, programming languages, and technologies. You can use these templates as they are. You can also use them as a starting point to gain more knowledge about ProJor.
All templates are ready-to-go and give you value immediately.
Many of our templates are open-source and available under the MIT license.
Templates follow ProJor's best practices so you can learn by doing.
Commercial templates come with additional features and enterprise support.
Open Source Templates
These templates are available under the MIT license and can be used freely for any purpose.
Web Service
CRUD
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework.
CRUD
Generates a web service, which supports CRUD for a set of entities. Uses the Nest.JS framework.
Client Library
CRUD
Generates a client library for a CRUD API. Uses TypeScript, and generates a Node.JS compatible package.
CRUD
Generates a client library for a CRUD API. Uses TypeScript, and generates a browser compatible package.
Frontend App
Admin Site
Generates an admin site consisting of any number of pages. Uses React, and Tailwind CSS V3.
Commercial Templates
These templates are available for ProJor Commercial License owners. They contain additional features and support.
Web Service
CRUD
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework. Also supports authentication.
CRUD
Generates a web service, which supports CRUD for a set of entities. Uses the Spring Boot framework. Generates a GraphQL API implementing CRUD operations.
CRUD
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.
CRUD
Generates a web service, which supports CRUD for a set of entities. Uses the Nest.JS framework. Also supports authentication.
Client Library
CRUD
CLI App
CRUD
Generates a command line interface application, that integrates a generated CRUD API. Uses TypeScript, and the Commander library.