B
  • Templates
  • FAQ
  • Contact
  • Blog
B

High-performance Next.js starters for developers who don't compromise on quality.

Leave a reviewon Trustpilot

Templates

  • All
  • PRISM
  • Evines
  • BlogStarter

Resources

  • FAQ
  • Contact
  • Blog

Connect

© 2026 BloomTPL

Privacy PolicyTerms of UseLegal Notice
Next.js 16React 19Tailwind 4TypeScriptPostgreSQLStripeNextAuth

PRISM
E-Commerce

Production-ready e-commerce platform with complete payment processing, admin dashboard, and secure authentication.

Full Shop Suite

Product catalog, variants, search, and cart management.

Payments & Orders

Stripe integration with order management and real-time tracking.

Admin Dashboard

Manage products, categories, users, and orders with analytics.

01

Download & Extract

Download the PRISM template and extract the files to your local machine.

Extract the downloaded ZIP file to your desired location.
02

Open in VS Code

Open the project folder in Visual Studio Code.

vscode
code .
03

Install Dependencies

Install all required packages using npm.

install
npm install
04

Complete Environment Variables

Open the .env file and configure your environment variables.

Add your PostgreSQL connection string (SSL required):

database-url
DATABASE_URL="postgresql://...?...&sslmode=verify-full"

Make sure sslmode=verify-full is included at the end of your connection string.

05

Setup Database

Push the schema to your database and generate Prisma client.

prisma-setup
npx prisma db push
npx prisma generate
06

Start Development Server

Launch the local development server.

dev
npm run dev

Open http://localhost:3000 in your browser.

Ready to launch?

Your production-ready e-commerce platform awaits. Need support with setup or customization?

Contact Support