Bosca / System

Configuration

Settings and integrations

Change how the platform behaves without shipping new code, and bring in the outside services you already use — all from one place.

Live settings

Change it without a redeploy

Platform settings are values you edit while Bosca is running — flip a feature on, adjust a limit, update a label — and the change takes effect right away, no new build required. A value can be a simple string or structured JSON, and each setting decides who's allowed to read it and who's allowed to change it.

  • Edit settings live — the change takes effect right away.
  • A value is a plain string or structured JSON.
  • Each setting controls who can read it and who can change it.
configuration
app.feature.newEditortrue
search.resultsPerPage25
branding.primaryColor"#ef4444"

Public settings

Some of it, public

Mark a setting public and your front-end can read it without anyone signing in — the right home for feature flags you toggle live and branding values you want on the page. Everything else stays behind your permissions.

  • Mark a setting public for your front-end to read.
  • Ideal for live feature flags and branding.
  • No sign-in needed for the ones you choose.
  • Everything else stays private.
read access
branding.primaryColorpublic
app.feature.newEditorpublic
integration.hubspot.keyprivate

Integrations

Bring in the services you use

Connect the outside services your platform depends on — HubSpot to sync contacts and companies, Mux for video upload and playback, SendGrid for email, and OAuth providers to sign your users in. Switch each one on and set it up from one place.

  • HubSpot for contact and company sync.
  • Mux for video upload, encoding, and playback.
  • SendGrid for email; OAuth providers for sign-in.
  • Switch each on and set it up in one place.
integrations
HubSpotcontact & company sync
Muxvideo upload & playback
SendGridemail delivery

Keep exploring

More on System