eagle0504's picture
app updated
746d2f1
---
title: First steps building Streamlit apps
slug: /get-started/tutorials
---
# First steps building Streamlit apps
If you've just read through our [Basic concepts](/get-started/fundamentals/main-concepts) and want to get your hands on Streamlit. Check out these tutorials. Make sure you have [installed Streamlit](/get-started/installation) so you can execute the code yourself.
<InlineCalloutContainer>
<InlineCallout
color="orange-70"
icon="description"
bold="Create an app"
href="/get-started/tutorials/create-an-app"
>uses the concepts learned in Fundamentals along with caching to walk through making your first app.</InlineCallout>
<InlineCallout
color="orange-70"
icon="auto_stories"
bold="Create a multipage app"
href="/get-started/tutorials/create-a-multipage-app"
>walks through the easy steps to add pages to your app.</InlineCallout>
</InlineCalloutContainer>