Independent software studio building public web apps, operator tooling, and AI agent infrastructure on Cloudflare's edge.
LCV Ideas & Software is an independent vibe-coding studio. It builds AI-assisted public-facing web applications, editorial tooling, infrastructure services, sponsor infrastructure, and developer utilities — primarily on a Cloudflare edge stack (Pages + Workers + D1) integrated with leading AI providers (Claude, Codex, Gemini, DeepSeek, Grok, Perplexity). Public homepage: www.lcv.dev.
Status. Active organization profile. Current release: not versioned — it publishes a surface rather than a numbered artifact.
Changes to this profile are recorded, from 11/08/2026 onward, in the CHANGELOG.md of the .github repository that hosts it. Earlier work is not summarized there; the commit history remains its record.
A small, opinionated portfolio organized in three layers, with its web services centered on Cloudflare's edge:
- Public products — consumer-facing web apps with AI assistance, deployed on Cloudflare Pages with Worker backends.
- Operator infrastructure — the single-tenant control plane and supporting services that govern the public products.
- Developer tooling — open-source MCP servers and editorial workbenches built around multi-agent AI convergence.
The organization maintains 11 active public repositories, including its institutional .github repository. Product and tooling repositories expose public project surfaces or operational endpoints over HTTPS on custom domains. Engineering work follows strict multi-peer cross-review discipline with caller self-review prohibited, version-pinned baselines, CodeQL Advanced Setup on public code repositories, Secret Scanning push protection, and SHA-pinned external GitHub Actions.
| Repository | Product / project page | What it does |
|---|---|---|
| mainsite-app | www.reflexosdaalma.blog | Reflexos da Alma — public content site + companion services. React 19 + Vite 8 SPA on Cloudflare Pages + Hono Worker. Post reader with smart polling, comments and ratings with GCP NL sentiment moderation, Gemini AI public chatbot, share-by-email, SSR OG and JSON-LD metadata, R2 media. Sponsor/payment handling lives outside MainSite in sponsor-motor. |
| astrologo-app | mapa-astral.lcv.app.br | Oráculo Celestial — birth chart generator and esoteric analysis via Gemini AI. React 19 + Vite 8 on Cloudflare Pages with D1 backing store. Deterministic astrometric calculation + AI narrative; throttling, optional auth, share-by-email. |
| calculadora-app | calculadora.lcv.app.br | Calculadora Financeira — international FX simulator (credit card vs. multi-currency account) with AI-driven contextual analysis. React 19 + Vite 8 on Cloudflare Pages + D1. Integrates PTAX (BCB), Spot (AwesomeAPI), and Gemini AI. Modeled on Itaú's published methodology. |
| oraculo-financeiro | oraculo-financeiro.lcv.app.br | Oráculo Financeiro — IPCA-indexed fixed-income analysis dashboard (LCI/CDB IPCA+, Tesouro IPCA+) with Gemini contextual insights. React 19 + Vite 8 on Cloudflare Pages + D1 + Cron Worker for daily IPCA rate pre-warming. |
| Repository | Product / service endpoint | What it does |
|---|---|---|
| admin-app | admin.lcv.app.br | Operator admin dashboard for the multi-app Cloudflare workspace. Single-tenant by design. React 19 + Vite 8 on Pages + Hono Worker, gated by Cloudflare Access (Zero Trust JWT). Modules include post editor, AI model selection, DNS CRUD, Pages and Workers lifecycle, MTA-STS, TLS-RPT ingestion, and operational telemetry. |
| mtasts-motor | mtasts-motor.lcv.dev | Cloudflare Worker serving dynamic MTA-STS policies from a D1 backing store. Designed for multi-domain operators behind the mta-sts.<domain> subdomain convention (RFC 8461). |
| sponsor-motor | sponsor-motor.lcv.app.br | Dedicated Cloudflare Worker for the organization sponsor flow. Processes Mercado Pago Checkout Transparente orders through the official backend SDK, records minimal sponsor_* audit data in bigdata_db, validates signed webhooks, and backs the secure sponsor page at www.lcv.dev/sponsor. |
| Repository | Project page | What it does |
|---|---|---|
| ultrabrain-mcp | ultrabrain-mcp.lcv.dev | LCV-created local MCP reasoning gate for structured engineering thought, validation, branch synthesis, quality metrics, bias checks, prompts, resources, and review readiness. Published as @lcv-ideas-software/ultrabrain-mcp. |
| cross-review | cross-review.lcv.dev | API-first MCP stdio server for multi-model cross-review using official provider APIs for OpenAI, Anthropic, Google Gemini, DeepSeek, xAI Grok and Perplexity. No CLI execution; automated releases publish npmjs.com and GitHub Packages artifacts as @lcv-ideas-software/cross-review. |
| maestro-app | maestro-app.lcv.dev | Maestro Editorial AI — portable Windows editorial workbench (Tauri 2 + React 19) supporting Claude, Codex, Gemini, DeepSeek, Grok, and Perplexity. Sessions, editorial artifacts, and NDJSON diagnostics remain local; configuration can optionally use Cloudflare D1 and Secrets Store. |
| Repository | Visibility | What it does |
|---|---|---|
| .github | Public | Organization profile, community-health defaults, policy documentation, public Pages/Sponsors surfaces, and the GitHub-to-Slack relay. |
| Repository | Status | Note |
|---|---|---|
apphub |
Archived · private | Discontinued because it no longer provided useful organizational value. The organization website at www.lcv.dev is now the canonical public entry point. |
adminapps |
Archived · private | Discontinued after all admin surfaces were consolidated into admin-app. Continuing adminapps no longer makes operational sense. |
cross-review-v1 |
Archived · private · 15/05/2026 | Discontinued in favor of cross-review. The CLI-only MCP server was the first incarnation; the API-first rewrite under the canonical package name is the implementation going forward. npm @lcv-ideas-software/cross-review-v1@1.12.11 remains published for historical use but is marked deprecated and receives no further updates. |
grok-cli |
Archived · private · 15/05/2026 | Discontinued. The npm package @lcv-ideas-software/grok-cli is published through version 1.6.5 and marked deprecated on npm; the private GitHub repository is read-only. Existing installs continue to function as-is. |
deepseek-cli |
Archived · private · 15/05/2026 | Discontinued. The npm package @lcv-ideas-software/deepseek-cli is published through version 0.3.3 and marked deprecated on npm; the private GitHub repository is read-only. Existing installs continue to function as-is. |
Frontend React 19 + Vite 8 + TypeScript
Runtime Cloudflare Pages (static + SSR) + Cloudflare Workers (Hono)
Database Cloudflare D1 (`bigdata_db` for product services; dedicated infrastructure databases)
Storage Cloudflare R2 (`mainsite-media`, shared by MainSite and Admin)
Auth Cloudflare Access (Zero Trust JWT) — operator surfaces
AI Claude Code · ChatGPT Codex · Gemini CLI · DeepSeek · Grok · Perplexity
Email Resend
Sponsorship sponsor-motor + Mercado Pago Checkout Transparente Orders API
Anti-abuse Cloudflare Turnstile + GCP Natural Language
Desktop Tauri 2 (Maestro)
- D1 separation. Consumer products and the operator control plane share
bigdata_db; optional Maestro remote configuration usesmaestro_db; the GitHub-to-Slack relay usesgithub-slack-alerts-db. Cross-app reads use Cloudflare bindings in-place, never public URLs between sibling apps. - One media bucket.
mainsite-mediais shared bymainsite-appandadmin-app. Upload handling uses magic-byte sniffing, allowlisted MIME types, a 10 MiB cap, and a sandboxed legacy SVG fallback. - Defense in depth. Cloudflare Access gates who enters admin surfaces; CSP gates what the browser can execute on public surfaces; Turnstile gates form anti-abuse; GCP Natural Language scores comment moderation.
- Structured reasoning and independent review. Substantive operator-authored engineering changes use
ultrabrainfor structured reasoning and thecross-reviewMCP for independent review before they are declared complete. Caller/reviewer self-review is invalid. This is an operator-process control, not a required GitHub merge check. - Repository-specific quality gates. Each change must pass the checks defined by the affected repository — formatting, linting, type checking, tests, builds, and security checks as applicable. Toolchains vary; there is no universal four-check chain.
- CodeQL Advanced Setup. Every active repository maintains an explicit
.github/workflows/codeql.ymlwith the languages relevant to that repository. CodeQL is a required check on both pull request andmerge_grouprevisions; its analyzer job enforces zero SARIF findings because native code-scanning merge protection does not cover merge-queue groups. - GitHub-native PR governance. A pull request is required for every change to the default branch. Squash is the only merge method; an authorized human admits an eligible pull request to GitHub's native merge queue after all effective rulesets and required checks pass, and those checks run again on the synthetic revision before GitHub creates a signed, single-parent squash. Default branches cannot be deleted or force-pushed, review conversations that exist must be resolved, and no actor has a ruleset bypass. Repository-owned auto-merge and governance controllers are not part of this design.
cross-reviewanti-drift checks. In thecross-reviewrepository, push CI verifies package/runtime version consistency and the expected release markers inREADME.md,SECURITY.md, andCHANGELOG.md.- Agent-instruction parity. Program-wide directives are mirrored across the active agent environments as an operator process; GitHub does not enforce this parity.
- Supply-chain baseline. External GitHub Actions are pinned by full commit SHA. Cloudflare deployment workflows use exact Wrangler versions from committed manifests and lockfiles, verify package signatures and audit results, and rely on daily Dependabot checks with automatic rebasing. GitHub Actions updates are evaluated immediately; ordinary version updates in every other ecosystem observe a seven-day stability cooldown. Security updates are not delayed by it.
| License | Repositories |
|---|---|
| AGPL-3.0-or-later | .github, mainsite-app, astrologo-app, calculadora-app, oraculo-financeiro, apphub, admin-app, adminapps, mtasts-motor, maestro-app, sponsor-motor |
| Apache-2.0 | ultrabrain-mcp, cross-review, cross-review-v1 (archived), deepseek-cli (archived), grok-cli (archived) |
The AGPL-3.0 network-service trigger applies to the AGPL repositories: running a modified fork as a public service obligates publication of the modifications under the same license. Public software repositories ship a THIRDPARTY.md inventory and a NOTICE (where applicable). Forks are welcome under the respective license terms.
- Security: Secret Scanning, push protection, and Dependabot security updates are enabled across every active repository. CodeQL Advanced Setup runs in every active repository; the internal
.github-privateenterprise governance repository analyzes its GitHub Actions source with the same zero-finding SARIF gate. Vulnerability disclosures follow each public repository'sSECURITY.md. - Contributing: Every public repository carries its own
CONTRIBUTING.md. Every change to the default branch must arrive through a PR and pass the repository-specific checks; direct pushes tomainare not permitted. Eligible PRs are squash-merged through GitHub's native merge queue after authorized human admission. Dependabot prepares and rebases its updates automatically, while required security and quality gates remain mandatory. - Code of Conduct: Every public repository follows Contributor Covenant 3.0 through its own
CODE_OF_CONDUCT.md.
- Homepage: www.lcv.dev
- GitHub: opening issues on the relevant repository is the canonical channel.
- Email: lcv@lcv.dev for general topics.
- Phones: +55 (21) 3955-0883 / +55 (21) 99152-4643
- Sponsorship: support the work through the secure sponsor page → www.lcv.dev/sponsor.
- License: AGPL-3.0-or-later. Network-service trigger applies: running a modified fork as a public service obligates you to publish modifications.
- Notices: see NOTICE and THIRDPARTY.
- Security disclosure: see SECURITY.md.
- Code of conduct: see CODE_OF_CONDUCT.md.
- Contributing: see CONTRIBUTING.md.
- Sponsorship: see the relevant repository's
Sponsorbutton or central sponsor page. - Action pinning: all external GitHub Actions are pinned by full commit SHA per supply-chain hardening baseline.
- Code owners: .github/CODEOWNERS.
- Site: https://www.lcv.dev
- GitHub organization: LCV-Ideas-Software
- Organization profile source: .github
- Sponsors: https://github.com/sponsors/LCV-Ideas-Software
AGPL-3.0-or-later. See LICENSE, NOTICE, and THIRDPARTY.
Copyright © 2026 LCV Ideas & Software
LEONARDO CARDOZO VARGAS TECNOLOGIA DA INFORMACAO LTDA
Rua Pais Leme, 215 Conj 1713 - Pinheiros
São Paulo - SP - CEP 05424-150
CNPJ: 66.584.678/0001-77 - IM: 3039854