Skip to content

Add one-click Vercel deploy - #2

Merged
sergei-argutin merged 1 commit into
mainfrom
codex/vercel-deploy-button
Jul 18, 2026
Merged

Add one-click Vercel deploy#2
sergei-argutin merged 1 commit into
mainfrom
codex/vercel-deploy-button

Conversation

@sergei-argutin

Copy link
Copy Markdown
Collaborator

Summary

  • add a standard Deploy with Vercel button to the Next.js starter README
  • document that the vendored dataset needs no environment variables or external API

Why

This makes the 400-exercise free-tier starter immediately deployable and prepares it for Vercel template-directory submission.

Verification

  • npm run lint
  • npm run build (404 pages generated successfully)

@sergei-argutin
sergei-argutin marked this pull request as ready for review July 18, 2026 17:14
@sergei-argutin
sergei-argutin merged commit a36b9d7 into main Jul 18, 2026
1 check passed
@sergei-argutin
sergei-argutin deleted the codex/vercel-deploy-button branch July 18, 2026 17:14

@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: 51f551b974

ℹ️ 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 README.md
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsergei-argutin%2Frepdb-example-nextjs&project-name=repdb-fitness-starter&repository-name=repdb-fitness-starter)

The starter has no environment variables or external API dependency. The
exercise JSON and WebP assets are vendored, so the Vercel deploy works as-is.

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 Avoid promoting production deploys with eval-only samples

When someone follows the new Vercel button for a public/prod deployment, the default page still renders SamplePreview from public/images/samples (src/app/page.tsx imports and renders it), while LICENSE-free.md term 6 says those paid-tier preview animations are evaluation-only and may not be used in production applications. Saying the Vercel deploy works as-is can lead users to publish the non-free sample assets by default; either disable/remove those samples for deploys or scope this button/text to evaluation demos only.

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