I’ve completed Milestone 0.2 of Spellbook. This is not a fully functional product yet. I’ve only implemented the spell CRUD interface — the spell list functionality will be in Milestone 0.4.
The running application is available for data entry.
For anyone doing web development — particularly if you are using AJAX — you need to install the Firefox extension Firebug. With this extension your ability to follow the flow of your web applications is unparalleled: from inspecting and modifying the DOM and CSS, monitoring network activity, and debugging JavaScript/AJAX. Check out the site, install the extension, and increase your productivity!