Marketing website for Being - Stoic Mindfulness mobile app.
- Framework: Next.js 15.5.2
- React: 19.2.0
- TypeScript: 5
- Styling: Tailwind CSS 4
- Deployment: Cloudflare Pages
- Runtime: Edge Runtime
- Node.js 20+
- npm 10+
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run buildThe site is automatically deployed to Cloudflare Pages when pushing to main branch.
Manual deployment:
npx wrangler pages deploy .vercel/output/static --project-name=websitev2/app # Next.js App Router
/(main) # Main website layout
/home # Homepage
/features # Features page
/philosophy # Philosophy page
/download # Download/App stores page
/privacy # Privacy policy
/terms # Terms of service
/(standalone) # Landing page layout
/api # API routes
/waitlist # Waitlist signup endpoint
/accessibility # Accessibility statement
/crisis # Crisis resources
/disclaimers # Legal disclaimers
/hipaa # HIPAA compliance info
/components # Reusable React components
/navigation # Navigation components
/shared # Shared UI components
/features # Feature-specific components
/lib # Utility functions and helpers
/public # Static assets
/docs # Website documentation
Required variables (create .env.local):
NOTION_TOKEN=your_notion_integration_token
NOTION_WAITLIST_DB_ID=your_notion_database_id- Mobile App: MP2EZ/fullmind - React Native app for iOS and Android
Proprietary - All rights reserved