Learn

Here's a list of tutorials and sample apps to get your started on NimbusBase.

  1. Getting Started With 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.

  2. Setting up dev environment on Dropbox

    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.

  3. NimbusBase Api Doc

    A comprehensive coverage of all the methods in NimbusBase and how they can be called.

  4. NimbusBase and Backbone tutorial

    A tutorial on how to change your Backbone.js app to store the data on NimbusBase. Can be read without the getting started tutorial.

  5. NimbusBase and Angular.js 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.

  6. NimbusBase: What is it good for?

    A general article about what NimbusBase does and how you can use it. Covers data storage and use cases.


  1. Tweet Diary App

    A sample app demonstrating all the features of NimbusBase by creating a simple clientside CRUD app.

    Github source

    Documentation for the source

  2. TodoMVC rewritten on top of NimbusBase and Backbone.js

    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.

    Github source

  3. Boothy: a photobooth clone (chrome only)

    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.

    Github source

  4. TodoMVC rewritten on top of NimbusBase and Angular.js

    NimbusBase can also work with Angular.js. Since Angular does not have an specific model, it binds well to NimbusBase's own methods.

    Github source