A starter template for a chat interface for the Featherless AI platform. Get started with AI-powered chat in minutes.
-
Clone the repository:
git clone https://github.com/featherless/chat-template cd chat-template -
Install dependencies:
npm install
-
Copy the environment file:
cp .env.example .env
-
Add your Featherless API key to
.env -
Start the development server:
npm run dev
- 🎨 Dark/Light theme
- 💬 Conversation management
- 🤖 Model selection
- ⚡ Streaming responses
- 📱 Mobile-responsive
- 🔒 Secure API key handling
The template uses Tailwind CSS. Customize colors and styling in tailwind.config.js.
Edit POPULAR_MODELS in src/components/ModelSelector.jsx to change default models.
Modify API calls in src/services/api.js to add custom endpoints or parameters.
-
Build the project:
npm run dev
-
Deploy to your preferred platform (Vercel, Netlify, etc.)
Our growing community of developers, enthusiasts, and AI practitioners is here to help you get the most out of Featherless:
- Join our Discord community to connect with other users
- Check out our Zero to AI blog
- Follow us on X for the latest updates
- Try out DeepSeek-R1 with unlimited tokens on our premium plan!
MIT