Skip to main content

Application

The Application tab defines your project's technology stack and framework options. Go to SettingsApplication to access these settings.

Application type

SettingValueDescription
Application TypeSingle Page Application (SPA)The architecture style for your application.
DatabasePostgreSQLThe primary database for the application.

Frontend configuration

The frontend technology stack settings are listed below. Only Theme and Port are editable. The other settings display the default technology stack used by generated code.

SettingDefault ValueDescription
FrameworkReactFrontend framework
State ManagementReduxState management library
UI LibraryShadcn UIUI component library
ThemeLightDefault theme mode. Options: Light, Dark, System.
ValidationZodValidation library
Data FetchingReact QueryData fetching library
Form LibraryReact Hook FormForm handling library
Port3000Frontend development server port

Backend configuration

The backend technology stack settings are listed below. Only Port is editable.

SettingDefault ValueDescription
FrameworkNode.jsBackend runtime
ORMSequelizeObject-Relational Mapping library
ServerExpressServer framework
ValidationZodValidation library
File UploadLocal File SystemFile upload storage method
Port8000Backend server port

Backend toggles

ToggleDescription
Enable SwaggerGenerate API documentation with Swagger
note

The Port setting determines which port your backend API server runs on. Ensure this doesn't conflict with other services.