Skip to content
@LCV-Ideas-Software

LCV Ideas & Software

LCV Ideas & Software

LCV Ideas & Software

LCV Ideas & Software

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

verified org www.lcv.dev Brazil 11 public repos Cloudflare 6-agent AI stack security policy AGPL-3.0-or-later Sponsor LCV Ideas & Software

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.


Change History

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.


What we build

A small, opinionated portfolio organized in three layers, with its web services centered on Cloudflare's edge:

  1. Public products — consumer-facing web apps with AI assistance, deployed on Cloudflare Pages with Worker backends.
  2. Operator infrastructure — the single-tenant control plane and supporting services that govern the public products.
  3. 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.


Repositories

🌐 Public-facing applications

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.

🛠️ Operator infrastructure

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.

🤖 Developer tooling

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.

🏛️ Organization infrastructure

Repository Visibility What it does
.github Public Organization profile, community-health defaults, policy documentation, public Pages/Sponsors surfaces, and the GitHub-to-Slack relay.

Archived / discontinued

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.

Shared platform

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 uses maestro_db; the GitHub-to-Slack relay uses github-slack-alerts-db. Cross-app reads use Cloudflare bindings in-place, never public URLs between sibling apps.
  • One media bucket. mainsite-media is shared by mainsite-app and admin-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.

Engineering practices

  • Structured reasoning and independent review. Substantive operator-authored engineering changes use ultrabrain for structured reasoning and the cross-review MCP 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.yml with the languages relevant to that repository. CodeQL is a required check on both pull request and merge_group revisions; 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-review anti-drift checks. In the cross-review repository, push CI verifies package/runtime version consistency and the expected release markers in README.md, SECURITY.md, and CHANGELOG.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.

Licensing

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.


Conventions

  • 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-private enterprise governance repository analyzes its GitHub Actions source with the same zero-finding SARIF gate. Vulnerability disclosures follow each public repository's SECURITY.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 to main are 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.

Contact and support

Repository conventions

Links

License

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

Pinned Loading

  1. maestro-app maestro-app Public

    Portable Windows editorial workbench for protocol-driven AI drafting, source verification, and multi-agent editorial convergence.

    Rust 1

  2. astrologo-app astrologo-app Public

    Astrólogo — gerador de mapas astrais e análises esotéricas via integração Gemini AI. React 19 + Vite 8 sobre Cloudflare Pages com D1 backing store.

    TypeScript 1

  3. cross-review cross-review Public

    Full-API MCP server for multi-model cross-review with unanimous convergence gates.

    TypeScript

  4. calculadora-app calculadora-app Public

    Calculadora Financeira — simulador comparativo de câmbio internacional com análise por IA. React 19 + Vite 8 sobre Cloudflare Pages com D1 backing store, integração Gemini para análises contextuais…

    TypeScript

  5. oraculo-financeiro oraculo-financeiro Public

    Oráculo Financeiro — dashboard de análise financeira focado em renda fixa indexada à inflação (LCI/CDB com IPCA+, Tesouro IPCA+ etc.) com análise contextual via Gemini AI. React 19 + Vite 8 sobre C…

    TypeScript 1

  6. ultrabrain-mcp ultrabrain-mcp Public

    UltraBrain MCP Server

    TypeScript

Repositories

Showing 10 of 11 repositories

Top languages

Loading…

Most used topics

Loading…