Build your own AI Chatbot with pure Python
Welcome
0:00
Demo
0:00
Python Environment and Reflex App Setup
0:00
VSCode + Git
0:00
New Page and URL Routing
0:00
A Component for Layout
0:00
Simplify App Structure
0:00
Reflex Docs Recipes
0:00
Identify Rendered Components in HTML
0:00
Navigation Links & Routes
0:00
Handling Click Events with Reflex State
0:00
Chat Component and Routing
0:00
Creating a Form
0:00
Conditionally Render Success Message
0:00
Timeout Delays with Reflex State
0:00
Storing Chat Messages in Memory
0:00
Render the Chat Messages
0:00
Adding Intelligence to our Bot with OpenAI
0:00
Integrate Reflex with Neon Postgres
0:00
Creating a Database Table with Reflex
0:00
Your First Database Migration
0:00
Adding Data into the Database
0:00
Neon Branching for Major Database Migrations
0:00
Related Database Table Model
0:00
Create DB-stored Chat Sessions
0:00
Storing Chat Messages on Neon
0:00
Button for New Chat
0:00
Handling Dynamic URL Routes
0:00
Load Stored Chat Session from Database
0:00
Loading Chat Session Messages from Database
0:00
Resetting Reflex State Values
0:00
Adding the Dockerfile
0:00
Build & Push Docker Containers with GitHub Actions
0:00
Using One-Off SSH Keys for Virtual Machines
0:00
Deploy Reflex with Docker Compose, Ansible, and GitHub Actions
0:00
Thank you and next steps
0:00