Your AI Hub for Chat & Content Creation.
- Desktop App — Native desktop support via Tauri.
- Chat Interface — Converse with GPT, Claude, LLaMA (Ollama), Gemini.
- Email Generator — Generate professional or casual emails with tone control.
- Tweet Generator — Create engaging tweets & social posts instantly.
- Blog Writer — Generate SEO-ready blog drafts.
- Grammar Fixer — Instantly clean and correct your writing.
- Prompt Playground — Test prompts across different LLM providers.
- Multi-model Support — Switch between local (Ollama) & cloud models.
- Privacy-first — API keys stored locally in browser only.
- Native desktop performance
- Simplified Ollama integration
- Removes CORS issues
- Add your Ollama serving IP in settings
- More features coming soon
👉 Download desktop builds from: https://github.com/aj-seven/ai-hub/releases
- Next.js — Frontend & API routes
- TypeScript — Type-safe development
- Tailwind CSS — Responsive UI
- ShadCN/UI — Modern component system
- Tauri — Desktop application framework
git clone https://github.com/aj-seven/ai-hub.git
cd ai-hubpnpm install
# or
yarn install
# or
npm installpnpm run dev
# or
npm run devVisit: http://localhost:3000
-
Install Ollama
https://ollama.com -
Run a model:
ollama run llama3.2- Ensure Ollama runs at:
http://localhost:11434
AI Hub auto-connects if Ollama is active.
Contributions are welcome!
- Fork the repo
- Create a feature branch
- Submit a pull request
MIT © 2026 AI Hub Team







