# Ripping docs > Ripping builds and hosts apps from a written description. These docs cover using it and the code inside a generated app. Every page is also at https://docs.getripping.com/.md; the whole set is at https://docs.getripping.com/llms-full.txt. ## Guide - [Getting started](https://docs.getripping.com/guide/getting-started.md): From the idea box on getripping.com to a running app, including the free first build and what it contains. - [The editor](https://docs.getripping.com/guide/the-editor.md): What each part of the build screen does, from the chat and its modes to the tabs on the right. - [Templates](https://docs.getripping.com/templates): The pre-built apps you can start from, with the prompt each one answers. - [Templates](https://docs.getripping.com/guide/templates.md): What a template is, where the gallery appears, and what a click does in each place. - [App users and data](https://docs.getripping.com/guide/app-users-and-data.md): The accounts your app's users get, how sign-up is controlled, and what the Data tab shows. - [Connections](https://docs.getripping.com/guide/connections.md): The services your apps can use, in five pages, and how Slack notifications work. - [Publishing](https://docs.getripping.com/guide/publishing.md): Deploying to a URL, connecting a custom domain, packaging a Chrome extension, and sharing a project. - [Plans and tokens](https://docs.getripping.com/guide/plans-and-tokens.md): What each plan includes, how tokens are counted and capped, and what the Billing page shows. - [Affiliate program](https://docs.getripping.com/guide/affiliates.md): Earn a share of every payment from the accounts you send to Ripping, and how it is paid. ## Building apps - [Generated app anatomy](https://docs.getripping.com/build/overview.md): What a Ripping app is made of, where it runs, where its data lives, and which scaffold it started from. - [The kit](https://docs.getripping.com/build/kit.md): Every component, hook and helper that @ripping/kit exports, with the props that matter. - [App accounts](https://docs.getripping.com/build/auth.md): How people sign up and sign in to a generated app, what a session is, and the auth endpoints behind it. - [Saving data](https://docs.getripping.com/build/data.md): Per-account data with useStore and useSynced, shared collections with useShared, and the routes and limits behind them. - [File uploads](https://docs.getripping.com/build/files.md): How a generated app stores files people upload, the size and type limits, and how public and private files are addressed. - [Taking payments](https://docs.getripping.com/build/payments.md): Selling the owner's products from a generated app: the pay module, the pay provider actions, and who owns what. - [Connected services](https://docs.getripping.com/build/services.md): The call route that lets a generated app use the owner's connected services without holding a secret, and the limits on it. - [Routing and SEO](https://docs.getripping.com/build/routing-and-seo.md): Hash routes, page titles, share previews, the SITE config every public string comes from, and crash and visit reporting. - [Recipes](https://docs.getripping.com/build/recipes.md): The tested UI and data patterns the builder drops into an app instead of writing them from scratch. - [Recipes](https://docs.getripping.com/recipes): Ready-made pieces the builder reaches for: their code, verbatim. ## Payments - [Payments overview](https://docs.getripping.com/payments/overview.md): The three ways an app can take money, what each supports today, and what each costs. - [Ripping Payments](https://docs.getripping.com/payments/ripping-payments.md): Setting up Ripping Payments, what the Payments page shows, and how the fee and refunds work. - [Your own processor](https://docs.getripping.com/payments/own-processor.md): Connecting your own Stripe or PayPal account, and what changes for buyers when you do. - [Products and sales](https://docs.getripping.com/payments/products-and-sales.md): The product catalogue, what a buyer sees at checkout, the Sales tab, and the buyer's Purchases page. ## For agents - [For agents](https://docs.getripping.com/agents/overview.md): How an LLM or a script should read these docs and build on Ripping.