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.jsonfor version details.
| Package | Stack | Purpose |
|---|---|---|
packages/backend |
TypeScript, Clean Architecture, Vercel-ready, DB-agnostic | Backend API |
packages/app |
Vue 3, ZeroDev smart accounts, passkey auth | Platform app |
packages/payment-link |
Vue 3, Wagmi, RainbowKit, CCTP v2 | Shareable payment link |
git clone https://github.com/ReineiraOS/platform-modules.git
cd platform-modules
pnpm installpnpm dev:backend # Backend dev server
pnpm dev:app # Platform app (port 4831)
pnpm dev:payment-link # Payment link app
pnpm build # Build all packages
pnpm test # Test all packages| 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, payment link | 0.1 |
All repos declare their platform compatibility in reineira.json. When the platform version bumps,
breaking contract interface changes may require upgrading.
| Component | Requirement |
|---|---|
| Platform | ReineiraOS 0.1 |
| Node.js | 18+ |
| pnpm | 9+ |
| SDK | @reineira-os/sdk ^0.1.0 |
MIT