https://github.com/sagarmusabbir/thirdbracket-flowbite-next.js-saas-landing
Nextjs-14 Flowbite-React Starter | Saas Landing | NomadGang
https://github.com/sagarmusabbir/thirdbracket-flowbite-next.js-saas-landing
flowbite flowbite-nextjs flowbite-react nextjs-boilerplate nextjs-flowbite nextjs-flowbite-starter nextjs-landing-page nextjs-starter nextjs-starter-landing nextjs-starter-saas
Last synced: 12 months ago
JSON representation
Nextjs-14 Flowbite-React Starter | Saas Landing | NomadGang
- Host: GitHub
- URL: https://github.com/sagarmusabbir/thirdbracket-flowbite-next.js-saas-landing
- Owner: sagarmusabbir
- License: mit
- Created: 2024-03-20T00:09:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T06:25:34.000Z (about 2 years ago)
- Last Synced: 2025-04-09T21:45:30.734Z (about 1 year ago)
- Topics: flowbite, flowbite-nextjs, flowbite-react, nextjs-boilerplate, nextjs-flowbite, nextjs-flowbite-starter, nextjs-landing-page, nextjs-starter, nextjs-starter-landing, nextjs-starter-saas
- Language: TypeScript
- Homepage: https://next-flowbite-react.vercel.app
- Size: 133 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README








## Deploy
The easiest way to deploy your Nextjs Flowbite-React app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out their [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnext.js%2Ftree%2Fcanary%2Fexamples%2Fhello-world)
Similarly you can deploy to [Netlify](https://netlify.com) with their one click deployment button from here. You can browse their [site deploy documentation](https://nextjs.org/docs/deployment)
[](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/netlify-statuskit)
### Built With

## Description
A Boilerplate for NextJs + FlowbiteReact - This is an open source boilerplate made by [Third Bracket](https://www.thirdbracket.co.uk/) which anyone can use without any credit.
## Getting Started
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
```
npm create next app
```
### Depedencies
```bash
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.0-beta.6",
"next": "^14.1.3",
"react": "^18",
"react-dom": "^18"
```
### Installing
1. Clone the repo and enter the directory
```sh
git clone https://github.com/sagarmusabbir/FlowbiteReact-NextJs-Boilerplate.git
cd FlowbiteReact-NextJs-Boilerplate
```
2. Install NPM packages
```sh
npm install or yarn install
```
3. Run project
```sh
npm run dev or yarn dev
```
## Contact
sagarmusabbir@gmail.com
Project Link: [FlowbiteReact-NextJs-Boilerplate](https://github.com/sagarmusabbir/FlowbiteReact-NextJs-Boilerplate)
## Authors
1. Musabbir Sagar [@myLinkedIn](https://www.linkedin.com/in/musabbirsagar/)
## Version History
- 0.1
- Initial Release
## Acknowledgements
- [TailwindCss](https://www.tailwindcss.com)
- [Next Documentation](https://nextjs.org/docs)
- [Flowbite React Documentation](https://www.flowbite-react.com/docs/getting-started/introduction)
- [Flowbite Documentation](https://flowbite.com/docs/getting-started/introduction/)
