Agent workflows
Specialist agents run product operations, audits, content, support, and engineering loops with persistent state.
AI operating layer
The shared agent, memory, payment, trust, and operations layer behind the 35-product Gera ecosystem.
Routes user intent to the right Gera product, country configuration, workflow, and payment rail.
Coordinates autonomous agents, task state, audit logs, health probes, and human escalation points.
Unifies Gera Prime benefits, GeraCoins, Stripe, local payments, billing, and marketplace splits.
GeraOS gives each product the same primitives: identity, agent workflows, local markets, payments, trust, analytics, and AI discoverability.
Specialist agents run product operations, audits, content, support, and engineering loops with persistent state.
Company knowledge, product metadata, customer context, and operating history stay available across every service.
GeraWitness, GeraCompliance, signed outputs, privacy rules, and audit trails make AI actions accountable.
GeraOS is not a single app. It is the control plane that lets Gera launch and operate products across services, games, AI infrastructure, and marketplaces.
Healthcare, home services, food delivery, jobs, rides, rentals, insurance, payments, farming, learning, and commerce.
GeraNexus, GeraMind, GeraVoice, GeraLens, and GeraWitness provide the agent-native platform primitives.
Gera Prime, GeraCoins, creator marketplaces, Stripe Connect, and local payment methods connect usage to revenue.
GeraOS is published for humans and agents: canonical pages, structured data, sitemaps, llms.txt, and product-level MCP surfaces.
Clear product positioning and routes into the broader Gera ecosystem.
JSON-LD, sitemap entries, and AI crawler summaries describe the operating layer directly.
The platform is structured around real services, subscriptions, and commercial workflows, not demos.
GeraOS exposes these primitives to every product in the Gera portfolio. Each capability is a shared service — built once, used by all 36 products.
GeraOS routes tasks to specialist agents (alex, maya, sam, jordan, casey, riley, morgan, taylor, nova, zara, felix) via a dispatch protocol. Each agent maintains state in a three-file pattern: state.json, append-only log, and context-recovery document. The coordinator prevents two agents running conflicting operations on the same product simultaneously and logs every agent action to a tamper-evident audit trail.
All company knowledge lives on disk, not in conversation memory. GeraOS structures this as a MEMORY.md index pointing to project_session_state_* files, agent log files, and CEO daily reports. Every session resumes from full context: what was deployed, what is pending, what is blocked. No reliance on LLM context windows across sessions.
A unified payment layer that abstracts Stripe, Stripe Connect, and local payment methods behind a single interface. Handles destination charges (70/30 splits for GeraSkills/GeraPersona), Prime subscription billing, GeraCash transactions, and local methods: Idram (Armenia), M-Pesa (Kenya), UPI (India), PIX (Brazil), and iDEAL (Netherlands). Real-time FX conversion; settlement in GBP.
A multi-layer identity stack: shared core-auth provides "Sign in with Gera" across all products; GeraPassport issues machine-readable provider trust badges; GeraWitness adds human-in-the-loop oversight for AI-initiated high-stakes actions; GeraClone integrates cryptographic response signing and anti-impersonation refusal logic. All identity tokens share a common JWT format with product-scoped claims.
GeraOS includes a self-healing layer that monitors service health, triggers auto-rollbacks on error rate spikes (>5% post-deploy), restarts failing services after three consecutive health failures, and renews SSL certificates before expiry. All recovery actions are logged to ceo/audits/auto-recovery-log.md with blast-radius limits to prevent cascade failures.
Full-stack observability built on Sentry (exceptions, API errors, source maps) and PostHog (user events, funnels, session recordings, feature flags). Every NestJS service exposes /health and /internal/metrics. The admin dashboard at admin.gera.services aggregates DAU, MRR, error rates, P95 latency, uptime, and Railway service status across all 36 products in real time.
Shared Neon PostgreSQL with per-product schemas, Redis (Upstash) for hot reads and BullMQ job queues, and Elasticsearch for search across product catalogues. A shared-types package ensures all services speak the same data contracts. GeraCoins balances sync via core-auth events. Product metadata is a single source of truth at packages/shared-types/src/gera-products.ts.
A localisation and compliance layer that routes product behaviour based on the user's jurisdiction: GDPR (EU), CCPA (California), LGPD (Brazil), PDPA (Thailand), and 50+ country-specific variants. GeraCompliance handles EU AI Act classification and documentation. KYC/AML thresholds, data residency requirements, and age-gate rules are all configurable per country without code changes.
GeraCoins is a cross-product loyalty and incentive currency: users earn coins on bookings, signups, referrals, and reviews; redeem across any Gera product. The ledger runs as an event-sourced append-only store to prevent balance manipulation. Core-auth exposes the balance in every session token so any product can display and deduct coins without extra API calls.
A single gateway for all LLM calls across the 35-product portfolio: routes requests to GPT-4 (OpenAI), Claude (Anthropic), or Gemini based on task type, cost, latency requirements, and availability. Handles prompt templating, response caching in Redis, streaming for UI surfaces, and structured output parsing. Fallback chains prevent single-provider outages from surfacing to users.
GeraOS powers the portfolio. Gera Services is where users discover the products, memberships, and services built on top of it.