Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Static site with Next.js 9.4 and Prisma.
Next Prisma is a boilerplate template for static websites built on Next.js 9.4 with the Prisma database toolkit and Chakra UI, configured for one-command setup and Vercel deployment.
Next Prisma is a starter repository that pairs the Next.js React framework with the Prisma database toolkit to generate static sites. It takes a minimal setup — clone the repo, run yarn to install dependencies, and run yarn dev — and produces a development server on localhost:3000. The template is hosted on GitHub under the repository name next-prisma and is tagged with topics including nextjs, prisma, react, ssg, and chakra-ui.
To get started, you clone the repository, install dependencies with yarn, and start the development server with yarn dev. The application then serves on http://localhost:3000. No additional configuration steps are documented in the README.
