Skip to content

Commit 38b503d

Browse files
authored
Update README.md
1 parent 98d8cc1 commit 38b503d

File tree

1 file changed

+168
-1
lines changed

1 file changed

+168
-1
lines changed

README.md

Lines changed: 168 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,168 @@
1-
# nextkit-admin-with-supabase-and-mongodb
1+
2+
<div align="center">
3+
<a href="https://www.wrappixel.com/" target="_blank">
4+
<img src="https://adminmart.github.io/template_api/images/brand-logo/WrapPixel-Logo.svg" alt="sneat-logo" width="100px" height="100px">
5+
</a>
6+
</div>
7+
8+
9+
<h1 align="center">
10+
<a href="https://www.wrappixel.com/templates/materialm-free-nextjs-admin-template/?ref=376" target="_blank" align="center">
11+
Nextkit admin template with supabase and mongodb
12+
</a>
13+
</h1>
14+
15+
<p align="center">Download most useful and comprehensive 🚀 Free NextJs admin template built for developers 🛠</p>
16+
17+
18+
[![materialM Free NextJs Admin Template Demo Screenshot](https://www.wrappixel.com/wp-content/uploads/edd/2025/06/Nextkit-Free-794x456-1.webp)
19+
20+
21+
## 👋 Introduction
22+
23+
24+
**NextKit** is a modern, open-source admin dashboard template built with **Next.js** , **Tailwind CSS** , **Supabase** , **MongoDB** and **Prisma** , inspired by the principles of Material Design. It offers a clean, minimal UI combined with a powerful development stack, making it ideal for building fast, responsive, and scalable web applications.
25+
26+
Whether you're developing a content management system (CMS), analytics dashboard, internal admin panel, or SaaS backend, **NextKit** provides you with a flexible and customizable foundation that speeds up development while ensuring a smooth user experience.
27+
28+
Designed with developers in mind, NextKit comes packed with pre-built components, layouts, and utility-first styling, so you can focus more on functionality and less on UI boilerplate.
29+
30+
31+
### 🔑 Key Features
32+
33+
- **Responsive Design**
34+
Seamless user experience across desktops, tablets, and mobile devices.
35+
36+
- **Ready to use Authentication and Authorization**
37+
Utilised supabase powered authentication or a custom Next.js API backend powered by JWT .
38+
39+
- **Complete prisma setup for instant Database connection**
40+
Integrated modern prsima ORM to connect or interact with database instantly.
41+
42+
- **Flowbite Integration**
43+
A rich library of **prebuilt UI components**—like modals, dropdowns, navbars, and tabs—designed specifically for **Tailwind CSS**, helping developers build faster with consistent and responsive designs.
44+
45+
- **Pre-designed Pages**
46+
Includes essential pages like dashboards, login, user profiles, error pages, and more.
47+
48+
- **ApexCharts Integration**
49+
Interactive, customizable charts powered by ApexCharts for visualizing data effectively.
50+
51+
- **Optimized for Performance**
52+
Fast load times, efficient rendering, and a scalable codebase.
53+
54+
---
55+
56+
57+
## 🛠️ Notable Libraries and Tools
58+
59+
| **Library / Tool** | **Description** |
60+
|-----------------------|---------------------------------------------------------------------------------|
61+
| **Tailwind CSS** | A utility-first CSS framework that enables developers to build custom designs quickly by applying classes directly in HTML. |
62+
| **Apex Charts** | A powerful charting library for creating interactive and visually appealing charts, perfect for dashboards and data visualizations. |
63+
| **Flowbite** | A library of UI components built on top of Tailwind CSS that provides ready-to-use elements like modals, dropdowns, and more. |
64+
| **Prisma** | A modern ORM for Node.js and TypeScript that simplifies database access with auto-generated, type-safe queries and schema syncing. |
65+
| **Supabase** | An open-source Firebase alternative that offers instant APIs, authentication, and real-time capabilities on top of a PostgreSQL database. |
66+
| **Tabler Icons** | These icons are simple, lightweight, and easy to integrate, making them perfect for building clean and visually appealing user interfaces. |
67+
68+
69+
---
70+
71+
## 💾 Installation Guide
72+
73+
Welcome to the **NextKit Free Admin Template with supabase and mongodb**! This guide will walk you through the installation and setup process, so you can get started with building your custom admin dashboard in no time.
74+
75+
### 📝 Steps to Install
76+
77+
#### 1. **Clone the Repository**
78+
79+
The easiest way to get started is by cloning the repository or download the zip file. You can do this with the following command:
80+
81+
```bash
82+
git clone https://github.com/wrappixel/nextkit-admin-with-supabase-and-mongodb.git
83+
```
84+
85+
#### 2. **Choose your desired package**
86+
87+
After cloning , you will find two package , one that is powered by Supabase and second one powered by MongoDB
88+
89+
#### 3. **Install Dependencies**
90+
91+
Install the relative Dependencies of the template. You can do this with the following command:
92+
93+
```bash
94+
npm install
95+
```
96+
97+
#### 4. **Initialize project environment variables**
98+
99+
Overwrite the environment variables with real credentials.
100+
101+
102+
#### 5. **Start the Development Server**
103+
104+
Once the dependencies are installed, you can start a local development server to preview the template:
105+
106+
```bash
107+
npm run dev
108+
```
109+
110+
---
111+
112+
## 📝 Documentation
113+
114+
Welcome to the **NextKit Free Admin Tempalte with Supabase and MongoDB** documentation! Whether you're just getting started or looking to explore advanced features, this guide will help you set up and customize your project with ease.
115+
116+
👉 **[Click here to read the full documentation](https://adminmart.github.io/premium-documentation/nextjs/nextkit/index.html)**
117+
118+
119+
---
120+
121+
122+
## 🤝 Contributing
123+
124+
We welcome contributions from the community to help improve the **NextKit Free Admin Template with Supabase and MongoDB**. Whether it’s fixing bugs, adding new features, improving documentation, or sharing ideas — your input is appreciated!
125+
126+
### 🛠️ How to Contribute
127+
128+
Follow these simple steps to start contributing:
129+
130+
1. **Fork the Repository**
131+
Click the **Fork** button on the top-right corner of this repo to create your own copy.
132+
133+
2. **Clone Your Fork**
134+
Use the command below to clone your forked repository:
135+
```bash
136+
git clone https://github.com/wrappixel/nextkit-admin-with-supabase-and-mongodb.git
137+
138+
3. **Create a New Branch**
139+
Create a new branch to work on your feature or fix. This keeps your changes separate from the main branch:
140+
```bash
141+
git checkout -b feature/your-feature-name
142+
143+
4. **Commit and Push Changes**
144+
After making your changes, commit them with a meaningful message and push your branch to your fork:
145+
```bash
146+
git commit -am "Add: Description of changes made"
147+
git push origin feature/your-feature-name
148+
149+
150+
---
151+
152+
## 🧭 Useful Links
153+
- <p><a href="https://www.wrappixel.com/templates/category/admin-dashboard-templates/?ref=376">Admin Templates</a> from Wrappixel</p>
154+
- <p><a href="https://www.wrappixel.com/templates/category/bootstrap-templates/?ref=376">Bootstrap Templates</a> from Wrappixel</p>
155+
- <p><a href="https://www.wrappixel.com/templates/category/angular-templates/?ref=376">Angular Templates</a> from Wrappixel</p>
156+
- <p><a href="https://www.wrappixel.com/templates/category/react-templates/?ref=376">React Template</a> from Wrappixel</p>
157+
- <p><a href="https://www.wrappixel.com/templates/category/framer-templates/?ref=376">Framer Templates</a> from Wrappixel</p>
158+
- <p><a href="https://www.wrappixel.com/templates/category/mui-templates/?ref=376">Material UI Templates</a> from Wrappixel</p>
159+
- <p><a href="https://www.wrappixel.com/templates/category/vuetify-templates/?ref=376">Vuetify Templates</a> from Wrappixel</p>
160+
- <p><a href="https://www.wrappixel.com/templates/category/nextjs-templates/?ref=376">NextJs Templates</a> from Wrappixel</p>
161+
- <p><a href="https://www.wrappixel.com/templates/category/nuxt-templates/?ref=376">Nuxt Templates</a> from Wrappixel</p>
162+
- <p><a href="https://www.wrappixel.com/templates/category/tailwind-dashboard/?ref=376">Tailwind Dashboards</a> from Wrappixel</p>
163+
164+
---
165+
166+
## 🌐 We are social
167+
168+
[![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/wrappixel) [![twitter](https://img.shields.io/badge/twitter-x?style=for-the-badge&logo=x&logoColor=white&color=%230f1419)](https://twitter.com/wrappixel) [![facebook](https://img.shields.io/badge/facebook-logo?style=for-the-badge&logo=facebook&logoColor=white&color=%230866ff)](https://www.facebook.com/wrappixel) [![instagram](https://img.shields.io/badge/instagram-logo?style=for-the-badge&logo=instagram&logoColor=white&color=%23F35369)](https://www.instagram.com/wrappixel) [![youtube](https://img.shields.io/badge/youtube-logo?style=for-the-badge&logo=youtube&logoColor=white&color=%23cc0000)](https://www.youtube.com/@wrappixel) [![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/wrappixel)

0 commit comments

Comments
 (0)