Getting Started
Ready up following things:
1- Domain Name:
Buy a domain name for your app. It will be the base/main URL of your app from which users will access your app globally. You can use domain registrars like Godaddy, namecheap, hostinger etc. Its totally upto you which domain provider you choose.
2- Vercel Account:
Since our app is built in Next.js (a react framework managed by Vercel corporation) therefore vercel is the best choice for our app to host as it is optimized well.
- Go to https://vercel.com and make a free account.
3- GitHub Account:
To deploy app on Vercel, we need a GitHub account.
- Go to https://github.com and create a free account.
4- Fish Audio Account:
Since our app core features like text to speech and voice cloning depends upon Fish Audio API, therefore we need a Fish Audio account to get API.
- Go to https://fish.audio and create a free account.
5- Code Editor:
You also need a code editor to edit or modify code inside project according to your need. To do this you can either use VS Code or Notepad ++. Both are light weight and user friendly with rich features and functionalities.
-
VS Code : Download it from this https://code.visualstudio.com/download URL.
-
Notepad ++ : Download it from this https://notepad-plus-plus.org/downloads URL.
If you want too much simplicity, then you can choose Notepad ++ .