feat: build landing page for codectx.granth.tech#6
Conversation
|
@Srujan-Amaragatti05 is attempting to deploy a commit to the hey-granth's projects Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for codectx ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi @hey-granth! The landing page is ready for review. Netlify preview is live at https://deploy-preview-6--codectx.netlify.app/ — built from scratch with animated terminal demo, pepy.tech download stats, problem/solution prose section, before/after comparison, and benchmark table. Closes #2. |
|
Great first contribution. The structure is solid: the before/after comparison, benchmark table, problem/solution split, pipeline diagram, and hero copy ("Feed LLMs signal, not noise") are all correct decisions. The green accent, footer, and nav are good as-is. The revision pass needed is execution quality, not structure. BlockingDeployment preview is broken Terminal animation uses fake output Options:
Text contrast fails readability Benchmark data is hardcoded ---
const res = await fetch(
'https://raw.githubusercontent.com/hey-granth/codectx-benchmarking/main/benchmark_results/results.json'
)
const benchmarks = await res.json()
---This way the landing page always reflects the latest results without any manual update to this repo. The benchmarking repo can run its own CI on each release and push fresh results to that path automatically. SignificantExcessive blank space between sections Terminal font is too small font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;Benchmark table undersells the numbers Before/after summary lines need more prominence No mobile layout Minor
StackAstro is fine. No need to rebuild in React or Next.js for a static landing page. Checklist (from issue #N)
Good work getting this to a reviewable state. Fix the blocking items first and the rest can follow in the same PR. Happy to review a follow-up commit. |
Closes #2