Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.35 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.35 KB

TikTok TTS

Web TTS app powered by NextJS. Has a JS fork of this script for the backend.

Built with

  • NextJS
  • TypeScript
  • TailwindCSS
  • Tremor
  • Upstash Ratelimit

Deploying

Deploy with Vercel

To Deploy your own, you will need an Upstash account and a Redis database with them for the ratelimiting of the backend.

Once you have a Upstash database, get the REST API Token and URL from the dashboard, then add it to your environment. For an example, look at .env.example.

You will also need a TikTok Session ID which you can learn how to find here

After adding those variables to Vercel/Netlify, you can deploy the app.

Author