ReineiraOS
builder-modules
TypeScript

Plug-and-play application starters for ReineiraOS ventures. Backend, platform app, landing page

Last updated Jun 24, 2026
10
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
40
Language breakdown
TypeScript 96.5%
CSS 2.6%
JavaScript 0.7%
HTML 0.1%
Files click to expand
README

Reineira Modules

Platform License

Plug-and-play application starters for ventures building on ReineiraOS — open settlement infrastructure for confidential programmable finance.

Platform 0.1 — Compatible with ReineiraOS contracts v0.1. Check reineira.json for version
details.

Packages

| Package | Stack | Purpose | | ------------------ | --------------------------------------------------------- | ------------ | | packages/backend | TypeScript, Clean Architecture, Vercel-ready, DB-agnostic | Backend API | | packages/app | React 19, ZeroDev smart accounts, passkey auth | Platform app |

Setup

git clone https://github.com/ReineiraOS/platform-modules.git
cd platform-modules
pnpm install

Development

pnpm dev:backend          # Backend dev server
pnpm dev:app              # Platform app (port 4831)
pnpm build                # Build all packages
pnpm test                 # Test all packages

The ecosystem

| Repo | What you do there | Platform | | -------------------------------------------------------------- | ---------------------------------------------------------- | -------- | | reineira-atlas | Run the startup — strategy, ops, growth, compliance, pitch | 0.1 | | reineira-code | Build smart contracts — resolvers, policies, tests, deploy | 0.1 | | platform-modules (this repo) | Ship the product — backend, platform app | 0.1 |

All repos declare their platform compatibility in reineira.json. When the platform version bumps, breaking contract interface changes may require upgrading.

Compatibility

| Component | Requirement | | --------- | ----------------------- | | Platform | ReineiraOS 0.1 | | Node.js | 18+ | | pnpm | 9+ | | SDK | @reineira-os/sdk ^0.1.0 |

Documentation

License

MIT

© 2026 GitRepoTrend · ReineiraOS/builder-modules · Updated daily from GitHub