Tutorials¶
Learning-oriented content for beginners
Tutorials are lessons that guide users through a series of steps to complete a project or learn a new skill. They are designed for learning, not reference.
Available Tutorials¶
- Getting Started with Airbase - Deploy your first application step-by-step
Coming Soon¶
Your First Streamlit App on Airbase¶
File: first-streamlit-app.md Goal: Deploy a working Streamlit application Content: - Setting up a Python Streamlit project - Writing a simple interactive Streamlit app - Creating the Dockerfile for Airbase - Configuring airbase.json - Building and deploying - Testing the live application
Working with Environments¶
File: environments-tutorial.md Goal: Learn to use staging and production environments Content: - Deploy initial app to production - Make a change to the app - Deploy to staging environment - Test the staging deployment - Promote to production - Clean up staging
Writing Tutorials¶
For guidelines on writing tutorials, see Content Guidelines.
Status¶
- Getting Started with Airbase
- Your First Streamlit App on Airbase
- Working with Environments