Daily productivity tips for developers, powered by AI
A modern web application that delivers practical, immediately actionable productivity tips to help developers work smarter. Built with Next.js and powered by AI.
- 🤖 AI-Powered Tips: Get fresh productivity insights generated by OpenAI
- 🎯 Multiple Categories: Git, Terminal, Editor, React, CSS, TypeScript
- 🎨 Beautiful UI: Clean, modern interface with dark mode support
- 📱 Mobile Friendly: Works seamlessly on all devices
- 🔄 Daily Updates: New tips every day to keep you learning
- 🎨 Markdown Support: Tips rendered with syntax highlighting
- Node.js >= 20.0.0
- npm, yarn, pnpm, or bun
# Clone the repository
git clone https://github.com/srteerra/keno.git
cd keno
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 to see the app.
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Radix UI / shadcn/ui
- Markdown: react-markdown
- Code Highlighting: Prism.js
- Icons: Lucide Icons
- Deployment: Vercel
Create a .env.local file:
NEXT_PUBLIC_API_URL=https://your-api-url.com/api# Development
npm run dev # Start dev server
npm run build # Build for production
npm run start # Start production server
npm run lint # Run ESLint
npm run type-check # TypeScript checkGive a ⭐️ if this project helped you become more productive!
Made with ❤️ by developers, for developers