An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




AI Hub


Your AI Hub for Chat & Content Creation.



Vercel Deploy

[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Faj-seven%2Fai-hub&countColor=%23263759)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Faj-seven%2Fai-hub)

![Main Screenshot](https://github.com/user-attachments/assets/90c6a41a-e843-4736-ba54-5c2cc2ee7aa2)

## ⭐ 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
Screenshot_20260218_121158
Screenshot_20260218_121430
Screenshot_20260218_121158
Screenshot_20260218_121214
Screenshot_20260218_121251
Screenshot_20260218_121232

---

## 🛠 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