It is an attempt to build what is (in my opinion!) a great stack for quickly iterating on a web app idea. Probably about a month off from first release, which will be a simple TODO app you can sign up for, with full instructions on getting it set up and deployed that would be about an hour's work. From that point you have a semi-professional setup with devops and CI taken care of so you can move faster on your idea or startup. No need to touch a server (there isn't one to touch!)
I chose firebase because it is a very good choice for getting up to speed fast. The downside it is a lock-in, and not open source. However the code is written in such a way that swapping out to Parse, for example would be fairly easy to do.
Firestarter https://github.com/mcapodici/firestarter, is perhaps a more humble project than most here, but happy if anyone is interested to follow it.
It is an attempt to build what is (in my opinion!) a great stack for quickly iterating on a web app idea. Probably about a month off from first release, which will be a simple TODO app you can sign up for, with full instructions on getting it set up and deployed that would be about an hour's work. From that point you have a semi-professional setup with devops and CI taken care of so you can move faster on your idea or startup. No need to touch a server (there isn't one to touch!)
Uses Firebase/NextJs/Vercel/React/Tailwind/Github Actions/Jest/Testing Library
I chose firebase because it is a very good choice for getting up to speed fast. The downside it is a lock-in, and not open source. However the code is written in such a way that swapping out to Parse, for example would be fairly easy to do.