Open source

Xeplr OS

Every MIT-licensed package the Xeplr platform is assembled from — auth, jobs, schemas, rules, charts and tables. Each usable on its own.

View on npm22 packagesMIT

Why these exist

The Xeplr Pro Suite needed authentication, a job runner, a schema primitive, a rules engine, a table and a chart layer before any of it could be a product at all. None of those pieces are our business, so all of them are public.

What we sell is the applications they add up to — BI, the data warehouse, AutoML and Workflow. The parts are yours.

Take one, not all

Install only what you need — each package’s page lists what it builds on. The 4 primitives have no dependencies at all.

Presentation is replaceable

The UI packages keep model and controller apart from the design, so you can keep the logic and draw it your own way.

MIT licensed

No usage limits, no telemetry, and nothing here is a trial of something else. Every package on this page is on the same terms.

Install

Published to the public registry. Nothing to sign up for.

Starting from nothing? Start an app with @xeplr/cli — it scaffolds an API, sign-in and a UI built on these packages in one command.

npm install @xeplr/schema-handler
npm install @xeplr/ui-table @xeplr/ui-charts @xeplr/ui-canvas
npm install @xeplr/db @xeplr/auth @xeplr/base-apis
npm install @xeplr/jobs @xeplr/actions @xeplr/rules

Full list on npm.