Getting started
Deployment
Deployment Engine – Project Generator: Structure and Usage Procedure
11 min
1\ project generator overview the deployment engine is responsible for generating, configuring, and deploying applications built on simplita ai the project generator page acts as the central interface where users configure deployment settings, validate database connections, and generate deployable application builds this module simplifies the transition from development to deployment purpose of deployment engine generate application build artifacts configure database connectivity for deployment support multiple deployment outputs manage application deployments and instances project generator section current project details displays the active project information project name project id user id this ensures users are deploying the correct project output type defines how the application should be generated available options zip download – generates a downloadable build package live preview – runs the application in preview mode production deploy – deploys the application to a production environment database configuration this section configures the database connection required for deployment status indicator configuration valid confirms all required credentials are correctly provided supabase database credentials users must provide the following details supabase url supabase key database connection string project reference database password these credentials are used to generate and connect the deployed application to the database note all fields are mandatory credentials are securely used only for deployment configuration validation feedback once valid credentials are entered the system verifies the configuration displays “database configuration is valid” enables the generation process this prevents deployment failures due to incorrect configuration generate & download button generate & download triggers the build generation process based on the selected output type behavior generates application files applies database configuration prepares the application for deployment or download deployment management deployments displays the number of deployments created for the project instances shows running application instances if no deployments exist, the system prompts users to deploy their first application empty state when no deployments are available a guidance message is displayed encourages users to initiate their first deployment this ensures a clear onboarding flow summary the deployment engine in simplita ai simplifies the process of generating and deploying applications by providing a centralized interface for configuration and build management it allows users to select deployment output types, configure and validate database credentials, generate application builds, and manage deployments and instances this ensures a smooth and reliable transition from development to preview or production environments with minimal setup effort