Plumbio - React Documentation

Welcome to Plumbio template!
We would like to thank you, for buy our template - Plumbio. This has been built with React, Next.js and Tailwind CSS!

You are given several templates to choose from.
These are "plumbio__default" and "plumbio__mongodb". Let's choose the right template:

1. "plumbio__default" - this is the easiest template to customize. This is the starting and base platform for the implementation of other technologies.

  • A payment system has been implemented here with Stripe. The item in the cart is automatically added to the "Stripe" payment system.
  • Sending mail is done using API Resend.
  • Products in the cart are stored using Context API in React/NextJS

2. "plumbio__mongodb". "MongoDB" database has been added here.

  • A payment system has been implemented here with Stripe. The item in the cart is automatically added to the "Stripe" payment system.
  • To protect the dashboard login is done using API Clerk
  • Sending mail is done using API Resend.
  • Products in the cart are stored using Context API in React/NextJS
  • The database " MongoDB" stores Blog and Store data.
  • There is a dashboard with which you can edit products or blog.(*implemented using serverActions and MongoDB)

* If you don't need MongoDB" use template - "plumbio__default"

BACK TO TOP