File size: 1,163 Bytes
746d2f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Develop
slug: /develop
---

# Develop

Get all the information you need to build beautiful, performant web apps with Streamlit!

<InlineCalloutContainer>
    <InlineCallout
        color="indigo-70"
        icon="book"
        bold="Concepts."
        href="/develop/concepts"
    >Learn how Streamlit works with in-depth guides to our execution model and features.</InlineCallout>
    <InlineCallout
        color="indigo-70"
        icon="list"
        bold="API reference."
        href="/develop/api-reference"
    >Learn about our API with function definitions and examples.</InlineCallout>
    <InlineCallout
        color="indigo-70"
        icon="auto_awesome"
        bold="Tutorials."
        href="/develop/tutorials"
    >Follow step-by-step instructions to build example apps and useful snippets.</InlineCallout>
    <InlineCallout
        color="indigo-70"
        icon="bolt"
        bold="Quick references."
        href="/develop/quick-reference"
    >Check out our quick references for easy access to convenient information like our changelog, cheat sheet, pre-release features, and roadmap.</InlineCallout>
</InlineCalloutContainer>