LCV Ideas & Software

LCV Ideas & Software

Independent software studio building public web apps, operator tooling, and AI agent infrastructure on Cloudflare's edge.

🌐 Public-facing applications

Consumer-facing web apps with AI assistance, deployed on Cloudflare Pages with Worker backends. Each app shares the unified bigdata_db Cloudflare D1 database.

Reflexos da Alma

mainsite-app

Public personal blog and companion services. Smart-polling reader, AI public chatbot (Gemini), comments and ratings with sentiment moderation, donations (SumUp + PIX), accessibility-first design.

Astrólogo

astrologo-app

Birth chart generator and esoteric analysis with Gemini AI narrative. Deterministic astrometric calculation, throttling, optional auth, share-by-email.

Calculadora Financeira

calculadora-app

International FX simulator (credit card vs. multi-currency account) with AI-driven contextual analysis. Integrates PTAX (BCB), Spot, and Gemini.

Oráculo Financeiro

oraculo-financeiro

IPCA-indexed fixed-income analysis dashboard (LCI/CDB IPCA+, Tesouro IPCA+) with Gemini contextual insights and a Cron Worker pre-warming taxa caches.

App Hub

apphub

Static landing and PWA dispatcher routing visitors to the sub-application fleet via a configurable card-grid UI backed by D1.

🛠️ Operator infrastructure

The single-tenant control plane and admin micro-modules that govern the public products. Cloudflare Access (Zero Trust JWT) gates all operator surfaces.

Admin Dashboard

admin-app

Operator control plane for the multi-app workspace: post editor, AI model selection, financial reports (SumUp), DNS CRUD, Pages and Workers lifecycle, MTA-STS, TLS-RPT, telemetry.

Admin Apps

adminapps

Admin micro-modules on Cloudflare Pages with composable card-grid UI for compliance surfaces (license panel, third-party attribution).

MTA-STS Motor

mtasts-motor

Cloudflare Worker serving dynamic MTA-STS policies (RFC 8461) from a D1 backing store. Designed for multi-domain operators behind mta-sts.<domain>.

🤖 Developer tooling

Open-source MCP servers and editorial workbenches built around multi-agent AI convergence.

Cross-Review MCP

cross-review-mcp · Apache-2.0

MCP stdio server orchestrating structured review sessions between Claude Code, ChatGPT Codex, and Gemini CLI. Strict-only convergence — a session is READY only when caller and every responded peer return READY.

Maestro Editorial AI

maestro-app

Portable Windows editorial workbench (Tauri 2 + React 19) for protocol-driven AI drafting, source verification, and multi-agent editorial convergence using Claude, Codex, Gemini, and DeepSeek.

Shared platform

Every app in the portfolio runs on the same Cloudflare edge stack and shares the unified D1 database. Cross-app reads use Cloudflare bindings — never public URLs between sibling apps.

How we ship

Engineering practices that make the portfolio cohere as a single operator surface, despite ten independent repositories.

  • Trilateral cross-review before every merge. No commit ships without three independent top-tier AI peers (Claude, Codex, Gemini) converging on READY. Even doc-only changes pass the gate.
  • Frozen-public-surface semver for tooling (cross-review-mcp v1.x is patch-additive only).
  • Sequential thinking via ultrathink and code-reasoning MCP servers is mandatory before execution.
  • CodeQL Default Setup on every repo. Branch protection on main requires the Analyze check.
  • SHA-pinned GitHub Actions; wrangler always at latest in CI.
  • Anti-drift smoke tests keep README, runtime version, and CHANGELOG heading in lockstep.
  • AGPL-3.0-or-later for nine repos, Apache-2.0 for cross-review-mcp. Forks welcome under the respective terms.