Here's a list of tutorials and sample apps to get your started on NimbusBase.
This show NimbusBase basics and allows you to run your own code on top of the NimbusBase framework in an interactive editor. Must run for beginners.
NimbusBase development only works locally on localhost. This tutorial will show you how to setup a simple development environment that you can develop and also deploy your static webpage with Dropbox's public folders.
A comprehensive coverage of all the methods in NimbusBase and how they can be called.
A tutorial on how to change your Backbone.js app to store the data on NimbusBase. Can be read without the getting started tutorial.
A tutorial on how to change your Angular.js app to store the data on NimbusBase. Can be read without the getting started tutorial.
A general article about what NimbusBase does and how you can use it. Covers data storage and use cases.
A sample app demonstrating all the features of NimbusBase by creating a simple clientside CRUD app.
NimbusBase can also work with Backbone.js. It's easy to change a couple line of codes to change any backbone model to be stored on Dropbox.
This is a photobooth app that stores the resulting photos on your dropbox. You can also apply instagram like effects. It is a demonstration features for the new binary upload features.
NimbusBase can also work with Angular.js. Since Angular does not have an specific model, it binds well to NimbusBase's own methods.