# TMA.sh Documentation > TMA.sh is the deployment platform for Telegram Mini Apps. > Push code, get a live app with auth, payments, and storage built in. Full documentation: https://docs.tma.sh/llms-full.txt ## Pages - [TMA.sh](https://docs.tma.sh/): Deploy Telegram Mini Apps in seconds. Push code, get a live app. - [Overview](https://docs.tma.sh/getting-started/): What is TMA.sh and why use it - [Your First Deploy](https://docs.tma.sh/getting-started/first-deploy/): Deploy a Telegram Mini App in under 5 minutes - [Installation](https://docs.tma.sh/getting-started/installation/): Install the TMA CLI and set up your account - [API Routes](https://docs.tma.sh/guides/api-routes/): Add server-side logic with edge API routes - [Authentication](https://docs.tma.sh/guides/authentication/): Authenticate Telegram users in your Mini App - [Custom Domains](https://docs.tma.sh/guides/custom-domains/): Use your own domain with TMA.sh - [Environment Variables](https://docs.tma.sh/guides/environment-variables/): Manage secrets and configuration for your deployments - [KV Storage](https://docs.tma.sh/guides/kv-storage/): Simple key-value storage for your Mini App - [Local Development](https://docs.tma.sh/guides/local-development/): Develop and test your Mini App locally - [Payments](https://docs.tma.sh/guides/payments/): Accept payments with TON Connect and Telegram Stars - [Build Pipeline](https://docs.tma.sh/concepts/build-pipeline/): How TMA.sh builds and deploys your app - [Hosting & CDN](https://docs.tma.sh/concepts/hosting/): How your Mini App is served globally - [How It Works](https://docs.tma.sh/concepts/how-it-works/): Understanding the TMA.sh platform architecture - [Preview Environments](https://docs.tma.sh/concepts/preview-environments/): Automatic deployments for pull requests - [CLI Overview](https://docs.tma.sh/cli/): The TMA command-line interface - [CLI Commands](https://docs.tma.sh/cli/commands/): Complete reference for all TMA CLI commands - [SDK Overview](https://docs.tma.sh/sdk/): The TMA.sh SDK for Telegram Mini Apps - [Authentication](https://docs.tma.sh/sdk/auth/): Validate Telegram users and get signed JWTs - [KV Storage](https://docs.tma.sh/sdk/kv/): Key-value storage API reference - [Payments](https://docs.tma.sh/sdk/payments/): Accept TON and Telegram Stars payments - [Server Helpers](https://docs.tma.sh/sdk/server/): SDK utilities for API routes - [API Endpoints](https://docs.tma.sh/reference/api-endpoints/): SDK and platform API endpoint reference - [Limits & Quotas](https://docs.tma.sh/reference/limits/): Platform limits and resource quotas - [LLM-Friendly Docs](https://docs.tma.sh/reference/llms-txt/): Machine-readable documentation for AI assistants and LLMs - [Project Configuration](https://docs.tma.sh/reference/project-config/): Configuration options for TMA.sh projects