TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Simple provider to prototype Webapps?

1 pointsby paskster3 months ago
I am looking for a provider, where I can prototype simple webapps. My workflow should be super simple and something like this:<p>- I have a predefined MVC framework like Python Django or PHP Laravel<p>- I can add code (PHP or Python) in an online IDE. This code is automatically saved online.<p>- I can just define some tables and columns in my database - similar (or exactly) like in phpmyadmin.<p>- I can manually add entries to the database or my webapp can do it.<p>- I can access the user facing side of the webapp via an URL.<p>- I dont have to do any server side configuration with Apache or Nginx. It just works out of the box.<p>I am willing to pay XXX Dollars per month for this. There does not need to be any other feature. I just want to use it for prototyping and thats it.<p>Is there any provider that offers something like this?

1 comment

beretguy3 months ago
FortRabbit - PHP hosting, supports frameworks. No online editor but you just write code locally and push your code changes with git. Use vscode extension to access database.