Pegna.ai is an open-source, blazing-fast chatbot and AI tool suite built for the modern web. It gives you seamless access to multiple LLMs through a beautiful, performant interface — whether you're writing markdown with AI or chatting with your favorite model.
Talk to AI like never before. Pegna Chat is our lightning-fast chatbot UI that supports multiple LLMs out of the box.
- ⚡ Ultra-fast (50ms average response time)
- 🧩 Plug-and-play support for models like OpenAI, Anthropic, Mistral, and more
- 🌐 Intuitive web interface that works on any device
- 🛡️ Open-source and privacy-friendly
Write better, faster. Pegna Writer is the AI-first markdown editor designed for people who move fast.
- ✨ Perfect first drafts, instant edits
- 🧠 AI-enhanced markdown writing
- 🚀 Built for speed and simplicity
- 💾 Works offline with your own data
- Multi-LLM Support: Easily swap and experiment with different language models.
- Open Source: MIT licensed, transparent, and customizable.
- Speed-Obsessed: From 50ms response times to ultra-optimized UI, it's built for performance.
- User-Friendly: Clean, modern design with zero setup friction.
- Built with modern stack: React + Tailwind + TypeScript.
# Clone the repo
git clone https://github.com/yourname/pegna-ai.git
cd pegna-ai
# Install dependencies
pnpm install
# Set up environment variabled from .env.example file
cp .env.example .env.local
# Start the dev server
pnpm dev