From 647b4cccf26a47047f0bff8e78a2f69893f81ffb Mon Sep 17 00:00:00 2001 From: Nayan Sawyer <33187059+GShadow5@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:38:23 -0400 Subject: [PATCH] add payment providers to readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fbd6bc..f824358 100644 --- a/README.md +++ b/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. * **[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 * **[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 -* **[Cloudflare](https://www.cloudflare.com/)**: The go-to DNS provider for everything. Don't bother using anything else. \ No newline at end of file +* **[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. +