Skip to main content

Xzohra Roadmap Center

Scalable Website Architecture

This page gives your team a single source of truth to add future features and monitor remaining work.

Remaining Product Progress

Track what is complete, in-flight, and pending for the next release milestones.

Completed

3

Remaining

7

Roadmap Completion

45%

Swarm Snapshot

Orchestration progress: 90% (packages 71%, DDD structure 63%)

Last checked: 2026-04-21T09:40:59.753Z

Roadmap Controls

Add future product features here and keep remaining progress updated automatically.

Phase 2

2

Phase 3

3

Phase 4

2

Feature Roadmap

Add new features here as your product grows.

FeatureDomainPhaseStatusEffortActions

Public Marketing Site

Landing pages, pricing, legal, and contact flows

Public WebsitePhase 1doneMCore item

Authentication and Session Flows

Recruiter/candidate login and route protection

Platform CorePhase 1doneMCore item

ATS Checker and Resume Diagnostics

Resume upload, score analysis, and recommendations

Candidate ExperiencePhase 2doneMCore item

Jobs Marketplace and Applications

Public jobs listing, application funnel, and candidate portal

Hiring MarketplacePhase 2in-progressLCore item

Recruiter Dashboard Analytics

Hiring analytics, metrics cards, and activity stream

Recruiter WorkspacePhase 2in-progressMCore item

Interview Workspace

Interview room, code editor, recording, and notes

Recruiter WorkspacePhase 3in-progressLCore item

AI Hiring Automation

Stage automation, ranking, and recruiter copilots

AutomationPhase 3plannedLCore item

Billing and Subscription Governance

Subscription lifecycle, payments, and access controls

Platform CorePhase 3plannedMCore item

Enterprise Security Hardening

Security audit tooling, stricter policies, and controls

Platform CorePhase 4plannedMCore item

Integration Marketplace

Third-party integrations and plugin-driven workflows

ExtensibilityPhase 4blockedLCore item

Website Architecture

Feature-ready architecture designed for incremental upgrades without rewriting the whole site.

Experience Layer

Pages and route handlers that compose product features

  • src/app
  • src/components/public

Feature Layer

Domain modules we can extend independently for future upgrades

  • src/features/<feature-name>/components
  • src/features/<feature-name>/services

Application Layer

Hooks, stores, and orchestration logic shared across features

  • src/lib/hooks
  • src/store
  • src/lib/product

Platform Layer

API clients, schema validation, Firebase integration, and security utilities

  • src/lib/api
  • src/lib/schemas
  • src/lib/firebase
  • src/lib/security