Open source auth, database, payment infrastructure, and AI agent orchestration — extracted from a PCI-compliant payment platform. Drop in what you need. Leave what you don't.
Open source. MIT licensed. Use them however you want — commercial, personal, remix, fork. The MVPs connect to idp.payez.net for identity and VibeSQL for data. 10K MAU free. No credit card.
| Project | What You Get | Install |
|---|---|---|
| @payez/next-mvp | Full-stack auth for Next.js — login, signup, 2FA, sessions, RBAC, OAuth, Stripe billing | npm install @payez/next-mvp |
| payez-react-native-mvp | Native mobile auth — biometrics, deep linking, Zustand, automatic token refresh | git clone |
| vibe-sdk | Auto-generated TypeScript ORM from your VibeSQL schema. Zero config. | npm install @vibe/sdk |
What's included in every MVP:
- NextAuth.js / Zustand session sync
- Two-factor authentication (SMS, email, TOTP)
- Role-based access control with hierarchy
- Custom schemas that foreign-key to real users
- Redis distributed sessions
- AI agent scaffolding & customization ready
# Next.js: Zero to login screen in under 10 minutes
npm install @payez/next-mvp
# Set 4 env vars → done.Full PostgreSQL 16 over HTTP. No drivers, no connection strings. Embedded in your binary or deployed as a multi-tenant server. Currently powering 3 production sites including idealresume.online and idealvibe.online.
| Project | Description | Status |
|---|---|---|
| vibesql-micro | Single-binary embedded PostgreSQL 16 with HTTP API | ✅ Production |
| vibesql-server | Multi-tenant server with schema evolution (.NET 9) | ✅ Production |
| vibesql-edge | Auth gateway — bring your own IDP to VibeSQL (.NET 9) | ✅ Production |
| vibesql-audit | PCI DSS audit logging — PostgreSQL C extension + Rust forwarder | ✅ Production |
| vibesql-vault | Governed storage for encrypted data (Rust) | 🚀 Development |
| vibesql-cryptaply | CryptAply encryption plugin — governed key lifecycle (Rust) | 🚀 Development |
| vibesql-backup | Encrypted backup pipeline (Rust) | 🚀 Development |
| vibesql-sync | Governed replication with signed audit trail (Rust) | 🚀 Development |
# One command to run PostgreSQL
./vibesql-micro serve
# Query via HTTP — any language, any agent
curl -X POST http://localhost:5173/v1/query \
-H "Content-Type: application/json" \
-d '{"sql": "SELECT * FROM users WHERE age > 25"}'Docs: vibesql.online
Desktop shell + backend API for orchestrating AI agent teams. Each terminal pane runs a Claude Code session with an assigned agent identity. Agents collaborate through async mail, shared kanban boards, and real-time chat — coordinated by a cocktail party algorithm that matches the right agent to the right task.
| Component | Stack | What It Does |
|---|---|---|
| packages/desktop | Electron 28, React 18, TypeScript, Vite | Terminal grid, mail client, kanban, document viewer, autonomy controls |
| packages/api | Node.js, Express, TypeScript | Agent lifecycle, collaboration engine, task management, SSE streaming |
Key capabilities:
- Terminal grid with per-pane agent identity injection (Claude Code + node-pty)
- Async agent mail — context preservation across sessions
- Unattended autonomy mode with emergency stop and escalation
- Kanban task board with agent assignment and claim hints
- Real-time events via SignalR + Server-Sent Events
- VibeSQL-backed storage — all agent data in PostgreSQL over HTTP
git clone https://github.com/PayEz-Net/acp.git
cd acp && cp .env.example .env
# Edit .env → npm install → npm startRepo: PayEz-Net/acp · MIT licensed
The MVPs are free — the platform behind them is how we keep the lights on.
| Service | What It Does |
|---|---|
| idp. | Identity Provider — OAuth 2.0 / OIDC, multi-tenant, 2FA, SSO |
| cloud. | Payment API — cards, ACH, vaulting, Stripe subscriptions, PCI-compliant |
| cryptaply. | Key Management — HSM-backed signing key rotation via Azure Key Vault |
| vibesql | Managed PostgreSQL — your custom schemas, our infrastructure |
Pricing: 10K MAU free → Pro $49/mo → Business $199/mo → Enterprise custom No SSO tax. 100K MAU + 3 SSO connections for $199/mo.
npm install @payez/next-mvp— or clone the React Native MVP- Set 4 env vars (CLIENT_ID, IDP_URL, etc.)
- First login screen in under 10 minutes
- Add custom schemas with VibeSQL — they foreign-key to your users automatically
Website: api.payez.net · Docs: vibesql.online · Contact: developers@payez.net
Built with grit in the USA 🇺🇸