Startup program form - #4965
Startup program form#4965meganeoleary wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR adds a standalone static mockup for the startup program application.
Confidence Score: 4/5The preview is safe to merge, with a non-blocking mobile usability issue in its standalone document setup. The form's local behavior is internally consistent and does not transmit data, but opening it directly on a mobile browser can produce an incorrectly scaled layout because no device-width viewport is declared. Files Needing Attention: frontend/startup-program-form/index.html Reviews (1): Last reviewed commit: "Add startup program application form moc..." | Re-trigger Greptile |
| @@ -0,0 +1,470 @@ | |||
| <title>Hatchet Startup Program</title> | |||
There was a problem hiding this comment.
This standalone page has no viewport declaration. Mobile browsers can therefore use a desktop-width layout and scale down the 560px form, making its text and controls harder to read and use. Add a device-width viewport meta tag.
| <title>Hatchet Startup Program</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Hatchet Startup Program</title> |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Static HTML form styled to match the dashboard's design system: company details, funding and HQ dropdowns, SDK language checkboxes, use case, and an optional welcome-gift section with structured shipping address. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
3c61db5 to
419a9e6
Compare
Adds a static mockup of the startup program application form at
frontend/startup-program-form/index.html— open it in a browser to review.What's in the form:
Styled to match the dashboard: shadcn component specs and theme tokens from
frontend/app(light + dark), and the logo lockup fromhatchet-logo.tsx.🤖 Generated with Claude Code