Versioning
Git-based history for apps and data
Every change to your apps is a commit. Full history, meaningful messages, and the ability to roll back to any previous version. It's like time travel for your code.
Capabilities
Git-Based Storage
Apps stored with isomorphic-git. Real commits, real history, real version control.
Commit History
See every change with timestamps and messages. Understand how your app evolved.
Rollback Support
Restore any previous version instantly. Undo mistakes without panic.
GitHub Export
Push your code to GitHub. Own your code, store it where you want.
Template Updates
When base templates improve, merge updates into your apps with 3-way merge.
Use Cases
Undoing breaking changes Auditing code history Collaborative development Code review
Why It Matters
- Every change is a commit—full auditability
- Portable—take your work wherever you need
- Template updates bring improvements without breaking your customizations