Build Duolingo-grade push notifications in 5 minutes.
- Next.js 14 (App Router)
- React 18
- Tailwind CSS 3
Install dependencies and run the dev server:
npm install
npm run devOpen http://localhost:3000 in your browser.
app/
layout.tsx # Root layout with metadata
page.tsx # Landing page (hero + features)
components/
Hero.tsx # Hero section component
public/
favicon.ico
tailwind.config.js
Edit components/Hero.tsx or tweak theme tokens in tailwind.config.js.
Proprietary – All rights reserved.