DEV Community

Karol Horosin
Karol Horosin

Posted on

1 1

What is the quickest way to release a web app with auth?

How to get from zero to released web service in the shortest time possible? Domain and auth included. No no-code platforms. Share your ideas.

Top comments (1)

Collapse
 
horosin profile image
Karol Horosin

I've got two:

Option one

  • serverless framework
  • lambdas written in node
  • aws cognito
  • vue.js

Option two

  • Cheap VPS
  • Django with Django auth and rest framework
  • Even statically rendered if needed

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay