This document provides an introduction to developing apps for Firefox OS. It explains that Firefox OS apps are really just webpages that have access to device hardware and APIs. To get started developing, a developer needs a text editor, Firefox browser, Firefox OS simulator add-on, and WebIDE. Apps are built with HTML and CSS for the user interface and JavaScript for logic and programming. The document walks through creating a simple "Hello World" app and provides examples of common JavaScript APIs for building Firefox OS apps, including APIs for making phone calls, sending SMS, accessing sensors, manipulating files, and more.