Concept is a minimal MVC framework (although it includes nothing related to models).
Much like rails, views can automatically rendered using different extensions in the route:
/user/1
/user/1.json
/user/1.xml
It is built on top of the Neuron components.