Pickaxe management starter / 01

A real product,
before the product.

Start with accounts, persistent data, projects, and an operator dashboard. Then shape the business with your coding agent.

See what is included
Application coreReady
01

Public experienceResponsive frontend and account flows

Running
02

Application APIAuthenticated records and validation

Running
03

SQLite databaseDurable users, projects, and events

Connected
04

Management planeMetrics, people, records, and settings

Editor only

Working proof

Your starter workspace

Create an account to save your first real record to SQLite.

01

Try the complete loop

Registration, secure sessions, validation, persistent records, and operator visibility are already wired together.

  • Passwords are never stored directly
  • Sessions are revocable and expire automatically
  • Every important action enters the audit trail

The foundation

Keep the hard parts.
Replace the assumptions.

This starter keeps the durable infrastructure patterns extracted from a production application, without its brand, content, agents, billing rules, or customer data.

01

Identity

Registration, login, strong password hashing, opaque sessions, and server-side authorization.

02

Persistence

A transactional SQLite data layer with migrations, constraints, and records that survive restarts.

03

Operations

An editor-only dashboard for live metrics, people, projects, activity, health, and product settings.

04

Extensibility

Small, dependency-free source files designed to be understood and changed directly by your coding agent.