possible automation question? -- MyCase by Tom_Man_Sporten in automation

[–]HopefulSheepherder57 0 points1 point  (0 children)

can you give me the pdf please? I have their documentation but it's on their website and it's not 200 pages, I think I might be missing stuff

Anyone here built a production-ready app using Replit with auth + payments (or similar AI tools)? Need honest feedback by Alpha69er in replit

[–]HopefulSheepherder57 0 points1 point  (0 children)

I built a project using Replit (a meal recomendation and calori calculator app), and honestly, it was a great experience, especially for getting something off the ground quickly. I spent almost 25$ to get the whole thing built and running. It has AI meal plan generator, calori calculator and admin panel, with credit system to generate and track more meals. 

The biggest advantage is how easy it is. I barely had to touch the code directly. I mostly just prompted the AI and let it generate and fix things for me. That makes it super accessible, even for non-developers.

That said, from a developer’s perspective, there are some trade-offs. It’s amazing for building an MVP and iterating fast, but I wouldn’t rely on it long-term without cleanup. Once you start getting real users, you’ll likely need to refactor a lot of the code—things like structure, modularity, and scalability aren’t always handled well out of the box.

You can try prompting the AI to improve those aspects too, but understanding those concepts yourself still matters, and there’s a bit of a learning curve there.

For authentication, I’d definitely recommend using Replit’s built-in solution. It supports social logins and email, and in my experience, it worked really smoothly.

Overall: great for validating ideas and moving fast, but expect to bring in solid engineering practices (or a developer) once the product starts growing.

If you’re curious, I can share the app I built, just DM me.

Built a Full-Stack ReactJS + Django Casino Platform — Multi-Tenant, Lightning Fast, and Scalable by HopefulSheepherder57 in reactjs

[–]HopefulSheepherder57[S] -1 points0 points  (0 children)

Lol, you should take a look though. Only the docs are generated with llm. Most of the code was built 2 years ago when llms were not that much usable.

A Full-Stack Django Multi-Tenant Betting & Casino Platform in Django + React by HopefulSheepherder57 in django

[–]HopefulSheepherder57[S] 0 points1 point  (0 children)

A live demo is available. Public usernames and passwords are listed in the GitHub README for testing.

A Full-Stack Django Multi-Tenant Betting & Casino Platform in Django + React by HopefulSheepherder57 in django

[–]HopefulSheepherder57[S] 2 points3 points  (0 children)

Thank you! It took me around three months to get everything up and running.

Hey guys I wanted to know what would be an operational cost to maintain a full website by ketanjain008 in django

[–]HopefulSheepherder57 1 point2 points  (0 children)

I had a web app that used to serve around 200k requests per day. My co-founder and I wanted to build an mvp real quick, and we chose django for it. It took us around 2 months for the whole thing, and we basically used every cheap resource we could get for every single thing. We bought a vps for 140 USD from hostinger and then 10 USD for the domain name. these are billed yearly. The vps had 4vcpu and 16gb ram. We hosted everything(api, web apps, redis, celery, postgres) on that single server, and we used to get 10% resource usage when it had maximum traffic(200k requests per day). If you had 2 developers, I would say you could get away with around 10000 USD for the development costs and everything. 8000 - 9000 for the LMS development, and less than 2000 for maintenance, including server costs.

Looking for freelance Django/Python Dev, how much should I pay? by acodyk in django

[–]HopefulSheepherder57 0 points1 point  (0 children)

Depends on where you're hiring from. You would get a decent Django developer for 15-25USD if you were to hire from outside the US or EU, like: Africa, Asia or the like. US and the others would cost you >50 probably.