Skip to content
@PayEz-Net

PayEz.Net

PayEz Technologies

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.


🚀 Drop-In MVPs — Start Here

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.

📊 VibeSQL — Production PostgreSQL, Zero Config

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


🤖 ACP — Agent Collaboration Platform

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 start

Repo: PayEz-Net/acp · MIT licensed


🔐 Platform Services

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.


Get Started

  1. npm install @payez/next-mvp — or clone the React Native MVP
  2. Set 4 env vars (CLIENT_ID, IDP_URL, etc.)
  3. First login screen in under 10 minutes
  4. 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 🇺🇸

Popular repositories Loading

  1. vibesql-micro vibesql-micro Public

    PostgreSQL + JSONB + HTTP API in one command. Embedded PostgreSQL 16.1 for edge computing and local development.

    Go 1

  2. vibesql-admin vibesql-admin Public

    Web UI for VibeSQL. Browse data, edit tables, run SQL. One command: npx vibesql-admin

    TypeScript

  3. vibesql-server vibesql-server Public

    Production-ready PostgreSQL + JSONB server with multi-tenant architecture, schema evolution, and KV/secret managed authentication

    C# 1

  4. vibe-sdk vibe-sdk Public

    TypeScript SDK for VibeSQL with Next.js integration and React hooks

    TypeScript

  5. payez-react-native-mvp payez-react-native-mvp Public

    Production-ready React Native authentication package with 2FA, session management, and type-safe API clients

    TypeScript

  6. payez-next-mvp payez-next-mvp Public

    Production-ready Next.js authentication package with 2FA, session management, and type-safe API clients

    TypeScript

Repositories

Showing 10 of 18 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…