Thanks to visit codestin.com
Credit goes to github.com

Skip to content

karthicksakkaravarti/projectX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectX

ProjectX is the open-source chat interface for all your models.

Features

  • 🧠 Multi-model support: Claude, OpenAI, Gemini, Mistral, and more
  • 🔑 BYOK (Bring Your Own Key) ready
  • 🏠 Fully self-hostable
  • 🌐 OpenRouter integration for 100+ models
  • 🦙 Ollama support for local models
  • 💾 Chat history with IndexedDB persistence

Quick Start

Local Development

npm install
npm run dev

Running with Local LLMs (Ollama)

# Clone and run ProjectX
git clone <your-repo-url>
cd projects-idea
npm install
npm run dev

ProjectX will automatically detect your local Ollama models!

Docker Deployment

docker-compose up

Configuration

Set your API keys in .env.local:

OPENAI_API_KEY=your_key
ANTHROPIC_API_KEY=your_key
GOOGLE_GENERATIVE_AI_API_KEY=your_key

License

This project is licensed under the AGPL-3.0 license.

About

Project management powered by AI

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • Other 0.9%