Roadmap & Ideas
The future of the "One Binary" platform.
One-line Installer ops-install
Automate user creation, systemd setup, and firewall config via `curl | bash`.
VFS Caching core-cache
In-memory LRU cache to reduce SQLite read pressure for frequently accessed assets.
Reserved Routes route-reserved
Dashboard logic moved to `admin.domain.com`. Root domain strategy.
Config in Database core-config-db
Migrate `config.json` to SQLite table. Achieve true "One Binary + One DB" portability.
Self-Update core-upgrade
`fazt upgrade` command to download the latest binary from GitHub and restart the service.
Scheduled Functions js-cron
Define CRON triggers in site config to run serverless functions at intervals.
Backup & Restore core-backup
CLI commands to snapshot the `data.db` safely while the server is running (WAL friendly).
App Drop app-drop
Ephemeral file sharing application built-in. "Snapdrop" clone.
Collaborative Pad app-pad
Real-time collaborative scratchpad using WebSockets.