Landing page for Copyit, a terminal-first snippet sharing tool:
- Paste content in browser.
- Receive a short 4-6 word path.
- Run
curl -fsSL https://copyit.pipeops.app/<path>from Proxmox/SSH/CI.
- Next.js (App Router) + TypeScript
- Tailwind CSS
- React 19
npm install
npm run devOpen http://localhost:3000.
npm run lint
npm run buildsrc/app/page.tsx: landing page sections and copy/command interactionssrc/components/copy-button.tsx: clipboard helper componentsrc/app/globals.css: visual theme and entry animationsPRD.md: product requirements document