Back to projects
06 · A small, verifiable public project
Open source · v1.0.0Local First Checklist
A compact example of local-first software.
An open-source Python application with a local JSON checklist, command line, tests and CI.
- Python CLI
- Local JSON
- Tests + CI
Small enough to understand end to end.
Tasks live in a local JSON file and simple operations are available through the command line.
- No remote service
- Readable persistence
- Direct documentation
Simplicity still needs evidence.
Unit tests, Python compilation and a smoke test protect the main operations without adding infrastructure to the application.
- Unit tests
- Verifiable CLI
- Validation workflow
Version 1.0.0 is published.
The repository demonstrates structure, documentation, tests and a coherent architectural choice in a limited scope.
- Public code
- Versioned release
- No cloud dependency
1/ 1