Add one-click Vercel deploy - #2
Conversation
There was a problem hiding this comment.
💡 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".
| [](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. |
There was a problem hiding this comment.
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 👍 / 👎.
Summary
Why
This makes the 400-exercise free-tier starter immediately deployable and prepares it for Vercel template-directory submission.
Verification
npm run lintnpm run build(404 pages generated successfully)