You ought to ask yourself why you want to do this. A simple framework like Sinatra really isn't going to get in your way. Is this just for learning purposes?
At the minimum, you should consider using the Rack middleware to make life easier for you - connect your app to Rack, and use Rack to host the site through Passenger, Thin, Mongrel, etc.