Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
A small Next.js 16 starter that browses **400 fitness exercises** from the
[RepDB free-tier dataset](https://repdb.co/free-exercise-dataset).

[![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 👍 / 👎.


## Features

- Static-rendered exercise list with filter by body part, equipment, difficulty
Expand Down
Loading