Your AI Hub for Chat & Content Creation.
- 💬 Chat Interface — Converse with AI models like GPT, Claude, LLaMA (Ollama), Gemini.
- 📨 Email Generator — Instantly write professional or casual emails with tone control.
- 🐦 Tweet Generator — Generate engaging tweets and social posts in seconds.
- 📝 Blog Writer — Create SEO-ready blog drafts tailored to your prompts.
- ✍️ Grammar Fixer — Instantly clean and correct your writing.
- 🔁 Prompt Playground — Test prompts across different LLM providers with one click.
- 🧩 Multi-model support — Easily switch between local (Ollama) and cloud-based models.
- 🔐 Privacy-first — Your API keys are stored in your browser only. Your data is yours.
- Next.js — API routes & frontend
- TypeScript — Safe & modern coding experience
- Tailwind CSS — Fully responsive and accessible UI
- ShadCN/UI — UI components for modern UX
-
Clone this repo
git clone https://github.com/aj-seven/ai-hub.git cd ai-hub
-
Install dependencies
pnpm install # or yarn install
-
Run the dev server
pnpm run dev
-
Access the app
Visit http://localhost:3000
To run local models with Ollama:
- Install Ollama: https://ollama.com
- Start a model:
ollama run llama3.2
- The app auto-connects if Ollama is running on
http://localhost:11434
Feel free to fork the repo, suggest changes, or submit pull requests. Contributions are welcome!
MIT © 2025 AI Hub Team