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: 9 days 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

## 🚀 Features

- 💬 **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.

## Demo Screenshots

![Screenshot from 2025-06-23 17-11-40](https://github.com/user-attachments/assets/9146fefc-2671-4cd7-89e2-3aaf0cb4c4cf)

More here


![Screenshot from 2025-06-23 17-36-27](https://github.com/user-attachments/assets/080e54cd-2262-4e39-bef2-e96b27f7c655)
![Screenshot from 2025-06-23 17-36-15](https://github.com/user-attachments/assets/2dd10693-4e3c-4580-a3fe-ed1378cb1b0e)
![Screenshot from 2025-06-23 17-21-38](https://github.com/user-attachments/assets/e74903f9-cdf2-40fa-b993-e51a0faa0d41)
![Screenshot from 2025-06-23 17-18-16](https://github.com/user-attachments/assets/d7bb8da5-96c4-47c0-8eeb-f52ea86bda11)
![Screenshot from 2025-06-23 17-18-43](https://github.com/user-attachments/assets/9b5f7046-c1d6-456b-bab2-4f458f9da162)

## 🛠️ Tech Stack

- **Next.js** — API routes & frontend
- **TypeScript** — Safe & modern coding experience
- **Tailwind CSS** — Fully responsive and accessible UI
- **ShadCN/UI** — UI components for modern UX

## 📦 Getting Started

1. **Clone this repo**
```bash
git clone https://github.com/aj-seven/ai-hub.git
cd ai-hub
```

2. **Install dependencies**
```bash
pnpm install
# or
yarn install
```

3. **Run the dev server**
```bash
pnpm run dev
# or
npm run dev
```

5. **Access the app**
Visit [http://localhost:3000](http://localhost:3000)

## Local Model with Ollama

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`

## 🧑‍💻 Contributing

Feel free to fork the repo, suggest changes, or submit pull requests.
Contributions are welcome!

## 🛡 License

MIT © 2025 AI Hub Team