- Multi-Model Support: Use multiple AI models for different tasks.
- AI-Powered Conversations: Engage in intelligent discussions with AI.
- Real-Time Device Sync: Clients remain in sync for a seamless chat experience.
fuseion.mp4
- pnpm 10+
- Node.js 23+
- A modern web browser
- Clone the repository:
git clone https://github.com/prudentbird/fuseion.git
cd fuseion
- Install dependencies:
pnpm install
- Set up environment variables:
cp .env.example .env.local
- Start the development server:
pnpm dev
- Start the convex dev server:
pnpm dev:convex
- Visit
http://localhost:3000
to see FuseIon in action!
- Database: Convex
- Authentication: AuthJS
- UI: ShadCN UI & Lucide Icons
- AI SDK: Vercel AI SDK v5 Alpha
- Framework: Next.js 15 canary with App Router
Contributions are encouraged! If you find a major bug or have improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
T3 Chat for the inspiration and resources.