Hackathon Project: A revolutionary AI-powered content curation platform that delivers personalized briefings in your preferred format.
Zero Noise eliminates information overload by delivering exactly the content you need, exactly how you want it. Using advanced AI, we learn your interests, goals, and consumption preferences to create personalized daily briefings that cut through the noise.
- Beautiful Landing Page - Modern, engaging homepage with clear value proposition
- Simple Email Signup - Frictionless onboarding (stores data in Google Sheets)
- Voice Agent Onboarding - AI-powered conversation to understand user preferences
- Content Feed Preparation - Animated progress showing AI curation in action
- Multiple Content Formats - Podcast, reports, emails, videos (podcast fully functional)
- Interactive Podcast Player - Full-featured audio experience with transcripts
- Personalized Hosts: Tim Ferriss & Lex Friedman conversation styles
- Custom Speed: 1.5x playback (user-preferred)
- Personal Mantra: "You can do it Sam!" opening motivation
- Interactive Transcript: Read along and click to jump to sections
- Question Feature: Interrupt and ask for deeper dives (placeholder)
- Responsive Design: Beautiful on all devices
- PWA Ready: Installable as mobile app
- Touch-Friendly: Optimized for mobile interaction
- Frontend: Next.js 15 + React 19
- Styling: Tailwind CSS with custom design system
- Animations: Framer Motion for smooth interactions
- UI Components: Custom component library
- Icons: Lucide React
- Deployment: Vercel-ready
- Zero Friction: Every interaction is streamlined
- Beautiful Animations: Engaging micro-interactions
- Modern Aesthetic: Purple/pink gradient theme with clean typography
- Accessibility First: Semantic HTML and proper contrast ratios
The app showcases a user persona interested in:
- Consumer startup news
- SEO trends
- AI progress for startups
- Stable diffusion models
With preferences for:
- 5-minute daily podcasts
- Tim Ferriss & Lex Friedman hosting styles
- 1.5x playback speed
- Morning motivation ("You can do it Sam!")
- Node.js 18+
- npm or yarn
# Clone the repository
git clone <repository-url>
cd zero-noise
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 to view the app.
# Create optimized build
npm run build
# Start production server
npm startzero-noise/
βββ src/
β βββ app/ # Next.js app router
β β βββ page.tsx # Landing page
β β βββ onboarding/ # Voice setup flow
β β βββ dashboard/ # Content feed & podcast
β βββ components/ # Reusable UI components
β β βββ ui/ # Base UI components
β β βββ signup-modal.tsx
β βββ lib/ # Utilities
βββ public/ # Static assets
βββ README.md
- Stunning landing page with clear value prop
- Email signup with Google Sheets integration ready
- Voice agent simulation with realistic conversation
- Progress animation for content preparation
- Multiple content format showcase
- Full-featured podcast player
- Interactive transcript functionality
- Mobile-responsive design
- PWA manifest for mobile installation
- Google Sheets API integration
- OpenAI API for real voice processing
- ElevenLabs for voice synthesis
- Real content curation pipeline
- User authentication system
-
Landing Page (30 seconds)
- Show beautiful hero section
- Highlight value proposition
- Demonstrate responsive design
-
Signup Flow (45 seconds)
- Click "Get Your First Report FREE"
- Enter email (saves to local storage)
- Smooth transition to onboarding
-
Voice Onboarding (90 seconds)
- Show animated voice agent
- Click through conversation flow
- Demonstrate realistic AI interaction
- Show progress indicators
-
Feed Preparation (30 seconds)
- Watch progress bar animation
- Show content formats loading
- Highlight podcast as ready format
-
Podcast Experience (2 minutes)
- Open podcast player
- Show personalized content
- Demonstrate 1.5x speed
- Toggle transcript view
- Show interactive features
- Real AI voice processing integration
- Google Sheets backend connection
- Basic content curation pipeline
- User preference storage
- Multiple host personality options
- Advanced content filtering
- Social sharing capabilities
- Analytics dashboard
- Multi-language support
- Enterprise features
- API for third-party integrations
- Advanced personalization algorithms
- Google Sheets API integration in
src/components/signup-modal.tsx - User data model in localStorage (ready for database migration)
- Content API endpoints needed for dashboard
- Voice processing integration in onboarding page
- Content curation pipeline for feed generation
- Podcast script generation based on user preferences
- Environment variables setup
- Production deployment configuration
- API endpoint configuration
The app is fully PWA-ready and can be installed on mobile devices:
- Open in mobile browser
- Add to home screen
- Launch as native app experience
Zero Noise addresses the modern problem of information overload. By combining:
- β¨ AI-powered personalization
- π― Format flexibility
- π Friction-free experience
- π± Mobile-first design
We're creating the future of content consumption - personalized, efficient, and delightful.
Built with β€οΈ for the hackathon by the Zero Noise team!