// the find
dennybritz/neal-react
Startup Landing Page Components for React.js
A collection of React components for assembling startup landing pages — hero sections, pricing tables, signup modals, countdown timers, that kind of thing. It sits between raw Bootstrap and a hosted service like Launchrock. Last touched in 2019, so it's a historical artifact at this point.
The component set covers exactly what a launch page needs: Hero, PricingTable, SignupModal, Countdown, CustomerQuotes, Team — all the standard blocks without having to wire them up from scratch. Third-party integrations (Stripe, Typeform, Segment, Google Analytics) are first-class components, not afterthoughts. SASS variables are exposed for overrides, so you're not fighting inline styles. The S3 static deployment story is clean — Stripe and Typeform handle the backend so the whole thing ships as static files.
Dead. Last commit was February 2019 — it targets React class components and Bootstrap v4 alpha, both of which are ancient. The sample page URL is listed as 'currently unavailable', which is never a good sign for a UI component library. It requires jQuery as a CDN dependency in 2019, which was already a red flag then. No TypeScript, no hooks, no tree-shaking story — adopting this today means inheriting a maintenance burden on top of an already-unmaintained codebase.