Skip to content

srteerra/keno

Repository files navigation

Keno 🎯

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.

Next.js TypeScript


✨ Features

  • 🤖 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

🚀 Quick Start

Prerequisites

  • Node.js >= 20.0.0
  • npm, yarn, pnpm, or bun

Installation

# Clone the repository
git clone https://github.com/srteerra/keno.git
cd keno

# Install dependencies
npm install

# Run development server
npm run dev

Open http://localhost:3000 to see the app.


🛠️ Tech Stack


🎨 Environment Variables

Create a .env.local file:

NEXT_PUBLIC_API_URL=https://your-api-url.com/api

📖 Available Scripts

# 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 check

🙏 Acknowledgments


⭐ Show your support

Give a ⭐️ if this project helped you become more productive!


Made with ❤️ by developers, for developers

About

An experimental app that provides practical productivity tips for developers generated with OpenAI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published