Hacker News new | ask | show | jobs
by gwynforthewyn 168 days ago
That site's so damn responsive! What are you using to build it?
2 comments

The site was actually built as an experiment on "spec first" coding with AI agents... in this case using Codex CLI. Underlying tech is Typescript, React, Zustard (for state), Bootstrap (for layout/components) and Konva JS (for 2D canvas) and vite for building/bundling. Deployed to AWS S3 bucket fronted by AWS cloud front using Github actions.
Not OP, but the design screams Bootstrap, and it looks like Bootstrap 5 is bundled in their CSS.
Yep it is Bootstrap. Well bootstrap-react to be more precise.