Your voice. Your words. Your AI.
RevoixAI is a voice cloning web platform designed to help content creators, educators, and anyone with mic anxiety speak through AI — in their own voice. The frontend is hosted on GitHub Pages, while the heavy lifting (audio processing, voice cloning, and TTS generation) is done on a secure self-hosted backend server.
👉 Try RevoixAI
Note: Work in process!
- Upload a short sample of your voice
- Type any text you'd like spoken aloud
- Our backend clones your voice and returns the speech audio
- Download or listen to the result right from your browser
[Frontend: GitHub Pages]
↳ HTML + JS UI
↳ User uploads sample / enters text
↓ API Request (HTTPS)
[Backend: Self Hosted Server]
↳ Preprocess audio
↳ Clone voice with AI
↳ Generate speech
↳ Return audio file URL
Frontend: HTML5, CSS3, JavaScript, Axios
Backend: Python 3, Coqui TTS / VITS, Flask or FastAPI (running on self-hosted server)
Hosting:
Frontend: GitHub Pages
Backend: Personal server (Ryzen 5 3600, 16GB RAM)
Your voice samples are never stored unless explicitly allowed.
All processing is done on our own secure server.
Open-source and customizable for any use case.
MIT License — use it, modify it, improve it.
Created by IamCOD3X with the goal of giving creators a voice — literally.