From playground to SAAS101

Hi there everyone I try to build SAAS base project using nodejs so future me and anyone can use it as a base project

But WHY

  • I have this track record where I start things and leave it in the middle so here I post it so this helps me more accountable to this project
  • its can helps other to get started with things like subscription thing or dashboard or anything I came up with
  • anyone can contribute to it and makes this good

Let see where it goes, hope anyone need this and this can help you and if it is please consider Like this post this makes me more serious about my accountability thing

Best Anish
let’s build this time

6 Likes

Still I have to add things by tomorrow or day after tomorrow I am gona add payment

2 Likes

Just update the code new code includes:

  • how much total token used
  • content filters

#TODO:

  • payments and auths with socail accoutn
2 Likes

Nice!
Wy don’t you use Strapi + MongoDB, will be much faster as you won’t have to code around ORM/DB base REST API + GraphQL is up and running immediately, all you have to do is customize and add custom logic.

1 Like

Hey thanks for the suggestions but I go with this route because I want to learn nodejs. but yeh your suggestions seems promising I never used strapi so need figure out that too

1 Like

In that case, don’t go near Strapi yet, I repeat… don’t use Strapi until you are done with NodeJS and ORMs.

That sh*t is addictive!
:grinning_face_with_smiling_eyes:

2 Likes

Check their docs and Templates section at https://strapi.io/
And for GPT-3, use any NodeJS based code in Custom service or controller.

2 Likes

https://saas101.herokuapp.com/

Saas101 is live with ADA

1 Like

sure you can I added ADA there just to save my tokens

Hey now I think I won’t ask about this with openai is there is any problem with that I won’t share this outside the this community

1 Like

Aahh need to complete this. :persevere::persevere: stuck with some other works.

1 Like

Added Google login thing now you can signup with google, UI is not ideal yet. but Now my focused is to build something which works. if anyone interested please contribute to the UI.
and Need any help let me know

1 Like