> For the complete documentation index, see [llms.txt](https://docs.tenten.co/awesome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tenten.co/awesome/devops/awesome-saas-boilerplate.md).

# Awesome SaaS boilerplate

按堆棧列出的 SaaS 樣板（入門工具包）列表 - *我錯過了什麼？你有樣板文件要分享嗎？* [請 Tweet 留言給我們](https://twitter.com/tentencreative)

> 您在 AWS 上部署 SaaS、創建 POC 或 MVP、集成支付提供商、定制開發方面需要幫助嗎？通過 [tenten.co](https://tenten.co/agency) 聯繫我們

> Do you need help with deploying your SaaS on AWS, creating a POC or MVP, integrate payment providers, custom development?&#x20;

### Ruby on Rails

* Bullet Train <https://bullettrain.co>
* Jumpstart Rails <https://jumpstartrails.com/>
* Kiso <https://kiso.io/>
* Sjabloon <https://www.getsjabloon.com/>

### Node.js (Javascript)

* Usergravity <https://usegravity.app/>
* MERNKIT <https://mernkit.com/>
* Nodewood <https://nodewood.com/>
* Boostack.io. open-source <https://boostack.io/>
* Rocket App <https://rocketapp.me/>
* Turbojet <https://www.turbojet.co/>
* SaaS Starter. Open Source. <https://github.com/cedrickchee/saas-starter>
* SaaStr. Open Source. <https://github.com/aloysius-tim/saas-react-starter-kit-boilerplate>
* ULTIMATE BACKEND. Open Source. <https://github.com/juicycleff/ultimate-backend>
* SaaSgear. Open Source. <https://github.com/JSLancerTeam/saasgear>
* Nextless JS <https://nextlessjs.com>
* Divjoy <https://divjoy.com>
* Remixtape <https://remixtape.dev>
* Nextacular. Open Source. <https://nextacular.co>
* AWS + React SaaS Template. <https://github.com/SimonHoiberg/saas-template>
* Volca <https://volca.io>
* Enterprise-ready SaaS Starter Kit. Open Source. <https://github.com/boxyhq/saas-starter-kit>
* Supastarter - <https://supastarter.dev/>
* SAAS-Starter-Kit-Pro - <https://github.com/Saas-Starter-Kit/SAAS-Starter-Kit-Pro>
* Saas UI Pro - <https://saas-ui.dev>
* Modern MERN - <https://modernmern.com>
* Usenextbase - <https://usenextbase.com>

### Laravel (PHP)

* Laravel Spark <https://spark.laravel.com>
* Electrik - Saas Starter Kit <https://github.com/electrikhq/electrik>
* SaaSWeb <https://codecanyon.net/item/saasweb-laravel-58-vue-saas-starter-kit/24302103>
* Larakits <https://larakits.com/>
* SaaS Starter Kit <https://saasstarterkit.app>
* Wave <https://devdojo.com/wave>
* Nana <https://saasstarterkit.app/>
* Tenancy <https://tenancyforlaravel.com/saas-boilerplate/>
* saas-boilerplate. Open Source. <https://github.com/miracuthbert/saas-boilerplate>
* Velocity <https://pastaduck.gumroad.com/l/chbnv>

### Symfony (PHP)

* Parthenon - <https://getparthenon.com>

### WordPress (PHP)

* Underscores, a starter theme - <https://underscores.me/>
* WPPB, plugin boilerplate generator - <https://wppb.me/>

### Django (Python)

* SaaS Pegasus <https://www.saaspegasus.com/>
* Djaodjin. Open Source. <https://djaodjin.com/>
* Carrot Seed <https://www.cnc.io/en/seed>
* The SaaS boilerplate by Apptension (+React) <https://www.apptension.com/saas-boilerplate>
* Vanty Starter Kit <https://www.advantch.com/>
* Saas Hammer <https://saashammer.com/>

### Flask (Python)

* SaaS Forge. Open Source. <https://www.saasforge.dev/>
* Ignite (SaaS Boilerplate). Open Source. <https://github.com/sumukh/ignite>
* Flask App Builder. Open Source. <https://github.com/dpgaspar/Flask-AppBuilder>
* Build a SAAS App with Flask. Course / Boilerplate. <https://buildasaasappwithflask.com/>

### Rare

* Serverless SaaS. React. <https://serverless.page>
* SaaS Startup Kit. Golang. Open Source. <https://saasstartupkit.com/>
* ASP.NET Zero. .NET. <https://aspnetzero.com/>
* Bedrock. Next.js. <https://bedrock.mxstbr.com/>
* GeniePy (Python & Starlette) <https://geniepy.com>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tenten.co/awesome/devops/awesome-saas-boilerplate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
