Fork the stack repo. Run tokenburner deploy. You get a live HTTPS endpoint
with authentication, a database, Swagger API docs, and a dashboard — all running on
your own AWS account. Then point any AI coding assistant at the repo and describe what
you want to build. The context file keeps the AI aligned across sessions.
Dev mode runs on Lambda + CloudFront + SQLite-on-S3. Almost everything is free tier.
| Resource | Monthly |
|---|---|
| Lambda + CloudFront | $0.00 |
| DynamoDB (API keys) | $0.00 |
| S3 (database + snapshots) | $0.01 |
| Secrets Manager | $0.40 |
| Total | $0.42 |