This document provides an overview of Gaelyk, a lightweight Groovy toolkit for developing applications on Google App Engine. Gaelyk builds on Groovy's servlet support and provides enhancements to the Google App Engine Java SDK to simplify development. It allows using Groovy scripts called Groovlets instead of raw servlets and Groovy templates instead of JSPs. This provides a clean separation of views and logic for developing web applications on Google App Engine using the Groovy programming language.