Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
The dashboard for dagpi, built with Next.js, NextAuth, Chakra UI, and payment integrations.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Dagpi Dashboard is an open-source dashboard for the Dagpi API service, built with Next.js and listed on GitHub with the description "The dashboard for dagpi. Built with nextjs!". It combines NextAuth, Chakra UI, Stripe Checkout, PayPal Checkout, Formik, Yup, Google Analytics, and Sentry to operate as a customer-facing web application. The project includes a README with testing and deployment instructions for running it on Vercel.
Dagpi Dashboard is the frontend dashboard for the Dagpi API service, created by the project maintainer and published as an open-source repository. The stack is centered on Next.js, with NextAuth for authentication, Chakra UI for the component library, and Formik plus Yup for form handling. It also integrates Stripe Checkout and PayPal Checkout for payments, Google Analytics for tracking, and Sentry for error reporting. The README indicates the project is deployed on Vercel and can be forked for your own instance.
According to the README, local testing is done by running yarn dev. For production, the project is built with yarn build and started with yarn start. The recommended deployment platform is Vercel, and the README explicitly allows forking the repo and running your own instance.
The repository is open source and published on GitHub with the AGPLv3 license topic, so the code is freely available to view, fork, and modify. No pricing information is stated in the README.
Clone the repository and run yarn dev in the root directory to start the development server, as described in the Testing section of the README.
The Tools Used list includes Stripe Checkout and PayPal Checkout, meaning the dashboard is set up to process payments through both Stripe and PayPal.
The project uses Next.js with React, Chakra UI, NextAuth, Formik, Yup, ESLint, Prettier, Stripe, PayPal, Google Analytics, and Sentry, as listed in the README.
Yes, the README states that the app is deployed on Vercel and that you can fork the repo and run your own. Use yarn build and yarn start for a production build.
