Your first app
To get started with Inffuse, create a developer account, then create your first app in the dashboard. Under app details you'll find your secret key, which can be used for making server side API requests, and a JavaScript integration code snippet.To start building your first app, create one HTML file for the app settings, and another one for the app content (which will be embedded in the user's website). Add the Inffuse SDK snippet to each file, and you're ready to go! Once you make these files accessible from a browser (either by deploying on a hosting server, or by running a web server locally), you can run the app in Inffuse playground.
Take a look at our sample apps to help you get started. You can see a demo of the "basic" app in Inffuse playground. The playground will open in a "website" mode, which means that you will be able to make local changes to the app, but those will not saved in Inffuse servers (if you look deeper, you'll see that since no secret key is provided, all data set requests fail, returning "401, unauthorized"). When you'll be using the playground for your own app, you'll be able to provide the secret key (available in the app overview, in Inffuse dashboard), and make data changes.