https://github.com/daviddozie/voicify
Voicify is a text-to-speech web app that converts text into natural-sounding speech with customizable voices and languages.
https://github.com/daviddozie/voicify
next-js tailwindcss typescript vercel-deployment
Last synced: about 2 months ago
JSON representation
Voicify is a text-to-speech web app that converts text into natural-sounding speech with customizable voices and languages.
- Host: GitHub
- URL: https://github.com/daviddozie/voicify
- Owner: daviddozie
- Created: 2025-01-30T13:29:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T09:05:56.000Z (3 months ago)
- Last Synced: 2025-02-20T11:50:15.984Z (3 months ago)
- Topics: next-js, tailwindcss, typescript, vercel-deployment
- Language: TypeScript
- Homepage: https://voiciify.vercel.app
- Size: 214 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voicify - Text-to-Speech Web App

Voicify is a modern text-to-speech web application that allows users to convert written text into spoken words using VoiceRSS. Built with **Next.js**, it provides a fast and responsive UI for seamless user experience.
## 🚀 Features
- 🔊 Convert text to high-quality speech
- 🌐 Supports multiple languages & voices
- 🎵 Adjustable speech rate & pitch (if supported)
- 📂 Download generated speech as an audio file
- 🎨 Simple & intuitive UI with smooth animations## 🎥 Live Demo
Check out the live version of Voicify here: **[Voicify Live](https://voiciify.vercel.app/)**## 🛠️ Tech Stack
- **Next.js** – React framework for SSR & performance
- **TypeScript** – Strongly typed JavaScript
- **TailwindCSS** – Utility-first styling
- **VoiceRSS API** – Text-to-speech service
- **React Hooks** – For state management## ⚡ Getting Started
### Prerequisites
Ensure you have **Node.js** installed (v16+ recommended).### Installation
Clone the repository and install dependencies:```bash
git clone https://github.com/yourusername/voicify.git
cd voicify
npm install.