# Guides (/docs/guides/v7)

> 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.

A collection of guides for various tasks and workflows

Location: Guides > Guides

This section contains step-by-step guides for specific tasks with Prisma products, including Prisma ORM, Prisma Accelerate, and Prisma Postgres.

## Quick start [#quick-start]

Scaffold a new project with Prisma ORM and Prisma Postgres already set up:

  

#### bun

```bash
bunx create-prisma@stable
```

#### pnpm

```bash
pnpm create prisma@stable
```

#### yarn

```bash
yarn create prisma@stable
```

#### npm

```bash
npm create prisma@stable
```

Pick your framework and options from the prompts. To skip prompts use `--yes`, to set a framework upfront use `--template` (`next`, `hono`, `svelte`, `astro`, `nuxt`, `tanstack-start`, `nest`, `elysia`, `turborepo`).

## Getting started [#getting-started]

* [Next.js](https://www.prisma.io/docs/guides/v7/frameworks/nextjs) - Learn how to use Prisma ORM in a Next.js app and deploy it to Vercel
* [Hono](https://www.prisma.io/docs/guides/v7/frameworks/hono) - Learn how to use Prisma ORM in a Hono app
* [SvelteKit](https://www.prisma.io/docs/guides/v7/frameworks/sveltekit) - Learn how to use Prisma ORM in a SvelteKit app

## Related pages

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