Remix.run Logo
henriquegodoy 3 days ago

Ever thinked on automating this process of creating this side projects? i think that more and more future feels like a lot of ones having really big swarms of "agents" that can like research about ideas on the internet (like finding problems on twitter, reddit, ... that a saas can solve it) and a team implementing and deploying since from code to marketing in a frenetic rhythm

vivzkestrel 2 days ago | parent [-]

I dont know about research but I am building a production grade python and express application generator. For express, it would create an empty project with a README, setup typescript, setup path aliases, setup ts-node, setup linters and formatters with all required scripts, setup testing libraries, setup multiple environments aka dev, staging, production and testing and then setup logging that works differently on each environment, creates docker containers for each environment that works differently again, sets up integration tests for redis and postgres, sets up github templates for feature requests, issues, pull requests and adds github actions and gonna set up instant deployments to AWS at the minimum and see how that goes. Once this tool is fully ready, it would take you about 30 seconds to generate a full blown production grade application that works with the latest dependency versions. Everything is run inside docker and verified that it actually works. Gonna make SaaS a real breeze after i integrate ORMs and payment gateways with email providers to this