Feedback has been amazing so far, there seems to be a lot of interest, so here are more examples of whats possible with Mojolicious::Lite and how easy it is. Btw. did you know that it has no prereqs at all besides Perl 5.8.1? So grab a copy and try it out! A minimal application looks like this.#!/usr/bin/env perl use Mojolicious::Lite; get '/' => sub { my $self = shift; $self->render(text => 'Yea