What it does
Built-in local database. Zero configuration required. Stores clients, leads, revenue, expenses, pipeline jobs, and activity log. Managed via Drizzle ORM with automatic migrations.
Setup
- 1No setup needed — SQLite is built in
- 2Database file created automatically at data/gridwork-hq.db
- 3For production: consider Turso (LibSQL) for hosted SQLite with replication
What happens without it
N/A — SQLite is always active. It is the foundation of all data storage.
Ready to get started?
Full source code. Your server. No subscriptions.