TrailBase
A blazingly fast, open-source application server with auth, CRUD APIs, a real-time admin dashboard, and JS/ES6 runtime — all in a single binary with embedded SQLite.
First-Time Setup
- Visit your domain — open
/admin to access the admin dashboard
- Log in — use the admin password you set during deployment
- Create tables — use the dashboard to define your data schema
- Build APIs — TrailBase auto-generates REST and record APIs for your tables
Key Features
- Auth system with email/password and OAuth
- Auto-generated REST APIs for SQLite tables
- Real-time admin dashboard
- JS/ES6 runtime powered by V8 for custom server logic
- File uploads and storage
- Sub-millisecond latency on commodity hardware
- Single binary, no external dependencies
License
Apache-2.0 — GitHub