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

# Overview

> getOperate is a platform to build all your internal tools (endpoints, workflows, UIs) through the combination of code (in Typescript, Python, Go, Bash, SQL or any docker image) and low code builders.

<CardGroup cols={2}>
  <Card title="Get Started" icon="book" href="/introduction/quickstart/get-started-with-getoperate">
    Get started in 30 seconds.
  </Card>

  <Card title="Self Host" icon="house" href="/developer/local-development">
    Self host the application in 2 minutes.
  </Card>
</CardGroup>

<Card title="Note of intent" icon="pen" href="#">
  we bridges the gap between no-code/low-code services and traditional
  programming.
</Card>

## Get started with getOperate

New to getOperate? Follow our introductory tutorials and courses to get a feel for the developer experience and the value of the getOperate Platform.

* [Set up your development environment.](/developer/local-development)
* [Run your first program.](#)
* [Build an application from scratch.](#)

## Start building your app

Have a use case? Jump into the developer guides to start building your next backend application with Temporal.

* [Script Quickstart](/introduction/quickstart/scripts/overview)
* [Flows Quickstart](/introduction/quickstart/flows-quickstart)
* [Apps Quickstart](/introduction/quickstart/apps-quickstart)
* [Triggering Scripts](/introduction/quickstart/triggering-scripts)
* [Triggering Flows](/introduction/quickstart/triggering-flows)

## Deploy your application

Choose a production deployment environment that suits your needs.

* [Production deployment](#)
* [Deploy to Staging/Prod Web UI](#)
* [Deploy to Prod using a Git Workflow](/developer/production-development)
* [Local development](/developer/local-development)

## Developer's guides

Use the CLI and Web UI to manage and monitor your Workflows.

* [Editors Manual](/developer/manual/script)
* [React/Vue/Svelte Apps](/developer/import/react)
* [Command Line Interface (CLI)](/developer/cli/installation)

## Learn more about getOperate

<CardGroup cols={2}>
  <Card title="Core Concepts" href="/introduction/core-concepts">
    The essential principles and features that underpin the platform's
    capabilities.
  </Card>

  <Card title="Integrations" href="#">
    Provides a framework to easily add integrations.
  </Card>

  <Card title="Triggering Scripts" href="/introduction/quickstart/triggering-scripts">
    Trigger scripts on-demand, by schedule or on external events.
  </Card>

  <Card title="Triggering Flows" href="/introduction/quickstart/triggering-flows">
    Trigger flows on-demand, by schedule or on external events.
  </Card>

  <Card title="Script Editor" href="/developer/manual/script">
    Low-code editor to build scripts.
  </Card>

  <Card title="Flow Editor" href="/developer/manual/flow">
    Low-code editor to build workflows.
  </Card>

  <Card title="App Editor" href="/developer/manual/app">
    Drag-and-drop editor to build apps.
  </Card>
</CardGroup>
