Identity
Registration, login, strong password hashing, opaque sessions, and server-side authorization.
Pickaxe management starter / 01
Start with accounts, persistent data, projects, and an operator dashboard. Then shape the business with your coding agent.
Public experienceResponsive frontend and account flows
RunningApplication APIAuthenticated records and validation
RunningSQLite databaseDurable users, projects, and events
ConnectedManagement planeMetrics, people, records, and settings
Editor onlyWorking proof
Create an account to save your first real record to SQLite.
Registration, secure sessions, validation, persistent records, and operator visibility are already wired together.
The foundation
This starter keeps the durable infrastructure patterns extracted from a production application, without its brand, content, agents, billing rules, or customer data.
Registration, login, strong password hashing, opaque sessions, and server-side authorization.
A transactional SQLite data layer with migrations, constraints, and records that survive restarts.
An editor-only dashboard for live metrics, people, projects, activity, health, and product settings.
Small, dependency-free source files designed to be understood and changed directly by your coding agent.