mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-20 03:55:27 +00:00
add payment providers to readme
This commit is contained in:
10
README.md
10
README.md
@@ -51,8 +51,6 @@ Below is a reference of my default tech stack for webapps.
|
|||||||
* **[Prisma](https://www.prisma.io/)** with **PostgreSQL**: The choice for projects that require a traditional relational database. Prisma is a next-generation ORM that provides a type-safe database client and a declarative schema, making database interactions safer and more predictable.
|
* **[Prisma](https://www.prisma.io/)** with **PostgreSQL**: The choice for projects that require a traditional relational database. Prisma is a next-generation ORM that provides a type-safe database client and a declarative schema, making database interactions safer and more predictable.
|
||||||
* **[PlanetScale](https://planetscale.com/)**: A MySQL-compatible, serverless database platform designed for massive scale. It is used for applications that anticipate or require extremely high levels of traffic and data, offering features like non-blocking schema changes.
|
* **[PlanetScale](https://planetscale.com/)**: A MySQL-compatible, serverless database platform designed for massive scale. It is used for applications that anticipate or require extremely high levels of traffic and data, offering features like non-blocking schema changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
* **[Vercel](https://vercel.com/)**: Best for Next.js projects. It provides a platform for hosting and scaling applications, offering a wide range of features and integrations. All serverless, however.
|
* **[Vercel](https://vercel.com/)**: Best for Next.js projects. It provides a platform for hosting and scaling applications, offering a wide range of features and integrations. All serverless, however.
|
||||||
@@ -63,4 +61,10 @@ Below is a reference of my default tech stack for webapps.
|
|||||||
|
|
||||||
## DNS and Hostnames
|
## DNS and Hostnames
|
||||||
|
|
||||||
* **[Cloudflare](https://www.cloudflare.com/)**: The go-to DNS provider for everything. Don't bother using anything else.
|
* **[Cloudflare](https://www.cloudflare.com/)**: The go-to DNS provider for everything. Don't bother using anything else.
|
||||||
|
|
||||||
|
|
||||||
|
## Payments
|
||||||
|
* **[Polar](https://polar.sh/)**: For usage based billing
|
||||||
|
* **[Stripe](stripe.com)**: For general stuff. Still need to find the best way to integrate it seemslessly. I think Theo has a video or a sponsor about this.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user