What's your development stack? What tools or no code tools do you use to get off the ground faster? How long do you typically take to process prototype ideas?
I'm using a VueJS/VuetifyJS frontend and Firebase backend.<p>Bento is a great Vue and Firebase PWA template to quickly get you started. <a href="https://github.com/kefranabg/bento-starter" rel="nofollow">https://github.com/kefranabg/bento-starter</a>
<a href="https://bubble.io/" rel="nofollow">https://bubble.io/</a> - for non-developers, good for prototyping and simple apps but not scalable<p><a href="https://remaketheweb.com/" rel="nofollow">https://remaketheweb.com/</a> - seems cool, full-stack framework, not totally flexible but might be interesting for simpler apps<p>We are working on an open-source project for developers that would be both easy to use but also flexible and scalable.
You can see it here: <a href="https://wasp-lang.dev/" rel="nofollow">https://wasp-lang.dev/</a> - it's still a work in progress, but would be cool to get your feedback!
I use Postgres + PostgREST.<p>PostgREST is an amazing tool for cutting down all the middleware you’d normally need to build.<p>A bit of a plug but I’m also building supabase.io which gives real-time functionality to Postgres (like Firebase)
about 10 years too late, but I'm just discovering heroku + django magic.<p>haven't tried the cookiecutter for django yet, but I understand it streamlines it further.<p>currently using:<p>- django<p>- django-allauth (enable only g suite)<p>- django-rest-auth<p>- djangorestframework<p>- django-heroku<p>- local postgres for development<p>- heroku postgres for production<p>this stands up an admin-ready site with authentication and a Rest API.
I've been experimenting and generally happy with <a href="https://stacker.app" rel="nofollow">https://stacker.app</a>, creates a web portal from an airtable with authentication