export default function LandingPage() { let copied = false; const handleCopy = () => { navigator.clipboard.writeText("bun create ./MyComponent.tsx"); }; return (
Start a React dev server instantly from a single component file
bun create ./MyComponent.tsx
Just write your React component and run. No setup needed.
Automatically detects and installs required npm packages.
Recognizes Tailwind, animations, and UI libraries automatically.
Write your React component in a .tsx file
Execute bun create with your file path
Dev server starts instantly with hot reload