Skip to content

feat(playground): add local Scraps Checkbox prototyping slice - #3

Draft
sergical wants to merge 24 commits into
mainfrom
codex/checkbox-playground-slice
Draft

feat(playground): add local Scraps Checkbox prototyping slice#3
sergical wants to merge 24 commits into
mainfrom
codex/checkbox-playground-slice

Conversation

@sergical

Copy link
Copy Markdown
Member

Replace the marketing homepage with a local Sentry-shaped prototyping playground. The first vertical slice ports the regular Scraps Checkbox contract and exact source tokens, adds live controls and URL-persisted review state, provides a responsive page frame, and introduces source-controlled templates with automatic discovery, direct routes, and a scaffold command.

The same flow now runs in managed production-browser tests: it changes Checkbox props, composes and submits a native form, exercises keyboard behavior, copies the template URL, and restores the full state in another browser context. Code Connect maps the canonical Checkbox Figma node under a separate Scrapscn React label. Start review with the Checkbox and its stories, then the playground/template flow; the approved page-frame Figma node and authenticated Figma MCP round trip remain explicit external acceptance gates rather than claimed parity.

Preview: https://scrapscn-git-codex-checkbox-playground-slice.sentry.dev

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
scrapscn Ready Ready Preview Aug 23, 2026 2:34pm

Request Review

Comment on lines +108 to +110
` ${JSON.stringify(language)}: () => import(${JSON.stringify(
`prismjs/components/prism-${language}.min.js`
)}),`
const reloaders = reloadableLanguages
.map(
([language]) =>
` ${JSON.stringify(language)}: () => import("./prism-language-reloaders.js").then(({ reloadPrismLanguage }) => reloadPrismLanguage(${JSON.stringify(language)})),`
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