Starter Apps

Get a working app in minutes.

Tubestamp: AI YouTube TimestampsCopied!


React App: AI YouTube Timestamps (live at tubestamp.com)

💻 Get all free source code here: AI YouTube Timestamps on GitHub

A React + Firebase app that auto-generates chapter markers by calling:


curl https://api.bumpups.com/general/timestamps \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN' \
  --data '{
  "url": "https://www.youtube.com/watch?v=wv6TaPbnBp4",
  "model": "bump-1.0",
  "language": "en",
  "timestamps_style": "long"
}'


Quickstart Guide: (learn more)

git clone https://github.com/coffeefuelbump/AI-YouTube-Timestamps.git

cd AI-YouTube-Timestamps

cp .env.example .env.local

# fill in your Bumpups & YouTube API keys + Firebase config
npm install && npm start


Open http://localhost:3000, paste a YouTube URL, and click Generate Timestamps. The app fetches your URL, parses the timestamps_list from the JSON response, and renders clickable chapter markers.

☕ Watch how to build this app in our step-by-step YouTube series!