Hi hackers
I launched the private beta of a new product: servr.app a solution to add support for custom domains in your SaaS.
The story: I'm the Co-Founder of ManyRequests, a client portal software for Productized Services.
One important capability of our product is to allow our customers to use their own domain to serve their portal.
In a rush to go live I didn't have time to automate the set up of custom domains and provisioning of ssl certificates. We were still doing some heavy manual work for it until a couple weeks ago and we started approaching the limits of what we can handle that way. Some AWS services like ELB and API Gateway have hard limits on the number of domains it can serve. It's a tricky problem to solve.
A few weeks ago we found out a solution to support unlimited custom domains in an automated/scalable way.
Servr.app is this solution built as a stand alone product so other SaaS can benefit from it.
How it works:
1 - Create a CNAME for the domain u want to serve pointing to our endpoint (Or tell your customer to do so)
2 - Add the domain and its target in the dashboard or through our api
3 - We'll generate a certificate and route traffic to the target over https
you can check the project here:
https://servr.app
I'm happy to give you access for free and help you get set up :)
Hi,
I am building a small saas application, and really struggling in managing the redirection with SSL for custom domain.
Quick question:
can my customers use their domain like: customer1.com instead of blog.customer1.com and get the SSL and redirection to my application: "customer1.myapp.com"
Hi
Do you still need help with this? I've just added support for this use case :)
I had the project on pause for the past couple of weeks but I'm restarting it now.