"... What kinds of features would you like to see in a framework? ..."
explain to me how you intend to let users get to the data? Not pages but raw data (xml, rss, microformats etc). Oh that and cool-uri's. URI's created in a lot of frameworks suck. How are you going to create cool uri's? ~ http://www.w3.org/Provider/Style/URI
Right now, it doesn't create URIs - you write the dispatch table yourself (like web.py). I might keep it that way, or I might make them optional attributes of components (not all components will have URIs, some might use more than one).
As for raw data, right now, I'm only outputting HTML, but JSON, XML and RSS are on my to-do list. Making a component that spits out something other than HTML won't require anything special.
explain to me how you intend to let users get to the data? Not pages but raw data (xml, rss, microformats etc). Oh that and cool-uri's. URI's created in a lot of frameworks suck. How are you going to create cool uri's? ~ http://www.w3.org/Provider/Style/URI