For dotcloudization, Philip Smith wrote useful dotcloud-Catalyst guidance and his deployment of the Catalyst tutorial app is here. (I have no connection with dotcloud other than as a user of their zero-cost service).
Your comments are welcome at webmaster@acrasis.net.
You can log in with the regular login form or you can be lazy and cheat with one of these:
Features
In no particular order- Paging on list pages
- HTTP-method matching in the Login and Books controllers
- CSRF protection in the book forms
- Show dates and times in the user's time zone
- Redirect to the target page after login
- Each session is tied to the user who logged in
- Book actions have audit records tied to the session
- Use the Authorization::ACL plugin instead of Root::auto
- User registration
- Change password and account preferences
- A search form for the books list
- Optimistic locking for book updates
- An API