# Overview (/docs/guides/next)

> 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 Next, each one run end to end before it ships.

Location: Guides > Overview

Practical, step-by-step guides for building with Prisma Next. They mirror the structure of the [Prisma 7 guides](https://www.prisma.io/docs/guides), and every command in a published guide was run end to end against a live database before it landed here.

Use the version dropdown in the sidebar to switch between these guides and the Prisma 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/next/frameworks/nextjs)

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

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

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

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

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

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

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

## Runtimes [#runtimes]

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

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

## Coming as they land [#coming-as-they-land]

The remaining categories follow the [Prisma Next docs plan](https://linear.app/prisma-company/issue/DR-8689/docs-guides-incremental-migration-deployment-performance-testing) and land one guide at a time, each tested before it ships:

* **Upgrading**: moving from Prisma 7, and between Prisma Next releases
* **Migrations**: down migrations, handling schema conflicts, and working with the migration graph
* **Deployment**: Vercel, Fly.io, AWS Lambda, Cloudflare Workers, Docker
* **Extensions**: using pgvector, using ParadeDB, building your own
* **Databases**: PostgreSQL tips, MongoDB tips, adding a new database
* **Patterns**: multi-tenant apps, soft deletes, audit logs, pagination at scale
* **Performance**: query limits in CI, reading query plans, indexing
* **Testing**: unit tests, integration tests, testing against the contract
* **Operations**: connection management, backups, health checks, zero-downtime migrations

Until a Prisma Next guide exists for your topic, the [Prisma 7 guide](https://www.prisma.io/docs/guides) still applies to Prisma 7 projects, and the [Fundamentals section](https://www.prisma.io/docs/orm/next/fundamentals/reading-data) covers the query patterns any guide builds on.

## Next steps [#next-steps]

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

## Related pages

- [`Writing guides`](https://www.prisma.io/docs/guides/making-guides): Learn how to write clear, consistent, and helpful guides for Prisma documentation