VoiceCraft is a simple, elegant web application that converts user input into natural-sounding speech using AI-powered voice models from Pollinations. Built in PHP and JavaScript, the app offers seamless voice selection and instant MP3 audio playback/download — all in your browser.
🌐 Live Demo: https://kriztech.in/bots/voice
👨💻 Created by: Kriztech
🤖 Powered by: Pollinations AI
- 🔊 Instant AI voice generation via Pollinations (GET API)
- 🎭 Multiple voice models to choose from (Alloy, Echo, Fable, Nova, Shimmer, etc.)
- 💡 User-friendly interface with clean layout and fast performance
- 🎧 Audio playback & download supported
- ⚙️ Lightweight & responsive — runs smoothly on all modern browsers
- 💬 Built with PHP, HTML, CSS & JavaScript
VoiceCraft uses the Pollinations text-to-speech API:
GET https://text.pollinations.ai/{prompt}?model=openai-audio&voice={voice}
Where:
prompt= Your input text (auto-encoded)voice= Selected voice model (optional, defaults to "alloy")
Supported Voices:
alloyechofablenovaonyxshimmer
├── index.html
├── logo.jpg # logo
├── scr1.jpg # screenshot
├── scr2.jpg # screenshot
└── README.md # You are here
-
Clone this repository:
git clone https://github.com/altkriz/voicecraft.git
-
Upload to your PHP-enabled server.
-
Access it via your browser:
https://kriztech.in/voicecraft https://altkriz.github.io/voicecraft
Here’s a preview of the VoiceCraft web app in action:
- AI Voice API: Pollinations AI
- App built by Kriztech
This project is open-source and available under the MIT License.

