Camping, a Microframework

Camping is a web framework which consistently stays at less than 4kb of code...The idea here is to store a complete fledgling web application in a single file like many small CGIs. But to organize it as a Model-View-Controller application like Rails does. You can then easily move it to Rails once you’ve got it going.
Small is Good. Some pointers: