Hacker News new | ask | show | jobs
SaaS Starter based on prod app (shipvoid.com)
1 points by nyto 979 days ago
1 comments

Whenever I'm building something and I want to integrate things like stripe I find it easier to copy and paste from other projects or use something already done as a starter. So I build a whole app with this purpose, the live app is here https://transcribely.io .

It's a template/starter built with the T3 Stack (NextJs, Prisma, Trpc, Auth.js) to make SaaS type apps with subscription based products. The difference being that it has a lot of configurable options and documentation to make the onboarding and getting started as easy as possible. The starter itself can be purchased from https://shipvoid.com .

Any feedback is appreciated!