Neplex LogoNeplex

Open source is not a strategy.
It's a conviction.

While not everything we build is open source, we are deeply committed to releasing our core primitives, libraries, and frameworks to the community.

Core Principles

The non-negotiable tenets of how we approach open source software.

01

Open source, intentionally licensed

Most of what we build is MIT — use it, fork it, ship it. Where it matters, like Yasumu, we use AGPL to ensure modifications stay open. Licensing is a deliberate choice, not an afterthought.

02

OSS as the business, not the funnel

We do not build open source as a loss leader. The tools stand on their own. Sustainability comes from what we build on top — not by quietly degrading the free version to upsell a cloud tier.

03

Primitives first, product second

Every product we build is a composition of smaller, independent open-source primitives. We release the building blocks first. The community can use them to build entirely different products than what we envisioned.

How to Contribute

We welcome contributions of all sizes. From fixing typos to architecting new features, here is how to get started. Significant open-source contributors often get fast-tracked through our hiring process.

01
$git clone https://github.com/neplextech/yasumu.git

Clone the repository of your choice and ensure you are working against the main branch.

02
$pnpm install && pnpm run dev

Install dependencies using pnpm and start the development environment to begin hacking.

03
$git checkout -b feature/your-idea

Create a new branch, make your changes, run formatting, and submit a PR.