Show HN: AWS Cloud Template for SaaS Products (payments, auth, RAG, etc.)

2 points by Mark_Ko 8 hours ago

I've been coding a small initial platform on AWS in my spare time. I've set up IaC, CI/CD dev/prod, management (sso, billing alerts), backend, frontend, api, database, auth etc.

I've also added a simple RAG bot and payments with two popular payment providers.

For each SaaS setup, I pay $2-4 per month in AWS cloud costs, and it is mostly CI/CD and an entry to AWS Secret Manager.

Architecture: https://saasconstruct.com/blog/the-tech-stack-of-a-simple-sa...

Docs: https://saasconstruct.com/documentation/get-started

There are few people who bought it to save time on development costs, so I thought I'd ask some opinions here on what to add or fix if that's ok.

Questions: Do you think it is a viable thing? Or maybe some features would be nice? I was thinking about expanding the RAG there, like adding memories of previous conversations.