Professional docs and marketing site for Trace.
Marketing and documentation site for Trace, a professional iOS network debugging tool. It explains the product, showcases features, and hosts technical docs for engineers who need device-wide HTTP(S) inspection with on-device TLS MITM.
- Product marketing pages with a calm, engineering-focused visual system
- Documentation sections for features, architecture, and open-source info
- Next.js App Router with TypeScript and Tailwind CSS
- Component library based on shadcn/ui for consistent UI building blocks
- Static deployment ready for Vercel, Netlify, or any static host
- Node.js 18+
- npm, yarn, or pnpm
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run build
npm startmkdir -p app/new-page// app/new-page/page.tsx
export default function Page() {
return <main className="mx-auto max-w-3xl p-8">New page</main>;
}npx shadcn@latest add buttonNo runtime configuration is required for local development. If you add environment variables later, document them here and consider adding a .env.example file.
Contributions are welcome. If you plan larger changes, please open an issue first.
- Fork the repo and create your branch.
- Keep code style consistent with the existing TypeScript and Tailwind patterns.
- Include clear descriptions and screenshots for UI changes.
- Trace team and contributors
- Built with Next.js, TypeScript, Tailwind CSS, and shadcn/ui
MIT License. See LICENSE.
