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.

Text Number Date File Relation +13 more

Linked Records

Create relationships between tables. Link customers to orders, projects to tasks.

One-to-many & Many-to-many

Computed Fields

Use formulas to calculate values automatically. Sum totals, concatenate text, apply conditional logic.

Formula syntax

Validation Rules

Ensure data quality with required fields, unique constraints, and custom validation.

Built-in rules

Import & Export

Import data from CSV files. Export your data anytime.

CSV import/export

Audit Trail

Track changes to your records. See who made what changes and when.

Full history

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

Record created
Record updated
Record deleted
Field changed
Scheduled (cron)
Webhook received
Manual trigger

Actions

Send email
Send Slack message
Call webhook
Run Python code
Create/Update record
Set field value

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 Documentation
GET /api/apps/{app}/schemas/{schema}/records

{
  "records": [
    {
      "id": "rec_123",
      "name": "Acme Corp",
      "status": "active"
    }
  ]
}

Ready to get started?

Create your first app in minutes.

Get Started Free