Handcrafted reference pages used as ground truth for evaluating AI-generated Sailwind prototypes in pglevy/sailwind-eval.
Each page is a carefully built example of a real-world UI pattern using the Sailwind component library. Screenshots are captured at a fixed size so evals have a consistent visual baseline to measure against.
| Page | Route | Screenshot |
|---|---|---|
| My Account | /#/my-account |
screenshots/my-account.png |
| Restaurant Order | /#/restaurant-order |
screenshots/restaurant-order.png |
Screenshots are saved in /screenshots. Use shot-scraper with the dev server running:
uvx shot-scraper http://localhost:5173/#/my-account -o "screenshots/my-account.png" --width 1600 --height 1000 --retinapnpm install
pnpm run dev- Build the page in
src/pages/using Sailwind components - Add the route to
src/App.tsxand a link insrc/pages/home.tsx - Capture a screenshot with the command above
- Add a row to the table in this README