https://github.com/aj-seven/ai-hub
AI Hub - Multi-model assistant for content and chat.
https://github.com/aj-seven/ai-hub
ai ai-models aihub api content-generation context llama multi-model nextjs ollama ollama-api openai prompt-engineering prompts tailwindcss typescript
Last synced: about 2 months ago
JSON representation
AI Hub - Multi-model assistant for content and chat.
- Host: GitHub
- URL: https://github.com/aj-seven/ai-hub
- Owner: aj-seven
- License: mit
- Created: 2025-06-11T12:37:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-07T05:26:50.000Z (8 months ago)
- Last Synced: 2025-10-07T05:40:46.454Z (8 months ago)
- Topics: ai, ai-models, aihub, api, content-generation, context, llama, multi-model, nextjs, ollama, ollama-api, openai, prompt-engineering, prompts, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://ai-hubx.vercel.app
- Size: 7.73 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AI Hub
Your AI Hub for Chat & Content Creation.

[](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Faj-seven%2Fai-hub)

## ⭐ Features
- **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.
## Tauri Desktop Support
- 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
---
## Showcase
Click to expand

---
## 🛠 Tech Stack
- **Next.js** — Frontend & API routes
- **TypeScript** — Type-safe development
- **Tailwind CSS** — Responsive UI
- **ShadCN/UI** — Modern component system
- **Tauri** — Desktop application framework
## 📦 Getting Started
### Clone the Repository
```bash
git clone https://github.com/aj-seven/ai-hub.git
cd ai-hub
```
### Install Dependencies
```bash
pnpm install
# or
yarn install
# or
npm install
```
### Run Development Server
```bash
pnpm run dev
# or
npm run dev
```
### Open in Browser
Visit:
http://localhost:3000
---
## Using Local Models with Ollama
1. Install Ollama
https://ollama.com
2. Run a model:
```bash
ollama run llama3.2
```
3. Ensure Ollama runs at:
```
http://localhost:11434
```
AI Hub auto-connects if Ollama is active.
## 🤝 Contributing
Contributions are welcome!
- Fork the repo
- Create a feature branch
- Submit a pull request
## 📄 License
MIT © 2026 AI Hub Team