TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Simple provider to prototype Webapps?

1 点作者 paskster3 个月前
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 个月前
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.