Features
Everything you need to build custom business applications
Data Management
18 Field Types
Text, numbers, dates, checkboxes, dropdowns, file uploads, relations, formulas, rollups, and more.
Linked Records
Create relationships between tables. Link customers to orders, projects to tasks.
Computed Fields
Use formulas to calculate values automatically. Sum totals, concatenate text, apply conditional logic.
Validation Rules
Ensure data quality with required fields, unique constraints, and custom validation.
Import & Export
Import data from CSV files. Export your data anytime.
Audit Trail
Track changes to your records. See who made what changes and when.
7 View Types
List View
Table view with sorting, filtering, and grouping.
Kanban Board
Drag-and-drop cards across columns.
Calendar View
Visualize date-based records.
Gallery View
Card-based view for visual content.
Detail View
Single record view with all fields.
Form View
Data entry forms for creating records.
Dashboard
Charts, metrics, and data visualization.
Automations
10 Trigger Types
Actions
Permissions
Role-Based Access
Define roles like Admin, Editor, Viewer with different permissions.
Field Permissions
Control which fields each role can see and edit.
Record Ownership
Let users see only their own records or their team's data.
Audit Logs
Track every change with full history.
REST API
Full CRUD Operations
Create, read, update, and delete records via API. Integrate with other tools or build custom frontends.
View API DocumentationGET /api/apps/{app}/schemas/{schema}/records
{
"records": [
{
"id": "rec_123",
"name": "Acme Corp",
"status": "active"
}
]
}