Skip to content

Restore VForge original while preserving Forge Live - #103

Merged
turbillon50 merged 1 commit into
mainfrom
agent/restore-vforge-original-plus-live-20260819
Aug 19, 2026
Merged

Restore VForge original while preserving Forge Live#103
turbillon50 merged 1 commit into
mainfrom
agent/restore-vforge-original-plus-live-20260819

Conversation

@turbillon50

Copy link
Copy Markdown
Owner

Corrección precisa

Este PR revierte únicamente el reemplazo de interfaz introducido después de ba27b488.

  • restaura la portada, workspace, navegación, auth y módulos del VForge original
  • mantiene íntegros Forge Live, las tres vistas, invitaciones con scope, comentarios, SSE y controles fail-closed
  • mantiene la API propia de Hetzner y el límite documentado con MetaMCP
  • elimina ProductHome y ProductShell, que habían convertido el visor en sustituto del producto

Alcance verificado

Solo cambian 6 archivos de UI:

  • app/app/layout.tsx
  • app/app/page.tsx
  • app/layout.tsx
  • app/page.tsx
  • se retiran components/marketing/ProductHome.tsx y components/workspace/ProductShell.tsx

No cambia la base de datos, la API, MetaMCP, Hetzner, secrets, migraciones ni rutas de Forge Live.

Baseline

Árbol exacto de ba27b488: 5c3a97cfb82f6cc5487ee2f5e2e8c5250b062b33.

Return the product, marketing site, workspace, auth and full module surface to the ba27b48 baseline. Preserve the scoped three-view live portal, invitations, comments, SSE, owned Hetzner API and MetaMCP security boundary. Remove only the later product-shell replacement.
@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vforge Ready Ready Preview Aug 19, 2026 7:36pm
vforge-engine Ready Ready Preview Aug 19, 2026 7:36pm

Request Review

@turbillon50
turbillon50 merged commit ae22959 into main Aug 19, 2026
3 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d9e37d224

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread app/page.tsx
<Labs />
<CTA />
</main>
<MarketingFooter />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Persist contact submissions before reporting success

On the restored production landing, submitting either the Partners or Asociados form only calls preventDefault() and setSent(true) in MarketingFooter.tsx; no request or persistence occurs, yet the visitor sees “Mensaje recibido,” so every submitted lead is silently discarded. Connect the form to a real endpoint/database and show success only after it confirms receipt.

AGENTS.md reference: AGENTS.md:L134-L136

Useful? React with 👍 / 👎.

Comment thread app/page.tsx
return <ProductHome />;
return (
<div className="min-h-screen" style={{ background: "#050a14" }}>
<MarketingHeader />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add a mobile layout for the restored header

At mobile widths such as 390px, this restores MarketingHeader, whose single non-wrapping row simultaneously displays the logo, four navigation links, GitHub, login, and signup controls without any media query or collapse behavior. Their combined width exceeds the viewport, and the global overflow-x: hidden clips the right-hand authentication controls, making the primary signup path inaccessible on phones.

Useful? React with 👍 / 👎.

Comment thread app/page.tsx
return <ProductHome />;
return (
<div className="min-h-screen" style={{ background: "#050a14" }}>
<MarketingHeader />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore the pricing route before exposing its links

Rendering the legacy marketing components exposes prominent /pricing links in the header, footer, and CTA, but a repo-wide route search finds no app/pricing/page.tsx or other handler for that path. Any visitor selecting “Precios” or “Ver precios” therefore lands on a 404; restore the route or point these links to an existing billing destination.

Useful? React with 👍 / 👎.

Comment thread app/page.tsx

return <ProductHome />;
return (
<div className="min-h-screen" style={{ background: "#050a14" }}>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Replace the hardcoded landing background with a token

The restored landing root hardcodes #050a14, so changes to the design-system background or theme cannot propagate to this page. Use the appropriate CSS variable instead of introducing a separate production color source.

AGENTS.md reference: AGENTS.md:L82-L84

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant