Demo: https://floatrx-next-prisma-postgres.vercel.app/
This is a simple test project to demonstrate how to use Next.js with NextUI, Prisma ORM and VercelPostgres DB.
It includes a simple project structure with separated features (not FSD).
The project also includes a simple form to add new items to the list.
- Next.js 14
- NextUI v2
- Tailwind CSS
- Tailwind Variants
- TypeScript
- Framer Motion
- next-themes
- Prisma
- VercelPostgres
You can use one of them npm
, yarn
, pnpm
, bun
, Example using bun
:
bun install # or `bun i`
bun run dev # or `bun dev`