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.
- Host: GitHub
- URL: https://github.com/aj-seven/ai-hub
- Owner: aj-seven
- License: mit
- Created: 2025-06-11T12:37:32.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-10-07T05:26:50.000Z (14 days ago)
- Last Synced: 2025-10-07T05:40:46.454Z (14 days 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.
## 🚀 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

More here




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