mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-20 23:07:08 +01:00
Update README with new Product Hunt banner and info
Replaces the Product Hunt badge in the README with a new banner and updated embed code. Also updates the list of technologies to include ShadCN UI, mention upcoming Polar.sh and Paddle support, and revises deployment instructions for clarity. Updates the public-banner.webp image.
This commit is contained in:
28
README.md
28
README.md
@@ -1,5 +1,24 @@
|
||||
## Welcome to your new SaaS App! 🎉
|
||||
<a href="https://www.producthunt.com/posts/open-saas?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-open-saas" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=436467&theme=light" alt="Open SaaS - Open-source & 100% free React & Node.js SaaS starter! | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
||||
<div style='border-radius: 8px; overflow: hidden;'>
|
||||
<a
|
||||
href='https://www.producthunt.com/products/open-saas?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-open-saas-2'
|
||||
target='_blank'
|
||||
style='position: relative; display: flex; justify-content: center; align-items: center; height: 200px; width: 100%;'
|
||||
>
|
||||
<Image
|
||||
src='https://opensaas.sh/public-banner.webp'
|
||||
alt='Open SaaS v2.0 Banner'
|
||||
style='position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 53%; filter: grayscale(100%); z-index: 1; opacity: 0.2;'
|
||||
/>
|
||||
<img
|
||||
src='https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=991058&theme=neutral&t=1753441449297'
|
||||
alt='Open SaaS - The open-source SaaS boilerplate with superpowers! | Product Hunt'
|
||||
style='width: 250px; height: 54px; position: relative; z-index: 2'
|
||||
width='250'
|
||||
height='54'
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
https://github.com/wasp-lang/open-saas/assets/70215737/5ff289b1-12b9-4b46-aa90-a6a3122de93e
|
||||
|
||||
@@ -21,13 +40,12 @@ The template itself is built on top of some very powerful tools and frameworks,
|
||||
|
||||
- 🐝 [Wasp](https://wasp.sh) - a full-stack React, NodeJS, Prisma framework with superpowers
|
||||
- 🚀 [Astro](https://starlight.astro.build/) - Astro's lightweight "Starlight" template for documentation and blog
|
||||
- 💸 [Stripe](https://stripe.com) or [Lemon Squeezy](https://lemonsqueezy.com/) - for products and payments
|
||||
- 💸 [Stripe](https://stripe.com) or [Lemon Squeezy](https://lemonsqueezy.com/) (with Polar.sh and Paddle coming soon!) - for products and payments
|
||||
- 💅 [ShadCN UI](https://tailwindcss.com) - for components & styling (plus admin dashboard!)
|
||||
- 📈 [Plausible](https://plausible.io) or [Google](https://analytics.google.com/) Analytics
|
||||
- 🤖 [OpenAI](https://openai.com) - OpenAI API w/ function calling example
|
||||
- 📦 [AWS S3](https://aws.amazon.com/s3/) - for file uploads
|
||||
- 📧 [SendGrid](https://sendgrid.com), [MailGun](https://mailgun.com), or SMTP - for email sending
|
||||
- 💅 [TailwindCSS](https://tailwindcss.com) - for styling
|
||||
- 🧑💼 [TailAdmin](https://tailadmin.com/) - admin dashboard & components for TailwindCSS
|
||||
- 🧪 [Playwright](https://playwright.dev) - end-to-end tests with Playwright
|
||||
|
||||
Because we're using Wasp as the full-stack framework, we can leverage a lot of its features to build our SaaS in record time, including:
|
||||
@@ -35,7 +53,7 @@ Because we're using Wasp as the full-stack framework, we can leverage a lot of i
|
||||
- 🔐 [Full-stack Authentication](https://wasp.sh/docs/auth/overview) - Email verified + social Auth in a few lines of code.
|
||||
- ⛑ [End-to-end Type Safety](https://wasp.sh/docs/data-model/operations/overview) - Type your backend functions and get inferred types on the front-end automatically, without the need to install or configure any third-party libraries. Oh, and type-safe Links, too!
|
||||
- 🤖 [Jobs](https://wasp.sh/docs/advanced/jobs) - Run cron jobs in the background or set up queues simply by defining a function in the config file.
|
||||
- 🚀 [One-command Deploy](https://wasp.sh/docs/advanced/deployment/overview) - Easily deploy via the CLI to [Fly.io](https://fly.io), or to other providers like [Railway](https://railway.app) and [Netlify](https://netlify.com).
|
||||
- 🚀 [One-command Deploy](https://wasp.sh/docs/advanced/deployment/overview) - Easily deploy your DB, Server, & Client with one commaned to [Railway](https://railway.app) or [Fly.io](https://fly.io) via the CLI. Or deploy manually to any other hosting serivce of your choice.
|
||||
|
||||
You also get access to Wasp's diverse, helpful community if you get stuck or need help.
|
||||
- 🤝 [Wasp Discord](https://discord.gg/aCamt5wCpS)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 88 KiB |
Reference in New Issue
Block a user