This document provides instructions for building a basic native iPhone app in 30 minutes or less using the NimbleKit framework. It begins with definitions of native apps versus web apps. It then outlines the steps to create a new NimbleKit project in Xcode, add HTML, CSS, jQuery, graphics and JavaScript, run and compile the app, and publish it to the App Store or for internal enterprise use. Alternately, a native Objective-C version could be built. It concludes with a brief discussion of local versus external data storage and transactions using SQLite and Ajax.