Skip to content

aj-seven/ai-hub

Repository files navigation

Your AI Hub for Chat & Content Creation.

Vercel Deploy

🚀 Features

  • Desktop App - Supports Desktop app for better UI via Tauri.
  • 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.

Tauri Desktop Support

  • Supports Ollama API calls in easy way and usage.
  • Removes CORS issues.
  • Just Add ollama serving IP in settings and start using ollama models via chat interface.
  • More Features yet to come.
  • Download from here

Demo Screenshots

Screenshot from 2025-06-23 17-11-40

More here

Screenshot from 2025-06-23 17-36-27 Screenshot from 2025-06-23 17-36-15 Screenshot from 2025-06-23 17-21-38 Screenshot from 2025-06-23 17-18-16 Screenshot from 2025-06-23 17-18-43

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

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

    pnpm install
    # or
    yarn install
  3. Run the dev server

    pnpm run dev
    # or
    npm run dev
  4. Access the app
    Visit 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