I've been working on a project that acts as a personal data store containing employment and related info (contact, references etc.). The main feature is that you can throw together custom views out of existing data very quickly and then serve them from a unique url.<p>The view is available in either plain HTML that prints (or prints-to-pdf) cleanly or as a JSON object that has all the same info.<p>Is this something that other people might use?