A beautiful, production-ready waitlist and admin dashboard built with Next.js 13, Tailwind CSS, and shadcn/ui. Created by the Linconwaves team for developers.
- 🎨 Beautiful, modern UI with dark mode support
- 📱 Fully responsive design
- ⚡ Built with Next.js 13 App Router
- 🎭 Framer Motion animations
- 📊 Comprehensive admin dashboard
- 📧 Email management system
- 📈 Analytics and statistics
- 🔒 Authentication system
- 🎯 SEO optimized
- Next.js 13 - React framework
- Tailwind CSS - CSS framework
- shadcn/ui - UI components
- Framer Motion - Animations
- Lucide Icons - Icons
- TypeScript - Type safety
# Clone the repository
git clone https://github.com/Linconwaves/product-waitlist.git
# Navigate to the project
cd product-waitlist
# Install dependencies
npm install
# Start development server
npm run devVisit http://localhost:3000 to see your application running.
├── app/ # Next.js 13 app directory
│ ├── admin/ # Admin dashboard pages
│ ├── globals.css # Global styles
│ └── page.tsx # Landing page
├── components/ # React components
│ ├── ui/ # UI components
│ └── ... # Other components
├── lib/ # Utility functions
└── public/ # Static assets
Access the admin dashboard at /admin/login with these default credentials:
- Username:
admin - Password:
password
Features:
- Overview statistics
- Subscriber management
- Email campaign tools
- Settings configuration
- Unsubscribe analytics
- Theme: Modify
app/globals.cssandtailwind.config.ts - Components: Edit or create new components in
components/ - Content: Update text in respective page components
- Styling: Customize Tailwind classes or add new styles
Build your application for production:
npm run buildThe project is configured for static exports, making it easy to deploy to any static hosting platform.
We welcome contributions! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
If you find this project helpful, please give it a ⭐️ on GitHub!
Built with ❤️ by the Linconwaves team.
