Internal Tools

Stand up internal tools in days, not sprints.

Database, auth, file uploads and live updates — wired together from the start. Build the ops console your team needs without first building a backend.

What you can build

Outcomes, not infrastructure

Ops & admin dashboards

CRUD over your real data with search, filters and bulk actions — live-updating as records change.

Approval & review flows

Route work through human gates with full audit trails and role-based access.

Back-office consoles

Give support, finance and ops their own tools instead of raw database access.

How it works on Maravilla

The APIs that power it

Database

A document store with a Mongo-style query API, indexes and TTL — no schema migrations to run.

await platform.DB.find('tickets', {
  status: 'open',
}, { sort: { created_at: -1 } });

Auth & Authorization

Sign-in plus per-resource policies, so the right people see the right rows.

// policy: auth.groups.contains('ops')

Realtime (REN)

Screens refresh themselves the moment data changes — no manual polling.

platform.realtime.subscribe('tickets', refresh);

Ready to Simplify Your Workflow?

Start deploying in minutes. No credit card required.

Create Free Account