Web-based web development

Writing code in your browser, it’s coming this way, I tell you! Some indications:

my own WikiRAD article (July 2005)
Playing around with PHP and wikis at the same time made me think on how web-based editing and compiling would be a good way to develop and run web applications
Feed43
Create an RSS feed out of any web page by using regular expressions with a nifty Web2.0 user interface. Lots of services are based on URLs and use RSS as input, so this can be the start of a first application. E.g. I just created an RSS feed for the Stubru playlist pages out of a Stubru Javascript file. Imagine I could now tell Feed43:
for each item in feed_that_I_just_created {<br /> parse_the item_url<br /> publish an rss feed for this item_url as feed_url_X<br /> }
and then start working with that content too.
Amazon S3
web-based outsourced storage for any application, which made John Keyes and Peter Van Dijck to ask themselves: “Can you use Amazon S3 to create the new Flickr killer?”, and which made me think: but what if not only the storage, but the whole program was run by a 3rd party?
Iamalpha (via Richard McManus)
AOL’s new initiative for building microformat-based applications. It’s a bit early to grasp the extent what what they’re trying to accomplish, but I think it’s potentially more than just widgets. They don’t have a web-based IDE yet, but they do have a copy/paste code-validator. Most importantly: the applications are run by AOL!
YouOS (via Jeremy Zawodny)
YouOS: web-based IDE
a web-based OS that allows you to develop Javascript-based applications in a web-based IDE, with version control and compiling. It’s one of the products coming out of Paul Graham‘s Y-combinator startup incubator.

For me, these are all indicators of a trend: there will be a day when you don’t need your own machines to run your complete (complex) web applications: the storage, the authentication, the aggregation, the statistics will all run on 3rd party servers, some of which you pay, some of which you don’t. I’m not talking about service providers like Ning: they allow you to configure/customize a web app that they developed, not you.
I see a web-based IDE for RubyOnRails coming, I think Yahoo, Google and Amazon will building the bricks too, and pretty soon you will be able to develop a Flickr-like photo management application and run it without having a machine of your own:

Give it another year.

Technorati Tags: , , , , , , , ,

💬 technology 💬 Web2.0 💬 webdev