Every Sprintfy project comes with a set of ready-made CMS pages that allow you to manage system configuration, users, content, and reference data without writing any backend code.
These CMS pages are available immediately after creating a project and are designed to support most backend and application use cases.
The System Settings page allows you to configure core behavior of your application.
-
Mail Configuration
Configure mail driver, host, port, username, and password used by the system. -
App Info
Define the application title and description used across the platform. -
OTP & Security
Control OTP expiration time, retry limits, resend delay, user devices limit, and whether email verification is required. -
Login & Session
Configure login attempts limit and enable admin approval after registration if manual user review is required.
Meta Keys allow you to define flexible attributes for models.
- Keys can be translatable or single-language
- Each key has a defined type (text, number, select, radio, checkbox)
- Options can be defined for selectable types
Meta keys can be assigned dynamically to any model and are commonly used to extend data without altering schemas.