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