Skip to content

Creating Web Apps With SlashDB

SlashDB gives developers a fast and easy way to get a REST API for their backend data storage up and running, and focus on product features and development.

A web app can be as simple as HTML/CSS with some JavaScript on the frontend and SlashDB on the backend.

Info

For development with React, you can use the react-slasdhdb SDK.

For a vanilla JS library that implements most of SlashDB's features, see the js-slashdb SDK.

Here is a small task list application with a backend database created using SlashDB and the react-slasdhb SDK.

This app uses SlashDB's user model (which is fine for many cases), but for more control, it's recommended to implement an additional authentication/authorization layer. This can be customized for any given use case.