A Twitter/X-style feed showing the best Product Hunt launches for any given day.
- 🚀 Browse Product Hunt launches by date
- 🌙 Dark/light mode support
- 📱 Responsive Twitter-like UI
- ⚡ Built with Next.js, TypeScript, and Tailwind CSS
-
Clone and install dependencies:
yarn install
-
Get a Product Hunt API token:
- Visit Product Hunt API Documentation
- Create an account and generate a developer token
- Copy your token
-
Create environment file:
cp .env.local.example .env.local
Add your Product Hunt API token:
PRODUCT_HUNT_TOKEN=your_product_hunt_api_token_here
-
Start the development server:
yarn dev
-
Open your browser: Navigate to http://localhost:3000
- Use the date picker in the header to select any date
- Browse products launched on that day
- Click vote buttons and interact with products
- Toggle between light and dark modes
GET /api/posts?date=YYYY-MM-DD- Fetch Product Hunt posts for a specific date
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- API: Product Hunt GraphQL API
- Deployment: Vercel-ready
Feel free to submit issues and feature requests!