UI Component Scenarios

Development-only routes for testing UI components with mocked data

⚠️ Development Only: These routes are only available when DENO_ENV is not set to "production"

About Scenarios

  • • All scenarios use mocked data and bypass authentication
  • • No backend infrastructure or database required
  • • Perfect for UI development and visual testing
  • • Form submissions will not work (no POST handlers)