Vastura Digital

Project: Vastura Ltd

Vastura Ltd (parent)

The parent corporate site for the Vastura family. Vastura Digital ships the governance dashboards, ITIL practice tooling, and the cross-store operational layer.

What we shipped

  • Vastura Tickets — in-house Jira/Linear replacement (SQLite + Tkinter + CLI). Replaces three external tools.
  • Vastura Acknowledgments Hub — cross-team status hub with inbox-bridge concurrency model
  • ITIL practice integration — RFC / CSI / CHG workflows with audit trails
  • Cross-session handoff conventions — documented drops, named owners, 90-day retention
  • Daily backup pipeline — USB-first with local fallback, scheduled tasks, audit log

Honest learning

SQLite over a virtual filesystem doesn't work reliably under concurrent writers from sandboxed sessions. We built the inbox/watcher bridge pattern — writers drop JSON action files, a native watcher applies them serially with file locks. Pattern is now reused across every cross-session Vastura system.