I am happy to announce that I have released an alpha version of my JavaScript MVC framework.
The core of this framework is really a jquery plugin, that allows to to set ASP.NET VMC style routing on your hash, letting you to pass default values, set restful parameters, and multiple routing. The next major piece is the typical web MVC file structure, where views, controllers and models are all separate files, loaded on-demand which makes this paradigm highly scalable. I am currently using the "Microsoft-developed" open source jquery.tmpl templating plugin as my "view engine" but nothing prevents you from using a templating engine of your choice.
I have created netflix gallery demo to demonstrate this, which you can download from the project page.
I have being playing with this new framework implementing it in a few other projects, and among others, one of the great benefits I see is that developing i in it is so fast!