Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/app-generator/rocket-flask

Flask Rocket - Free Starter styled with Tailwind/Flowbite | AppSeed
https://github.com/app-generator/rocket-flask

flask-flowbite flask-flowbite-starter flask-for-startups flask-saas flask-saas-starter flask-saas-template flask-tailwind flask-tailwind-starter flask-tailwind-template flowbite-flask flowbite-saas rocket-codebase saas-for-startups tailwind-flask tailwindcss-flask

Last synced: 2 days ago
JSON representation

Flask Rocket - Free Starter styled with Tailwind/Flowbite | AppSeed

Awesome Lists containing this project

README

        



Rocket Icon



Rocket Flask



Flask TailwindCSS / FlowbiteAPICeleryChartsDockerCI/CD




Demo

  •  

Support

  •  

PRO Version




Flask Rocket - Open-source Starter styled with Tailwind and Flowbite.


## `Features`

> `Have questions?` Contact **[Support](https://appseed.us/support/)** (Email & Discord) provided by **AppSeed**

| [Free Version](https://appseed.us/product/rocket/flask/) | [PRO Version](https://appseed.us/product/rocket-pro/flask/) | [Custom Development](https://appseed.us/custom-development/) |
| --------------------------------------| --------------------------------------| --------------------------------------|
| ✓ Flask 2.3.x | **Everything in Free**, plus: | **Everything in PRO**, plus: |
| ✓ Best Practices, Blueprints | ✅ Extended User Model, Roles | ✅ **1 Week** `Custom Development` |
| ✓ **TailwindCSS**/`Flowbite` | ✅ **API** | ✅ **Team**: PM, Developer, Tester |
| ✓ Celery | ✅ **[Charts](https://rocket-flask-pro.onrender.com/charts/)** | ✅ Weekly Sprints |
| ✓ Charts | ✅ **[DataTables](https://rocket-flask-pro.onrender.com/tables/)** | ✅ Technical SPECS |
| ✓ API via Flask-RESTful | ✅ **Docker** | ✅ Documentation |
| ✓ Docker | ✅ Private REPO Access | ✅ **30 days Delivery Warranty** |
| ✓ CI/CD Flow via Render | ✅ **Unlimited Projects** | ✅ [CI/CD for AWS, DO](https://appseed.us/terms/#section-ci-cd) **(Extra)** |
| ✓ Support via GitHub Issues | ✅ Lifetime Updates | - |
| - | ✅ **[Premium Support](https://appseed.us/support/)** | - |
| ------------------------------------| ------------------------------------| ------------------------------------|
| 🚀 [LIVE Demo](https://rocket-flask.onrender.com/) | 🚀 [LIVE Demo](https://rocket-flask-pro.onrender.com/) (PRO) | 🛒 `Order`: **[$999](https://appseed.gumroad.com/l/rocket-package-week)** (GUMROAD) |


## Why [Rocket Flask](https://appseed.us/product/rocket/flask/)

#### ***Supercharge your app instantly, launch faster, make $***

Login users, process payments and send emails at lightspeed. Spend your time building your startup, not integrating APIs. **Rocket Flask** provides you with the boilerplate code you need to launch, FAST.

#### ***Rocket your startup in days, not weeks***

The Django boilerplate with all you need to build your SaaS, AI tool, or any other web app. From idea to production in 5 minutes.

#### **48+ hours of headaches**

- 1 hrs to setup the project
- 2 hrs integrate tooling
- 2 hrs to handle Stripe
- 1 hrs for Docker
- 1 hr Google Oauth
- ∞ hrs overthinking...
- Quality [Support](https://appseed.us/support/) via `Email` & [Discord](https://discord.gg/fZC6hup)


## Manual Build

> 👉 Download code

```bash
$ git clone https://github.com/app-generator/rocket-flask.git
$ cd rocket-flask
```

> 👉 Install modules via `VENV`

```bash
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
```

> 👉 Install **Tailwind/Flowbite** (another terminal)

Tested with **Node** `v18.20.0` (use at least this version or above)

```bash
$ npm install
$ npm run dev # DEVELOPMENT (LIVE reload)
$ npm run build # PRODUCTION
```

> 👉 Start [Rocket Flask](https://appseed.us/product/rocket/flask/) Starter

```
$ flask run
```


## Start With Docker

> Download code

```bash
$ git clone https://github.com/app-generator/rocket-flask.git
$ cd rocket-flask
```

> Start with Docker Compose

```bash
$ docker-compose up --build
```

Visit the app in the browser `localhost:5085`.


## **Deploy on Render**

- Create a Blueprint instance
- Go to https://dashboard.render.com/blueprints this link.
- Click `New Blueprint Instance` button.
- Connect your `repo` which you want to deploy.
- Fill the `Service Group Name` and click on the `Update Existing Resources` button.
- Edit the Environment and [specify the PYTHON_VERSION](https://render.com/docs/python-version)
- Version `3.11.5` was used for **[this deployment](https://rocket-flask.onrender.com/)**
- After that, your deployment will start automatically.

At this point, the product should be LIVE.


## License

@MIT


---
[Rocket Flask](https://appseed.us/product/rocket/flask/) - `Open-source Starter` styled with Tailwind/Flowbite actively supported by **[AppSeed](https://appseed.us)**.