---
name: "rivet-dynamic-apps"
description: "Dynamic Apps: Deploy an AI-generated backend for every user."
---

## Documentation

- [Dynamic Apps](https://rivet.dev/dynamic-apps/docs.md)
- [Architecture](https://rivet.dev/dynamic-apps/docs/architecture.md)
- [Authentication](https://rivet.dev/dynamic-apps/docs/authentication.md)
- [Backends & REST APIs](https://rivet.dev/dynamic-apps/docs/backends.md)
- [Connect to Rivet](https://rivet.dev/dynamic-apps/docs/connect.md)
- [Core](https://rivet.dev/dynamic-apps/docs/core.md)
- [Customize the VM](https://rivet.dev/dynamic-apps/docs/customize-vm.md)
- [Deploy](https://rivet.dev/dynamic-apps/docs/deploy.md)
- [Generate](https://rivet.dev/dynamic-apps/docs/generate.md)
- [Collecting Logs](https://rivet.dev/dynamic-apps/docs/logging.md)
- [Multiplayer](https://rivet.dev/dynamic-apps/docs/multiplayer.md)
- [Quickstart](https://rivet.dev/dynamic-apps/docs/quickstart.md)
- [Quickstart (Core)](https://rivet.dev/dynamic-apps/docs/quickstart-core.md)
- [Route](https://rivet.dev/dynamic-apps/docs/routing.md)
- [SQLite](https://rivet.dev/dynamic-apps/docs/sqlite.md)
- [Frontends & Static Sites](https://rivet.dev/dynamic-apps/docs/static-websites.md)
- [Workflows](https://rivet.dev/dynamic-apps/docs/workflows.md)

## Examples

Runnable code the documentation above embeds, mirrored under `examples/` in this skill directory.

- [examples/apps-core-quickstart](https://github.com/rivet-dev/dynamic-apps/tree/main/examples/apps-core-quickstart)
- [examples/apps-hello-world](https://github.com/rivet-dev/dynamic-apps/tree/main/examples/apps-hello-world)
- [examples/apps-multiplayer](https://github.com/rivet-dev/dynamic-apps/tree/main/examples/apps-multiplayer)
- [examples/apps-sqlite](https://github.com/rivet-dev/dynamic-apps/tree/main/examples/apps-sqlite)
- [examples/apps-static-website](https://github.com/rivet-dev/dynamic-apps/tree/main/examples/apps-static-website)
- [examples/apps-workflows](https://github.com/rivet-dev/dynamic-apps/tree/main/examples/apps-workflows)
