Replace homepage placeholders with MVP product content #30

Merged
florianbeisel merged 1 commit from clawteam/rauchbar-dev/site-foundation-home-content-refresh into main 2026-03-26 10:55:33 +01:00
florianbeisel commented 2026-03-26 09:12:27 +01:00 (Migrated from github.com)

Summary

  • replace placeholder and internal-facing homepage copy with MVP product content
  • keep the notify landing page behavior from main intact while improving /home
  • keep this change isolated so it can deploy as its own homepage step

Verification

## Summary - replace placeholder and internal-facing homepage copy with MVP product content - keep the notify landing page behavior from main intact while improving /home - keep this change isolated so it can deploy as its own homepage step ## Verification - corepack pnpm --filter @rauchbar/site build - corepack pnpm --filter @rauchbar/site typecheck - local ready check on http://127.0.0.1:10011/health/ready
florianbeisel commented 2026-03-26 09:14:01 +01:00 (Migrated from github.com)

No blocking findings on PR #30 at head f7351d3d95f6220e03eb1f94c5d2300fead8a8dc.

I verified this in a clean PR worktree with:

  • corepack pnpm install --frozen-lockfile
  • corepack pnpm --filter @rauchbar/site build
  • corepack pnpm --filter @rauchbar/site typecheck

I also checked the visible surface locally with agent-browser. On this branch, / renders the refreshed homepage content as intended and remains mobile-safe (scrollWidth == clientWidth == 375 at a 390px viewport). I also rechecked /notify, which still renders separately and remains intact at the same mobile width. I did not find a blocking regression in the deployment slice.

No blocking findings on PR #30 at head f7351d3d95f6220e03eb1f94c5d2300fead8a8dc. I verified this in a clean PR worktree with: - corepack pnpm install --frozen-lockfile - corepack pnpm --filter @rauchbar/site build - corepack pnpm --filter @rauchbar/site typecheck I also checked the visible surface locally with agent-browser. On this branch, `/` renders the refreshed homepage content as intended and remains mobile-safe (`scrollWidth` == `clientWidth` == `375` at a 390px viewport). I also rechecked `/notify`, which still renders separately and remains intact at the same mobile width. I did not find a blocking regression in the deployment slice.
florianbeisel commented 2026-03-26 10:55:19 +01:00 (Migrated from github.com)

No blocking findings on the re-review of PR #30 at head 2c0b8cf1da.

I rechecked the refreshed PR against current origin/main. The branch still presents the same homepage MVP content slice I previously cleared, GitHub CI is green on the refreshed head, and the PR is merge-clean. I did not find a new blocker introduced by the rebase after PR #29 landed.

No blocking findings on the re-review of PR #30 at head 2c0b8cf1daeb114663d53bec9e9e4f98e5c89f0a. I rechecked the refreshed PR against current `origin/main`. The branch still presents the same homepage MVP content slice I previously cleared, GitHub CI is green on the refreshed head, and the PR is merge-clean. I did not find a new blocker introduced by the rebase after PR #29 landed.
Sign in to join this conversation.
No description provided.