Wire up live Cloudflare demo + real CRM screenshots - #11
Merged
Conversation
Add the OpenNext + Cloudflare Workers deploy setup to the Next.js admin template and document the live demo. - add open-next.config.ts, wrangler.jsonc, public/_headers, and a template .gitignore for .open-next/.wrangler artifacts - add deploy/preview/upload/cf-typegen scripts and the @opennextjs/cloudflare + wrangler dependencies - drop the stray "yarn" runtime dependency that crept into package.json - README: add a Live Demo section with the public URL + credentials and check off the "Hosted public demo" roadmap item - cloudflare-demo-deploy.md: use the real worker name/URLs, drop the obsolete migrate step, and document the proxy workaround for networks that reset the large worker upload Live demo: https://gomyadmin-next-shadcn.darwvin-dev.workers.dev/admin/login https://gomyadmin-demo-api.darwvin-dev.workers.dev Closes #1 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Capture current screenshots from the live demo (dashboard, customers list, edit form, audit log, login) at 1440x900 and store them under docs/screenshots/ with an index. Use the dashboard shot as the README hero image in place of the old SVG mockup and link the rest from the Live Demo section. Closes #7 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the public demo real and documents it, closing two open issues.
The generated Next.js admin template is now deployable to Cloudflare Workers (OpenNext) out of the box, and a live demo is running:
admin@example.com/passwordChanges
Cloudflare deploy setup (
templates/frontend-next-shadcn)open-next.config.ts,wrangler.jsonc,public/_headers, and a template.gitignorefor.open-next/.wranglerartifacts.deploy/preview/upload/cf-typegenscripts and the@opennextjs/cloudflare+wranglerdeps; drop a strayyarnruntime dependency. Lockfile verified withyarn install --frozen-lockfile.Docs / demo (closes #1)
docs/cloudflare-demo-deploy.md: real worker name/URLs, drop the obsoletemigratestep, and document a proxy workaround for networks that reset the large worker-script upload.Screenshots (closes #7)
docs/screenshots/with an index.Verification
yarn install --frozen-lockfilepasses.NEXT_PUBLIC_ADMIN_API_URLbaked to the demo API (nolocalhost:8080left).Closes #1
Closes #7
🤖 Generated with Claude Code