Skip to content

Static landing page so the Vercel URL serves the demo (fixes 404)#3

Merged
JOhnsonKC201 merged 1 commit into
mainfrom
claude/pixel-cat-image-workflow-7u1mlq
Jun 23, 2026
Merged

Static landing page so the Vercel URL serves the demo (fixes 404)#3
JOhnsonKC201 merged 1 commit into
mainfrom
claude/pixel-cat-image-workflow-7u1mlq

Conversation

@JOhnsonKC201

Copy link
Copy Markdown
Owner

What

pixelcat-jet.vercel.app was returning 404: NOT_FOUND because the repo is an Electron desktop app — there was no webpage for Vercel to serve.

This adds a small static landing page so the URL shows the cat instead of a 404.

Changes

  • index.html — dark landing page: logo, autoplaying demo clip (pixelcat-demo.mp4) with the GIF as a fallback for browsers that block autoplay, a poster image, feature highlights, run-it-yourself instructions, and the showcase image. Links to the GitHub repo.
  • vercel.json — skips install/build and serves the repo root statically. Needed because the project's native Electron deps (uiohook-napi) would otherwise fail Vercel's default npm install and break the deploy.

Notes

  • This is a static showcase page (plays the demo + links/instructions), not the fully interactive in-browser pet the README hypes. Getting the URL to stop 404ing is the goal here; an interactive canvas build can be a follow-up if wanted.
  • All referenced assets (icon-512.png, pixelcat-demo.mp4/.gif, showcase.png) are already tracked on main.

How to verify

Once Vercel builds this branch's preview (or after merge for the production URL), open the deployment — the page should load with the demo playing.

https://claude.ai/code/session_018RawFfvxKw6iQX49YWYj4E


Generated by Claude Code

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pixelcat Ready Ready Preview, Comment Jun 23, 2026 5:15am

Adds index.html (logo, autoplaying demo clip with GIF fallback, features,
run instructions, showcase) and a vercel.json that skips install/build and
serves the repo root statically — the native Electron deps would otherwise
fail Vercel's npm install. Fixes the 404 at pixelcat-jet.vercel.app.

https://claude.ai/code/session_018RawFfvxKw6iQX49YWYj4E
@JOhnsonKC201 JOhnsonKC201 force-pushed the claude/pixel-cat-image-workflow-7u1mlq branch from 954a652 to 7959aff Compare June 23, 2026 05:15
@JOhnsonKC201 JOhnsonKC201 marked this pull request as ready for review June 23, 2026 17:56
@JOhnsonKC201 JOhnsonKC201 merged commit 041f9da into main Jun 23, 2026
4 checks passed
@JOhnsonKC201 JOhnsonKC201 deleted the claude/pixel-cat-image-workflow-7u1mlq branch June 23, 2026 17:56
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.

2 participants