A minimal, beautiful, and calming landing page for Sagey — an AI-powered wellness platform that helps users "get their life together" by analyzing their digital life across Instagram, Spotify, Fitbit, journaling, and more.
Sagey offers personalized insights, habit nudges, micro-challenges, and eventually creates a fun digital twin (persona) to represent user behavior for social/dating use.
Core themes: calm, insightful, private, life-improving, modern, friendly.
- Frontend: Next.js (App Router, TypeScript)
- Styling: Tailwind CSS (with glassmorphism, custom palette)
- Animations: Lottie (placeholder)
- Clone the repository:
git clone https://github.com/vidyadhar03/Sagey-Web.git cd Sagey-Web
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 to view the landing page.
- Modern, calming landing page with glassmorphism and soft blue palette
- Responsive design for mobile and desktop
- Hero section with headline, subheadline, and CTA
- Features section (cards with icons)
- How It Works (step-by-step flow)
- Privacy highlight
- Waitlist signup (UI only)
- Footer with legal and contact links
src/app/
— Main app directory (Next.js App Router)src/app/page.tsx
— Landing page contentsrc/app/globals.css
— Tailwind and custom stylestailwind.config.js
— Tailwind configurationpostcss.config.js
— PostCSS configuration
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is for demo and educational purposes.