Completed
Overview and app scope
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Text-to-Post Web App Tutorial - Twilio, Convex, Clerk, React, and TypeScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Overview and app scope
- 2 Clone the repo for development
- 3 Clerk setup and credentials
- 4 Get a Twilio phone number
- 5 Install Convex and credentials
- 6 Create a type-safe database schema
- 7 Integrate Clerk with Convex
- 8 Create a Convex query
- 9 Filter Convex queries with auth details from Clerk
- 10 Run a Convex query in a React app
- 11 Create a webhook for Twilio with Convex HTTP Actions
- 12 Use Convex's HTTP Router
- 13 Handle incoming SMS in Twilio with a custom webhook
- 14 Validate Twilio webhook request
- 15 Get Twilio credentials
- 16 Save messages with Convex mutations
- 17 Test text-to-post in the app plus a bonus!
- 18 Save images from text messages using Convex file storage
- 19 Working app demo and review of what we built
- 20 Why I'm excited about the state of the web today