This repository contains the frontend application for Routstr, a decentralized LLM routing marketplace powered by Nostr and Bitcoin. Built with Next.js, it provides a user interface for interacting with AI models through an OpenAI-compatible API.
- Decentralized Routing: Privacy-focused API access using Nostr and Bitcoin
- Real-time Interaction: Live chat interface with model responses
- Customizable UI: Theme and layout options for different use cases
- Payment Integration: Support for Cashu ecash tokens and Lightning payments
- Node.js (v18+)
- npm (v8+)
- Install dependencies:
npm install
- Start the development server:
npm run dev
npm run dev
: Start development servernpm run build
: Build for productionnpm run start
: Start production servernpm run lint
: Run ESLint
Please check the Issues tab to see what you can work on, ensure no one else is working on that particular issue on project management here and happy contributing :).
This project is licensed under the MIT License - see the LICENSE file for details.