Skip to content

Latest commit

 

History

History

README.md

Voice Gallery Web App

A beautiful web app to browse, filter, and preview all Smallest AI voices. Type any text, pick a voice, hear it instantly.

Deploy to Vercel in 30 seconds.

Features

  • Browse 80+ voices with language, gender, and accent filters
  • Type custom text and generate speech instantly
  • Play/download generated audio
  • Responsive design — works on mobile

Deploy

Vercel (Recommended)

Deploy with Vercel

Or manually:

cd text-to-speech/voice-gallery-app
npm install
echo "SMALLEST_API_KEY=your-key" > .env.local
npm run dev

Railway

Deploy on Railway

npm install
npm run build
npm start

Environment Variables

Variable Description
SMALLEST_API_KEY Your API key from app.smallest.ai

Tech Stack

  • Next.js 14 (App Router)
  • Tailwind CSS
  • Smallest AI Lightning TTS v3.1 API