No video

What services might you need when building a SaaS product?

  Рет қаралды 44,243

Web Dev Cody

Web Dev Cody

Күн бұрын

Пікірлер: 135
@juan74826
@juan74826 11 ай бұрын
I'm building a Micro-SaaS and this kind of content is extremely valuable. It does not matter if your project is small, you still gonna need some services and a lot of effort to make everything production ready. Thanks for sharing your knowledge with us.
@WebDevCody
@WebDevCody 11 ай бұрын
Glad it was helpful!
@wennwenn1422
@wennwenn1422 11 ай бұрын
@@WebDevCody This is so pro-AWS list. Create a list that actually covers most major providers. At the end of the day, business runs on profits and cost cutting, not particular technology.
@WebDevCody
@WebDevCody 11 ай бұрын
@@wennwenn1422 what services would you like to see added to this diagram?
@heyrohit1
@heyrohit1 5 ай бұрын
Which micro saas you build ? Is it going profitable?
@raymondray2520
@raymondray2520 11 ай бұрын
Man, you are really helping with all the videos that you are doing, keep it up!, I give you all the token of appreciation with the work you do.
@sohansingh2022
@sohansingh2022 11 ай бұрын
Just wanted to say thank you ❤ I am a junior dev and your videos will make me senior soon I feel.
@st-jn2gk
@st-jn2gk 11 ай бұрын
I feel like Supabase is super underrated. Handles deployment (sort of, cloud functions), Database, Authentication, and File storage. Just the file storage alone would make the entire thing worth the price i think ($25 for 100 gigs)
@user-fs8dd6pt4t
@user-fs8dd6pt4t 11 ай бұрын
Really Underated
@WebDevCody
@WebDevCody 11 ай бұрын
I use supabase for their free database, but their authentication often sends password reset emails to the junk folder from what I’ve seen I’m not a fan with row level security, and their typescript support for their api is wonky.
@st-jn2gk
@st-jn2gk 11 ай бұрын
I doesn't feel as amazing as Vercel or Uploadthing for sure yeah. @@WebDevCody
@GatoNordico
@GatoNordico 11 ай бұрын
I was also surprised of not seeing supabase there, I’ve also been using them for a personal project, using all their auth, storage, and database. So far I’m quite happy with their product! With that said, and considering Cody’s comment, I’m not fully in production yet, so I’ll have to test if I have problems with the password emails. I’m planning to use Resend for that.
@RishiKasyap
@RishiKasyap 11 ай бұрын
@@WebDevCody their authentication emails are for testing only, they support upto 4 mails/hour i guess, we need to link it ot a email service provider for production
@rkllj
@rkllj 11 ай бұрын
Two mentions needed here. Used in production where I work. Fullstory, spy on users. See what they are seeing, see their rage clicks, see how your product is being used/misused. Sentry. Ever had a stack trace happen in an API service? With sentry that stack trace is visible and you can see the variables that was set at the time. Add context. This tool is a game changer!
@TedMosby-fk5gj
@TedMosby-fk5gj 11 ай бұрын
Every time I see the diagram thumbnail I know its going to be good lmao.
@eugeniomaza8835
@eugeniomaza8835 11 ай бұрын
This video is pure gold man 👌
@charliecoppinger
@charliecoppinger 11 ай бұрын
Launching my first web app next week, this couldn’t come at a better time. Thank you Cody 🤝
@WebDevCody
@WebDevCody 11 ай бұрын
Whatchya building?
@cpc4466
@cpc4466 7 ай бұрын
That's a great topic that not many people touched, you should make a series about it.
@twometerpeterr
@twometerpeterr 11 ай бұрын
Great video! If you want to handle big traffic you gonna need some load balancer, also Memcached, Redis, etc for caching. Probably AWS provides that also :)
@NoobaLV
@NoobaLV 11 ай бұрын
People that value their time and are serious about building something will definitely value this video!
@composercode
@composercode Ай бұрын
SaaS marketer here, so all this is Greek to me but I’m trying to learn :). I would add a tool like Google Analytics for your marketing site, as well as SEO tools like Ahrefs and SurferSEO for keyword research and on-page optimization. Also recommend publishing content on your marketing site so some sort of CMS like Wordpress or Webflow.
@jjfattz
@jjfattz 4 ай бұрын
This is great. I love seeing the architecture laid out on a mind map like that. Pretty wild how many services we use. I would add "Automated code review" service like SonarCloud, possibly under CI/CD or in it's own section.
@franciscosanudoacosta6525
@franciscosanudoacosta6525 11 ай бұрын
I can't believe how good this video is, great work!
@goodgoing4615
@goodgoing4615 11 ай бұрын
Thank you so much for your videos!.liked and commented. I hope this channel receives the recognition it deserves.
@IvanRandomDude
@IvanRandomDude 11 ай бұрын
Developers are afraid that AI is going to replace them. But the reality is that SaaS tools are going to replace them much quicker. When you realize that 90% of the things apps need already exists as a service. I imagine in 10 years most of the "developers" left will just be doing plug-and-play work.
@iojourny
@iojourny 11 ай бұрын
They wont "replace" SWE's for 3 reasons - 1. Guess who develops, maintains and constantly upgrades those SAAS? This also applies to "managed" instances of otherwise self-hostable DBs, VMs, etc. 2. A SAAS is always more expensive than open sourced / one-time license software. On a low enough scale, the money saved might not be worth the effort, but the higher the scale, the more likely a company to switch to self-managed solutions, unless they managed to get themselves vendor-locked early on. 3. Integrations might be easier than development, but it still requires using the 3rd party libraries (or writing API wrappers yourself), testing, and some other dev work.
@wennwenn1422
@wennwenn1422 11 ай бұрын
SaaS can generalize solutions not create custom ones. When I say "custom", I am not talking about UI, logos etc. I mean the core business problems. Companies goes to as much extend as possible to not disclose their business affairs. Your predictions are incorrect.
@ddddanny3211
@ddddanny3211 11 ай бұрын
Hey @WebDevCody … can you please make more content like this where you talk about the architecture and components of what it takes to deploy an application. I think this is where a lot of people who understand how to code get stuck. They don’t know (including myself) what the necessary components are to make an application and what it takes to put them together. This is extremely valuable. Thank you so much.
@rinaldixxx
@rinaldixxx 11 ай бұрын
Cheers from Brazil!
@milencode
@milencode 11 ай бұрын
This is a great video, Cody. Thank you so much. I'm a junior dev and I have learnt a ton from you sharing your experience. 🙃
@codetiveee
@codetiveee 4 ай бұрын
not mentioning supabase is wild. and rest is valid, good video!
@austincodes
@austincodes 11 ай бұрын
Underrated content
@11hamma
@11hamma 11 ай бұрын
These videos are very helpful, as one gets lot of breadth knowledge of all the various services out there!
@aaronmendez9284
@aaronmendez9284 11 ай бұрын
This is gold Cody, great video!
@real23lions
@real23lions 11 ай бұрын
Excellent video. I’ll be coming back to this video a lot.
@hoangtran-ek8mn
@hoangtran-ek8mn 11 ай бұрын
Love this man. I believe we want more videos about building saas/indie hacker stuff 🔥
@abhiramsatpute
@abhiramsatpute 11 ай бұрын
Thank you very much for this map! I might have added CDN's in hosting and/or Redis/Cache in DB or Searching sections, but they are not as mandatory as the rest!
@WebDevCody
@WebDevCody 11 ай бұрын
Yeah for sure those can be important as your app gets a lot of traffic
@IIllIlIllIlIllIlIlI
@IIllIlIllIlIllIlIlI 11 ай бұрын
Once again, very helpful.
@slimpotatoboy
@slimpotatoboy 5 ай бұрын
Thank you for this overview... loved it
@radimhof
@radimhof 11 ай бұрын
Really good breakdown, thank you.
@SeibertSwirl
@SeibertSwirl 11 ай бұрын
Good job bubba!!!!❤
@tomvoommen
@tomvoommen Ай бұрын
Thank you dude, it's really helpful..
@ohenebernardoppong6400
@ohenebernardoppong6400 6 ай бұрын
exactly what i needed, thanks
@tmanley1985
@tmanley1985 4 ай бұрын
In terms of payment processing, I'd like to throw LemonSqueezy out there.
@WebDevCody
@WebDevCody 4 ай бұрын
I need to look into it, I hear good things
@ReddSpark
@ReddSpark 11 ай бұрын
This was an extremely helpful video. Thanks.
@London-Outdoors
@London-Outdoors 18 күн бұрын
Great video 👍
@bluelightning2k
@bluelightning2k 11 ай бұрын
On the sales side: when you show the product demotime will send a highlight-reel video made from that exact demo/meeting
@hovhannes99
@hovhannes99 11 ай бұрын
Thank you for this great video. It would be really nice if you could make this miro board public and share it with us, it would be really helpful to come back to it when needed.
@WebDevCody
@WebDevCody 11 ай бұрын
I’ll do that later
@WebDevCody
@WebDevCody 11 ай бұрын
miro.com/app/board/uXjVMiRMzrc=/?share_link_id=770278043531
@hovhannes99
@hovhannes99 11 ай бұрын
@@WebDevCody Thank you!
@nikakondra5321
@nikakondra5321 11 ай бұрын
Your channel is a gold mine :))
11 ай бұрын
I think you could add tools for Infrastructure as Code such as Terraform
@WebDevCody
@WebDevCody 11 ай бұрын
Good idea
@evenzero
@evenzero 11 ай бұрын
yes! more vids like this please!!!
@ayushgogna9732
@ayushgogna9732 11 ай бұрын
AWS had this many things didnt knew that thanks i kinda wanna explore some of these many things now
@MrRossss1
@MrRossss1 11 ай бұрын
Great video, thank you.
@jordanh9688
@jordanh9688 11 ай бұрын
Thanks for sharing this! Secret managers could be a good addition here. The only one I'm familiar with is Azure Key Vaults, but I'm curious to know if you've used others before
@thantzinoo938
@thantzinoo938 11 ай бұрын
I think it's worth mentioning caching service something like Redis in this category.
@abdikadirQulle
@abdikadirQulle 11 ай бұрын
@cocoarecords
@cocoarecords 5 ай бұрын
amazing
@ChaimMosheStern
@ChaimMosheStern 11 ай бұрын
Funny Firebase/Google cloud does most of this But no mention
@dandogamer
@dandogamer 11 ай бұрын
Really surprised algolia wasnt mentioned in the search section
@WebDevCody
@WebDevCody 11 ай бұрын
I believe it, I didn’t put much effort into this diagram
@shaun2025
@shaun2025 11 ай бұрын
This is awesome! Can you share this Miro Board?
@WebDevCody
@WebDevCody 11 ай бұрын
miro.com/app/board/uXjVMiRMzrc=/?share_link_id=770278043531
@hamoodrex
@hamoodrex 3 ай бұрын
What's your opinion on selling a saas that is built as lets say dockerized instances for each customer vs having one system with multitenancy approach? I started with a multitenant approach and realized that it gets more complex as having one database with tenant_Ids everywhere. Also when it comes to logging and dashboard usage, I would like to tell which customer is doing what on which system. But the thing I like with the tenant approach is that getting a payment and setting it up can be easy for the customer and then you have the ability to switch between tenants which is something i've seen on another software. Keep in mind. I am leaning towards getting rid of the multitenant system just in case a customer asks for an on-premise solution.
@anasouardini
@anasouardini 11 ай бұрын
I do the same to plan my next project, Though I use markdown instead of maps.
@neoprint3d
@neoprint3d 10 ай бұрын
dang do you heart every comment
@WebDevCody
@WebDevCody 10 ай бұрын
Yes
@zindev
@zindev 11 ай бұрын
Great content. Will you keep it updated? I think it is missing some DBaaS like Railway, PlanetScale and others that I dont know.
@WebDevCody
@WebDevCody 11 ай бұрын
yeah I can try as I think of new things
@ThomazMartinez
@ThomazMartinez 11 ай бұрын
some of those services you can just build on your own like auth and email, going to use to many services is going to be a nightmare
@yassinesafraoui
@yassinesafraoui 11 ай бұрын
Are you talking about cost or developer experience
@WebDevCody
@WebDevCody 11 ай бұрын
Sending emails yourself using nodemailer is a not a production ready approach imo. Building your own auth with next-auth works well without needing a service. Anything with MFA seems like a waste of time building yourself if you just want to focus on your products main value add. But yes, you can handle a lot of these yourself if that’s where you want to invest your time to save $20 a month. If a average developer makes on $40-60 and hour, if you can add auth or emails in under and hour, you would have saved time just using an existing service
@ThomazMartinez
@ThomazMartinez 11 ай бұрын
@@WebDevCodyi agree that adding these is easy but when you start scaling and you need custom you wont have control as having your own, also using nodemailer in prod i dont see issue, i'm using it all good
@cpc4466
@cpc4466 7 ай бұрын
@@ThomazMartinez Did you have any issue using nodemailer ? transactional and marketing. Im also worried about customization , logging and filters in my application use case, but my experience is not enough to take a decision yet. also what are you using for templating, sorry for the so many questions but you are the first to see using NM in production without issues
@ThomazMartinez
@ThomazMartinez 7 ай бұрын
@@cpc4466no issues
@axelffl
@axelffl 11 ай бұрын
So to have info on how many people checked the SAAS what is the best tool ? And why not talking about tags that gave you a better vision on what the users use the most
@WebDevCody
@WebDevCody 11 ай бұрын
Google analytics works ok, but there are other services that are GDPR compliant. Often you can just view api logs and see what endpoints are invoked the most to see what features are useful
@kazakman7772
@kazakman7772 8 ай бұрын
What is the best saas platform u recommend except bubble? In bubble u don't export source code which is bad. If u don't own the code u don't own the app.
@GatoNordico
@GatoNordico 11 ай бұрын
Great video! I liked the depth and variety of topics covered, and as mentioned in another comment, I would have mentioned supabase a couple of times for different services :) Has anyone tried resend for sending emails? I’m about to give them a try since apparently they integrate very seamlessly with react/nextjs.
@eshw23
@eshw23 11 ай бұрын
Thanks, been going ham on my SaaS for the last two months. For the websockets, the only downside of Pusher is as your app scales they will charge you, is Socket io the easiest to use for a solot dev after? Any other reccomendations?
@WebDevCody
@WebDevCody 11 ай бұрын
I’d just use aws websockets, it’s very cheap
@user-vp9tc3cd5p
@user-vp9tc3cd5p 6 ай бұрын
Can u make a video of how to use clerk production??
@MikeNugget
@MikeNugget 11 ай бұрын
7:50 Why not to mention Ansible and Gitlab pipelines?
@ajzack983
@ajzack983 11 ай бұрын
missing the admin pannels stuff / CMS
@PwrXenon
@PwrXenon 11 ай бұрын
All you need is a vps with a monolith, you dont need all this microservice nonsense. Focus on finishing you projects and code rather than becoming a microsystems manager.
@WebDevCody
@WebDevCody 11 ай бұрын
It all has trade offs. If you’re ok with a vps hosting all your stuff, then do it. I’d personally rather rely on a few of these services to handle file storage, emails, logging, auth, database.
@PwrXenon
@PwrXenon 11 ай бұрын
@@WebDevCody file storage I can understand but using a full stack framework usually has those other services: email, auth and whatnot already covered for you. Good content in general btw
@bmamoun97
@bmamoun97 5 ай бұрын
Hello, I have a question, please. If you have no coding knowledge at all (0 knowledge) and want to create a SaaS product, is it better to use "Bubble," as I have seen during my research, or is it better to learn the basics of coding and dive into the creation process? From Morocco thanks for the video !
@WebDevCody
@WebDevCody 5 ай бұрын
it depends on how long you think it'll take you to learn to code. unless you're super smart, I would expect at least 3-6 months before you even understand anything about coding well enough to build a SaaS. You should still learn to code, but if you want to focus on the business part of things, maybe try bubble? idk I've never used it.
@bmamoun97
@bmamoun97 5 ай бұрын
@@WebDevCody Thank you so much for your response, I just joined your Discord chanel. Thanks again !
@Gnnesh
@Gnnesh 9 ай бұрын
You only need all of those when you already have paid users. Not before.
@chantingdroneflutes
@chantingdroneflutes 11 ай бұрын
What will the monthly bill be, after the bouquet of these necessary tools is put together for a one man team??
@WebDevCody
@WebDevCody 11 ай бұрын
Idk, depends on which services you decide you need. At the very least you’ll want hosting and a database, so probably $40 a month
@shamshamsham123123
@shamshamsham123123 11 ай бұрын
Maybe it’s a topic you’ve broached before, but why isn’t aws listed as a hosting option?
@WebDevCody
@WebDevCody 11 ай бұрын
This isn’t an exhaustive list
@alasassi5889
@alasassi5889 11 ай бұрын
what should in ts if i wanna fetch a big data in react and it is too big that i can’t put a type for it
@jo3436
@jo3436 11 ай бұрын
may i know whats wrong with firebase to be out of databases , auth and storage 😂 ? i use it all the time in my side projects, as well as we use it at work in a ( SaaS ) company
@WebDevCody
@WebDevCody 11 ай бұрын
Because I just didn’t think about it at the time. Each category has like dozens of services
@darshaim
@darshaim 11 ай бұрын
can you provide this flow chart in PDF form please?
@Ali-gh7rj
@Ali-gh7rj 3 ай бұрын
is it better to use these individual services or something like supabase?
@WebDevCody
@WebDevCody 3 ай бұрын
The less services you use the easier it is to maintain imo
@fruyament
@fruyament 11 ай бұрын
Did you missed app analytics?
@WebDevCody
@WebDevCody 11 ай бұрын
Probably
@ayushgogna9732
@ayushgogna9732 11 ай бұрын
can you show how you use sst ? how you deploy nextjs app to aws
@WebDevCody
@WebDevCody 11 ай бұрын
I have a video on it I think
@HenriqueNewsted
@HenriqueNewsted 11 ай бұрын
What is axios fm? I couldn't find ANYTHING about it
@WebDevCody
@WebDevCody 11 ай бұрын
Axiom.co, sorry probably a typo
@ahouse73
@ahouse73 11 ай бұрын
Is hosting docker a valid option for saas products ?
@WebDevCody
@WebDevCody 11 ай бұрын
Sure
@vickoalan
@vickoalan 11 ай бұрын
Cloudflare R2, PlanetScale, Firebase, ....
@tabdig
@tabdig 11 ай бұрын
Is it a bad idea to use Patreon for my payments?
@WebDevCody
@WebDevCody 11 ай бұрын
Don’t they charge a large %? Stripe is like 3% plus $0.50
@devrohitgupta
@devrohitgupta 7 күн бұрын
Hey, I think you're really underrated. You should consider rebranding your channel, updating your logo, and tweaking your editing style a bit."
@WebDevCody
@WebDevCody 7 күн бұрын
I found a system which works for me.
@johnpaulpineda2476
@johnpaulpineda2476 11 ай бұрын
Yo Can we have the miro link?
@WebDevCody
@WebDevCody 11 ай бұрын
miro.com/app/board/uXjVMiRMzrc=/?share_link_id=770278043531
@nicholasyan1304
@nicholasyan1304 10 ай бұрын
is SEO a web dev thing?
@WebDevCody
@WebDevCody 10 ай бұрын
Yeah, so people can find your site on google and mind when searching keywords
@genie_dev
@genie_dev 11 ай бұрын
Is there a link to this miro board?
@WebDevCody
@WebDevCody 11 ай бұрын
I can try to remember to upload one
@WebDevCody
@WebDevCody 11 ай бұрын
miro.com/app/board/uXjVMiRMzrc=/?share_link_id=770278043531
@xyangst
@xyangst 11 ай бұрын
Using a billion saas tools to build a saas tool.. 🙃
@goodgoing4615
@goodgoing4615 11 ай бұрын
aka nocode development
@WebDevCody
@WebDevCody 11 ай бұрын
You don’t need to, but you’ll just be spending time building, hosting, or managing something yourself. Sometimes it make sense to roll your own, but often it doesn’t.
@IvanRandomDude
@IvanRandomDude 11 ай бұрын
SaaS is going to replace developers faster than AI
How do we scale web applications?
21:11
Web Dev Cody
Рет қаралды 56 М.
What does larger scale software development look like?
24:15
Web Dev Cody
Рет қаралды 1,3 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 11 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 10 МЛН
Нашли чужие сети в озере..💁🏼‍♀️🕸️🎣
00:34
Connoisseur BLIND420
Рет қаралды 3,5 МЛН
Why I'd never host my apps on a VPS
13:43
Web Dev Cody
Рет қаралды 35 М.
The App YOU or I Could Have Built... ShipFast
6:52
Travis Media
Рет қаралды 131 М.
How I Programmed a SaaS (Login, Payments, Cloud Hosting)
9:31
Keep On Coding
Рет қаралды 15 М.
Why SaaS Ideas Don't Matter
17:00
Tobe Osakwe
Рет қаралды 46 М.
How much it costs me to run my SaaS's in 2024
14:29
Anthony Sistilli
Рет қаралды 119 М.
5 SaaS Ideas You Can Build as a Solo Founder
13:30
Simon Høiberg
Рет қаралды 389 М.
How principled coders outperform the competition
11:11
Coderized
Рет қаралды 1,6 МЛН
How I Coded a SaaS (payments, database and frontend)
13:15
NeetCode
Рет қаралды 138 М.
This Is The PERFECT Tech Stack For a SaaS Product
17:36
Simon Høiberg
Рет қаралды 61 М.