Skip to main content
Before writing code, define the workflow your app should support:
1

Describe your app in one sentence

The best Custom Apps are focused. They help a team complete one job inside Cloud instead of trying to become a large internal system.
A good mental model is to think of each Custom App as a feature of your Blnk Cloud workspace, instead of a complete app.
For our Stripe Sync app, its job is:
Stripe Sync app description
2

Map your workflow

From there, map the work the app needs to handle. Here’s the workflow for our Stripe Sync app:This gives the app a clear boundary of what the workflow is responsible for and what should happen at each step. If done well, you can now easily switch payment providers without worrying about the Stripe data being lost.
Keep the workflow narrow. If the app starts covering unrelated jobs, you should consider splitting those jobs into separate apps.