Starting a new project in Jitera is simple and geared towards helping you begin swiftly. You can import existing designs or repositories, or start from scratch. This article provides guidance on how to create a new project within Jitera.
Step-by-Step Guide
-
Access the Home page, click the “+ Add Project” button to create a new project
-
Select “Create first use case”

-
Enter Project Information
- Project Name: Provide a name for your project. This is a required field.
- Frameworks
- Backend framework: Choose from the available options:
- NestJS
- Ruby on Rails
- Laravel
- Frontend framework: Choose from the available options:
- Next.js
- Vite
- React Native
<aside>
💡 If you cannot find the language/framework you want. Don’t worry. You can start with any option by following the instructions here.
When the language and the framework are not in the option
</aside>
-
Create the Project
- Once all required fields are filled, click the “Create” button.
- Jitera initializes your project with the selected configuration and generates the code base
Tips for Choosing Frameworks
- NestJS: A progressive Node.js framework that is efficient and highly scalable, suitable for modern server-side applications.
- Ruby on Rails: Ideal for rapid development with a robust structure and a large community.
- Laravel: A PHP framework known for its elegant syntax and ease of use, perfect for projects requiring quick setup and deployment.
- Next.js: A powerful framework for building server-rendered React applications, offering excellent performance and SEO benefits.
- Vite: A build tool that aims to provide a faster and leaner development experience, particularly beneficial for single-page applications.
- React Native: A popular framework for building cross-platform mobile applications using React. It allows you to use the same codebase for both iOS and Android apps, streamlining development and reducing costs.