Development Roadmap
Frost Vault is being built deliberately. This roadmap reflects our actual development status—not promises. We prioritize correctness, auditability, and enforceable boundaries before declaring features complete.
Frost Vault has completed its foundational infrastructure—authentication, database schema, and GraphQL API are operational. The team is currently stabilizing the Admin dashboard and Developer panel UI while the borrow and maintenance backend logic is in place. The next major focus is enforcing role-based authorization at the server level and building audit trail capabilities.
Philosophy: We do not rush to ship. Each phase delivers verifiable, testable value with proper guards in place before moving forward.
Phase Breakdown
- DoneDatabase schema with Prisma
Multi-tenant schema with User, Equipment, MaintenanceLog, UsageLog models
- DoneAuthentication flows (NextAuth v5)
All roles: Admin, Developer, Tenant Owner, Employee
- DoneGraphQL endpoint setup
Apollo Server with base resolvers and schema
- DoneDesign system and component library
Mood board, color palette, UI primitives with shadcn/ui
- DoneEquipment, User, MaintenanceLog, UsageLog models
- DoneBasic seeding and test users
- In ProgressFinalize Admin dashboard UI
User management, equipment overview, system settings
- In ProgressComplete Developer panel
Read-only, ID-based access for technical troubleshooting
- In ProgressStabilize Borrow & Maintenance UI pages
Backend logic exists, frontend refinement in progress
- PlannedEnsure consistent component usage
Across all role-specific pages
- PlannedNavigation structure finalization
- PlannedServer-side role guards
GraphQL resolvers + middleware enforcement
- PlannedTenant isolation at resolver level
Prevent cross-tenant data access
- PlannedAudit trail system
Append-only, immutable logs for critical actions
- PlannedRole-specific dashboards
Tenant Owner and Employee views
- PlannedSession timeout and unauthorized handling
- PlannedUnit and integration tests for authorization
- PlannedTier-based history limits
Tier 1: 90 days, Tier 2: 1 year, Tier 3: unlimited
- PlannedCSV export (Tier 2+)
Max 5,000 rows, respects UI filters
- PlannedExcel export (Tier 3+)
Formatted reports, max 25,000 rows
- PlannedCustom layout export (Custom tier)
Branded exports with logo and custom headers
- PlannedServer-side tier validation
Block (not truncate) attempts to exceed limits
- PlannedExport acceptance testing
- PlannedMobile-first caching strategy
Read-heavy views with short TTLs
- PlannedMobile confirmation flows
Explicit confirmation for write actions
- PlannedPage load optimization
Target < 3 seconds on 3G
- PlannedOffline mode (read-only)
Disable write actions when offline
- PlannedMobile UI guard enforcement
Ensure mobile never bypasses authorization
- DoneAbout page
Product story, team, mission
- PlannedPricing page
Tier comparison and feature matrix
- PlannedNavigation structure
Public vs authenticated routing
- PlannedLanding page updates
Product positioning and value proposition
- PlannedUser Acceptance Testing (UAT)
Full feature coverage with real users
- PlannedExport acceptance testing
Verify all tiers and row limits
- PlannedEnd-to-end tests (Playwright)
- PlannedSecurity audit
Role enforcement and tenant isolation verification
- PlannedPerformance benchmarking
- PlannedDocumentation finalization
- PlannedGo/No-Go decision
The following features are intentionally deferred and not part of the MVP or near-term roadmap. Frost Vault focuses on core value: preventing equipment loss and ensuring accountability.
- Payments & billing integration
- Third-party integrations (Slack, Google Sheets, etc.)
- Single Sign-On (SSO) / SAML authentication
- Public API access (read or write)
- Approval workflows
- Automated scheduling (maintenance reminders, etc.)
- Cross-tenant reporting
- Real-time notifications (WebSocket/push)
Honesty First
We do not overpromise. Features are marked as "planned" until verified in production.
Correctness Over Speed
We prioritize enforceable boundaries and auditability before feature expansion.
Tier Discipline
All tier-based features are enforced server-side. UI visibility does not imply permission.
Mobile Accountability
Mobile UX must never bypass backend guards or authorization checks. Safety first.
Audit Readiness
All critical actions are logged immutably. Export operations do not modify state.
Incremental Delivery
Each phase delivers verifiable, testable value before moving to the next.
Built Deliberately, Delivered Honestly
Frost Vault is a revenue-generating SaaS product designed for small to medium institutions in the Philippines. It addresses equipment loss, accountability gaps, and audit readiness through a disciplined, tier-enforced approach.
Our commitment: We prioritize correctness, auditability, and enforceable tier boundaries before declaring MVP readiness. Enterprise features such as SSO, API access, and third-party integrations are intentionally deferred to maintain focus on core value.
Target MVP: Q3 2026