Skip to content

featherless-ai-integrations/chat-template

Repository files navigation

Featherless Chat Template

A starter template for a chat interface for the Featherless AI platform. Get started with AI-powered chat in minutes.

🚀 Quick Start

  1. Clone the repository:

    git clone https://github.com/featherless/chat-template
    cd chat-template
  2. Install dependencies:

    npm install
  3. Copy the environment file:

    cp .env.example .env
  4. Add your Featherless API key to .env

  5. Start the development server:

    npm run dev

🔑 Features

  • 🎨 Dark/Light theme
  • 💬 Conversation management
  • 🤖 Model selection
  • ⚡ Streaming responses
  • 📱 Mobile-responsive
  • 🔒 Secure API key handling

🛠️ Customization

Styling

The template uses Tailwind CSS. Customize colors and styling in tailwind.config.js.

Models

Edit POPULAR_MODELS in src/components/ModelSelector.jsx to change default models.

API

Modify API calls in src/services/api.js to add custom endpoints or parameters.

📦 Deployment

  1. Build the project:

    npm run dev
  2. Deploy to your preferred platform (Vercel, Netlify, etc.)

Community & Support

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!

📝 License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors