# Overview (/docs/guides)

> For the complete Prisma documentation index, see [llms.txt](https://www.prisma.io/docs/llms.txt). A markdown version of any docs page is available by appending `.md` to its URL.

Practical, step-by-step guides for building with Prisma ORM, each one run end to end before it ships.

Location: Overview

Practical, step-by-step guides for building with Prisma ORM. Every command in a published guide was run end to end against a live database before it landed here. The [Prisma ORM 7 guides](https://www.prisma.io/docs/guides/v7) remain available for Prisma ORM 7 projects.

Use the version dropdown in the sidebar to switch between these guides and the Prisma ORM 7 guides.

## Frameworks [#frameworks]

Each framework guide scaffolds a working app with `create-prisma`, initializes the database, and ends with your data rendering:

- [Next.js](https://www.prisma.io/docs/guides/frameworks/nextjs)

- [Astro](https://www.prisma.io/docs/guides/frameworks/astro)

- [Nuxt](https://www.prisma.io/docs/guides/frameworks/nuxt)

- [SvelteKit](https://www.prisma.io/docs/guides/frameworks/sveltekit)

- [TanStack Start](https://www.prisma.io/docs/guides/frameworks/tanstack-start)

- [NestJS](https://www.prisma.io/docs/guides/frameworks/nestjs)

- [Hono](https://www.prisma.io/docs/guides/frameworks/hono)

- [Elysia](https://www.prisma.io/docs/guides/frameworks/elysia)

## Runtimes [#runtimes]

- [Bun](https://www.prisma.io/docs/guides/runtimes/bun)

- [Deno](https://www.prisma.io/docs/guides/runtimes/deno)

## Deployment [#deployment]

- [Docker](https://www.prisma.io/docs/guides/deployment/docker)

- [Cloudflare Workers](https://www.prisma.io/docs/guides/deployment/cloudflare-workers)

- [Turborepo](https://www.prisma.io/docs/guides/deployment/turborepo)

- [pnpm workspaces](https://www.prisma.io/docs/guides/deployment/pnpm-workspaces)

- [Bun workspaces](https://www.prisma.io/docs/guides/deployment/bun-workspaces)

## Database [#database]

- [Multiple databases](https://www.prisma.io/docs/guides/database/multiple-databases)

- [Expand-and-contract migrations](https://www.prisma.io/docs/guides/database/data-migration)

- [Schema changes as a team](https://www.prisma.io/docs/guides/database/schema-changes)

## Switch to Prisma ORM [#switch-to-prisma-orm]

- [From Drizzle](https://www.prisma.io/docs/guides/switch-to-prisma-orm/from-drizzle)

- [From Sequelize or TypeORM](https://www.prisma.io/docs/guides/switch-to-prisma-orm/from-sql-orms)

- [From Mongoose](https://www.prisma.io/docs/guides/switch-to-prisma-orm/from-mongoose)

## Integrations [#integrations]

- [GitHub Actions](https://www.prisma.io/docs/guides/integrations/github-actions)

- [AI SDK](https://www.prisma.io/docs/guides/integrations/ai-sdk)

## Upgrading [#upgrading]

- [Prisma ORM 7 to 8 on PostgreSQL](https://www.prisma.io/docs/guides/upgrade-prisma-orm/postgresql)

- [Prisma ORM 7 to 8 on MongoDB](https://www.prisma.io/docs/guides/upgrade-prisma-orm/mongodb)

## Still on Prisma ORM 7 [#still-on-prisma-orm-7]

The authentication guides and the remaining integration and Prisma Postgres guides in the sidebar are written for Prisma ORM 7 and carry a note at the top saying so. Some wait on third-party adapters that still require Prisma Client; the rest land here as they are ported. Cloudflare D1 and the Accelerate integrations live under the [Prisma ORM 7 guides](https://www.prisma.io/docs/guides/v7) only.

## Next steps [#next-steps]

* [Start with the quickstart](https://www.prisma.io/docs/prisma-orm/quickstart/postgresql) if you don't have a Prisma ORM project yet.
* [Learn the fundamentals](https://www.prisma.io/docs/orm/fundamentals/reading-data): reading, writing, relations, transactions, and advanced queries.
* [Read the Prisma ORM overview](https://www.prisma.io/docs/orm) for the concepts behind contracts, typed queries, and migrations.

## Related pages

- [`Choose a Prisma ORM setup path`](https://www.prisma.io/docs/getting-started): Choose the fastest path to try Prisma ORM in a new or existing project.
- [`Console`](https://www.prisma.io/docs/console): Learn how to use the Console to manage and integrate Prisma products into your application.
- [`Deploy the full Prisma stack`](https://www.prisma.io/docs/full-stack-tutorial): A single tutorial from empty directory to live URL, with Prisma Composer, Prisma ORM, and Prisma Postgres.
- [`Introduction to Prisma ORM`](https://www.prisma.io/docs/prisma-orm): Prisma ORM 8 is the current release.
- [`Local development`](https://www.prisma.io/docs/local-development): Run the whole Prisma stack on your machine, with your app on Bun, a local Prisma Postgres database, and local object storage.