Skip to main content
Antoine Basseto

Antoine Basseto

Hi, I’m Antoine!

Recent

Setting Up User Login

User authentication is the first step in building any app that needs to track who’s who — like one with user credits 👀 — and with Streamlit’s new native authentication features, it’s easier than ever!

Connecting To A Database

Need to store user credits securely? In this post, we’ll show you how to hook your Streamlit app up to a database — with row-level security, secret-handling best practices, and a quick table setup walkthrough.

Integrating Stripe Checkouts
Draft

Ready to start charging for your app? In this post we will learn how to set up a pay-per-use system — from creating Stripe Checkout sessions to listening to webhooks.

Calling LLM APIs
Draft

Ready for your app to do something? In this post learn how to query an LLM API — including measuring costs and removing credits from users.

Deploying Your App
Draft

You’ve built something awesome — now it’s time to share it with the world! Learn the ins and outs of deploying your Streamlit app on Streamlit Cloud, it’s (almost) as simple as a single click.