Environment Toggle Test Page
Current environment: production
Is development: false
Development Only Content
Production Only Content
✅ Production Only Section
This section only appears in production builds. Good for:
- Analytics scripts
- Final polished content
- Live customer features
TODO Sections
Work in Progress
Updated Feature Description
Make as many AIs as you'd like. We run dozens at once in our own Sage account. For example, one for a web site redesign, one for planning an upcoming trip, one for working with our accountants, and one just for the executive team to plan strategy, etc.
This section shows in both modes, but has a warning indicator in development.
Regular Content with Dev Notes
This is regular content that appears in both environments .
You can add inline development notes that only show to developers.
Conditional Content Based on Environment
Live Features (Production Only)
Final features, analytics, and production-ready content goes here.
How to Test
- Development mode:
bun run start- You'll see all the colored boxes and notes - Production mode:
bun run start:prod- Dev-only content will be hidden - Build production:
bun run build- Creates clean production files