A modern, interactive pitch deck website for Sober Logic - a groundbreaking behavioral recovery platform.
- Node.js 18+
- npm or yarn
npm installnpm run devOpen http://localhost:3000 to view the site.
npm run build
npm start- Framework: Next.js 15 with App Router
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide React
- Fonts: Inter & Space Grotesk (Google Fonts)
- Dark mode first design
- Fully responsive layout
- Smooth scroll animations
- Interactive components
- Modern glassmorphism effects
- Professional typography
/app- Next.js app directory with layout and pages/components/sections- All deck sections as separate components/public- Static assets
- Colors are defined in
tailwind.config.ts - Global styles in
app/globals.css - Each section is a separate component for easy editing
The site is ready for deployment on Vercel, Netlify, or any Next.js-compatible hosting platform.
npm run buildThe site can be hosted on a subdomain like deck.soberlogic.org.