The current maintained version is 3.x.
This is a static, client-side application. It does not include:
- Server authentication
- Multi-user authorization
- Cloud database storage
- AI API calls
- Payment processing
All user-created data is kept in browser memory or LocalStorage unless the user exports files.
- Do not publish real sensitive data in the repository.
- Treat exported
.sqlitefiles as private backups. - Clear LocalStorage on shared computers after use.
- Use private repositories if sample data resembles internal organizational data.
Open a GitHub issue with:
- A clear description.
- Steps to reproduce.
- Browser and operating system.
- Screenshots if useful.
Do not include private data in public issues.