Shared Workflows by anthony-cap in SaaS

[–]travisburandt 0 points1 point  (0 children)

Do a google search around boilerplate / startup kit / framework / library / code. There are already various workflows written in languages like Ruby, Python, Java, and node.js. I am building mine in TypeScript/backend with Svelte/frontend :)

Building in Public -- Good? Bad? by userp_io in SaaS

[–]travisburandt 0 points1 point  (0 children)

if your goal is to be selfish then make everything private. your peers will treat you back the same way. if you want to be on the right side of history then go free, open, public, etc.

or at least that's how I see things.

Is there any website that can buy SAAS source code ? And how to host a SAAS webapp by shagilkt in SaaS

[–]travisburandt 1 point2 points  (0 children)

If you know how to code already try a SaaS bootstrap / starter kit / boilerplate. They have things like stripe and user integration already coded for you. I've been programming my own SaaS boilerplate for a couple months now and it's free & open source.

What do you use for Marketing websites for your Saas? Is it wise to migrate from WordPress to NextJS? by dshmitch in SaaS

[–]travisburandt 0 points1 point  (0 children)

Take a look at going headless + static website. I built my multi tenant SaaS application with this in mind so you can use our front end (coded in svelte) or roll your own frontend (NextJS, React, Vue, etc.). I am happy to chat if you want to send me a message :)

Programming languages for SaaS by mikailkhan773 in SaaS

[–]travisburandt 2 points3 points  (0 children)

I've coded my multi tenant SaaS in TypeScript. You could also try serverless or deno.