Insights
Perspectives on design, engineering, and the web from the Select Interactive team.
Dallas / Fort Worth
14+
Years
200+
Shipped
20M+
Users
Sketch · layout · refine
// Hero for selectinteractive.com
import { Section } from '@/components/ui/Section';
export function HomePage() {
const headline =
'Dallas / Fort Worth';
return (
<Section
variant='hero'
title={headline}
/>
);
}
// build.ts
await build(...);
Production Environment Ready
A look behind the curtain at how we designed and built our own website using AI-powered prototyping, Claude Code, Cursor, TanStack, Shadcn/UI, Tailwind, and Firebase.