The pages below will guide you through the basics of AppJet, with lots of example apps along the way. You can read them in order or jump around.
| Printing Text and HTML | Outputting text and HTML to the page |
| Handling URLs | Taking action based on the URL path |
| Forms | Processing input from HTML forms |
| HTML Document | Manipulating the head and body of your page |
| Persistent Storage | Storing data permanently |
| StorableCollections | Storing collections of objects |
| Facebook Apps | Building Facebook Apps with AppJet |
| Writing Libraries | Building your own AppJet libraries |
| Documenting Code | Using JSDoc to automatically document your code. |