Introduction
Jitera is aiming to build the next era of software development. We are introducing Jitera, the development automation platform powered by AI.

With Jitera, the product manager begins by writing the usecases, and the developer constructs fully functional web and mobile applications complete with a database, API, and user interface —all without writing code.
[PD Demo]06. NEW JITERA FLOW.m4v
<aside>
💡
Due to version updates, the user interface shown in this video may differ slightly from the actual one.
</aside>
Key Concepts

- Usecase: A use case is a requirement analysis tool used to describe the interaction process between a system and its users. It represents a specific interaction scenario between a user and the system, outlining the actions performed by the actor and how the system responds to those actions. Use cases are typically used to identify the functional requirements of a system, and define the user interface and interactions with the system.
- Ticket: Jitera generates tickets from usecases to separate them into multiple user stories, allowing for the minimum development tasks necessary to create an improved database, business logic, API, and code.
- Database: Databases provide a mechanism for storing and managing large amounts of structured information.
- Business Logic: Business Logic involves data processing, calculations, validations, decisions, and other operations to fulfill specific business requirements. Business logic is usually designed based on business needs and rules, focusing on the implementation and handling of business processes.
- API: APIs define the methods, data formats, and conventions for accessing and manipulating the functionalities and data of a software application.