> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vocode.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Source Quickstarts

> How to get Vocode up and running on your own machine

## Start Developing

<CardGroup>
  <Card title="Python Quick Start" icon="circle-play" href="/open-source/python-quickstart">
    Quickly get up and running with Vocode by following our Python quick start
    guide.
  </Card>
</CardGroup>

### <span><svg style={{display: "inline"}} width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <defs /> <path d="M7 5.5C7 4.67157 7.67157 4 8.5 4H15.5C16.3284 4 17 4.67157 17 5.5V12H8.5C7.67157 12 7 11.3284 7 10.5V5.5Z" fill="#F26207" /> <path d="M17 12H25.5C26.3284 12 27 12.6716 27 13.5V18.5C27 19.3284 26.3284 20 25.5 20H17V12Z" fill="#F26207" /> <path d="M7 21.5C7 20.6716 7.67157 20 8.5 20H17V26.5C17 27.3284 16.3284 28 15.5 28H8.5C7.67157 28 7 27.3284 7 26.5V21.5Z" fill="#F26207" /></svg> Replit Templates</span>

<CardGroup>
  <Card title="Phone Call Server" icon="phone" href="https://replit.com/@vocode/Self-hosted-Telephony-Server">
    Spin up a phone number with ChatGPT on the other end.
  </Card>

  <Card title="React Conversation" icon="browser" href="https://replit.com/@vocode/Simple-Conversation">
    Create a website that you can talk to.
  </Card>

  <Card title="LangChain Agent" icon="browser" href="https://replit.com/@vocode/LangChain-Agent">
    Use Vocode as a tool to call someone in the real world.
  </Card>
</CardGroup>
