A framework based on Microsoft SQL Server and making best use of its features.
Routing and MVC is performed right inside database, making application development like a breeze.
All application assets and static files are stored in the database and served automatically.
Writing views is done seamlessly by Gila, a view-engine similar to Razor in ASP.NET MVC.
No separate technology is needed to write back-end. Back-end is implemented right inside the database.
Requirements are implemented in the old SQL language all developers know.
No need to bother compile/build/deploy phases that are required after the tiniest code changes.
Chameleon applications could be hosted on any technology (ASP.NET, NodeJs, PHP, Java, Python, etc).
Since database contains data, application and business, backing up the database means backing up the whole application with everything it has.