YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
NexusAI Platform - Open Source AI Orchestration Platform
Key Features
π€ Multi-AI Integration
- Full support for OpenAI GPT-4 and GPT-3.5
- Integration with Anthropic Claude
- Support for Hugging Face local and cloud models
- Unified interface for switching models during conversation
π Fully Automated CI/CD System
- Automatic build on every code change
- Automated unit and integration tests
- Continuous security scanning for packages
- Automatic deployment on merge to main branch
π¬ Modern Interactive Interface
- Eye-friendly dark design
- Markdown and rich text support
- Automatic code syntax highlighting
- Export conversations in multiple formats
π Security and Privacy
- Encrypted stored API keys
- Multi-authentication support
- User data isolation
- Full transparency in source code
Quick Start
Requirements
- Docker and Docker Compose
- Git
- Required API keys (OpenAI, Anthropic)
Installation in Three Steps
# 1. Clone the repository
git clone https://github.com/nexus-ai/platform.git
cd nexus-ai-platform
# 2. Copy environment file and edit it
cp .env.example .env
# Edit .env with your API keys
# 3. Run the platform
docker-compose up -d
After running, open your browser at http://localhost:3000
Project Structure
nexus-ai-platform/
βββ .github/
β βββ workflows/ # CI/CD files
β βββ ci-pipeline.yml
β βββ cd-deploy.yml
βββ client/ # Frontend (Next.js)
β βββ src/
β β βββ app/ # App Router
β β βββ components/ # Components
β β βββ lib/ # Utilities
β β βββ hooks/ # React Hooks
β βββ public/ # Static assets
β βββ Dockerfile
βββ server/ # Backend (FastAPI)
β βββ app/
β β βββ api/ # Endpoints
β β βββ core/ # Core configurations
β β βββ models/ # Data models
β β βββ services/ # AI services
β β βββ main.py # Entry point
β βββ Dockerfile
βββ infrastructure/ # Infra configurations
β βββ docker-compose.yml
β βββ nginx.conf
βββ docs/ # Documentation
βββ README.md
Contributing
We welcome your contributions! Please read the Contributing Guide to get started.
License
MIT License - See LICENSE file for details.
Support
- π§ Email: support@nexus-ai.io
- π¬ Discord: Join our community
- π Documentation: docs.nexus-ai.io Updated for GitHub Pages
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support