https://github.com/devsaifur/next-shop
This is an e-commerce admin dashboard and headlessCMS build with Next.js 14
https://github.com/devsaifur/next-shop
nextjs postgres shadcn-ui tailwindcss
Last synced: 5 months ago
JSON representation
This is an e-commerce admin dashboard and headlessCMS build with Next.js 14
- Host: GitHub
- URL: https://github.com/devsaifur/next-shop
- Owner: devSaifur
- Created: 2024-08-26T20:12:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T20:37:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T11:48:09.470Z (about 1 year ago)
- Topics: nextjs, postgres, shadcn-ui, tailwindcss
- Homepage:
- Size: 941 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Next Shop
This is an e-commerce admin dashboard and headlessCMS build with Next.js 14. It is bootstrapped with `create next-app`.
- Dashboard (live demo) - https://the-next-shop-dashboard.vercel.app/
- Storefront (live demo) - https://the-next-shop-store.vercel.app/
[](the-next-shop-dashboard.vercel.app/)
## Dashboard: Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **Basic Authentication:** [Lucia](https://lucia-auth.com/)
- **Database:** [Neon Postgres](https://neon.tech/)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Image Uploads:** [Cloudinary](https://cloudinary.com/)
- **Payments infrastructure:** [Stripe](https://stripe.com)
## Storefront: Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **UI Components:** [HeadlessUI](https://headlessui.com/)
- **Payments infrastructure:** [Stripe](https://stripe.com)