Ajah, the startup I'm building with Mike, Nick, and
Dan, is now online. Check it out: ajah.ca.
We spent a crazy evening proofreading and tuning the web-server to make
sure that everything would be running smoothly for the launch. That was fun.
Only the static part of the site is public for now but the Fundtracker
application is there in the same Paster instance and we have a group
of analysts using it to copy edit our data and making sure that
everything will be top-notch for the big launch.
Ajah Fundtracker is a TurboGears 2.1 application, our templating
engine is Mako and even though we played with a few form generators,
we ended preferring the raw Formencode encode approach. As long a
you have a good text editor, it's really straight forward to code
your forms by hand to we did just that.
In the back-end, we have a Postgres database and a Xapian full text
search engine. The site runs inside a Paster instance behind
mod_proxy, all running on a Linode VM.
We will open a limited beta in the coming week then soon after that,
it's the big launch. I'm excited.