What’s the easiest way to create a web app?

thomaste

Junior Member
Joined
Mar 31, 2017
Messages
170
Reaction score
32
Hi,



I would like to create a web app (a SaaS), similar to a CRM system (clients, info, etc.).



Data should preferably be encrypted, the solution should be responsive (so looks Nice on phones as Well), and it should support different accounts and signups.



I am by no means a skilled developer, but have developed some in the past (classic asp, html, some Xcode, etc.) but am not an advanced programmer.



What would be the easiest/simplest way to do that if I want to develop it myself?

Hosting should also be considered.



Would Ruby on Rails be an option?



Thanks
 
I'd stick with what you are familiar with .Net with blazor is probably now a million miles away.

Your requirements sound simple. Why do you want to build a CRM?
 
There's a bunch of no code tools.

But I suggest you using Bubble to build MVP fast.
 
Would Ruby on Rails be an option?
Rails would be great if you know Ruby already and have worked with MVC frameworks before.

Tho, it's likely faster to stick with what you know and get better at it. You mentioned asp. If you know to write c# stick with asp. It's not as *batteries included" as rails but learning a new language would take longer.
What would be the easiest/simplest way to do that if I want to develop it myself?
Just a plain old MVC based site with a database and views would be the simplest.
 
There's a bunch of no code tools.

But I suggest you using Bubble to build MVP fast.

You're not gonna build any sort of proper digital business - particularly a SaaS - with no code tools. Either learn how to code or hire someone who knows.
 
As guys have already mentioned, try nocode to see how far can you go: Bubble, Retool...
 
You're not gonna build any sort of proper digital business - particularly a SaaS - with no code tools. Either learn how to code or hire someone who knows.
Agreed. But I said for MVP purposes is enough by using no code tools so you don't waste your time for months building from the scratch :)

Just use no-code tools to test the market. It's easiest and fastest like TS want
 
Would it be too simple to just create php files and mysql?
 
Back
Top