Skip to content

aj-seven/ai-hub

Repository files navigation

Your AI Hub for Chat & Content Creation.

Vercel Deploy

Visitors

Main Screenshot

⭐ 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

git clone https://github.com/aj-seven/ai-hub.git
cd ai-hub

Install Dependencies

pnpm install
# or
yarn install
# or
npm install

Run Development Server

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:

ollama run llama3.2
  1. 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