Skip to main content

Writing Code Overview

Superblocks supports writing code to query and transform your data on the backend, as well as conditionally format data and components displayed on the frontend.

Backend

For backend Application APIs, Workflows, and Scheduled Jobs, you can incorporate custom business logic with programming languages like Python and JavaScript (Node.js).

Frontend

For frontend Application UIs, write browser based JavaScript functions to change the state of components based on any condition.