Official website for SIP Protocol — https://sip-protocol.org
Marketing website and interactive demo for SIP Protocol (Shielded Intents Protocol), a privacy layer for cross-chain transactions.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS + shadcn/ui
- Animations: Framer Motion
- Deployment: Vercel / Cloudflare Pages
- Domain: sip-protocol.org
sip-website/
├── src/
│ ├── app/
│ │ ├── page.tsx # Landing page
│ │ ├── demo/
│ │ │ └── page.tsx # Interactive demo
│ │ ├── features/
│ │ └── about/
│ ├── components/
│ │ ├── hero/
│ │ ├── features/
│ │ ├── demo/
│ │ └── ui/
│ └── lib/
├── public/
│ └── assets/
├── tailwind.config.ts
└── package.json
| Route | Description |
|---|---|
/ |
Landing page with hero, features, CTA |
/demo |
Interactive SDK demo |
/features |
Detailed feature breakdown |
/about |
Team, mission, roadmap |
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm start| Domain | Purpose | Repo |
|---|---|---|
sip-protocol.org |
Marketing + Demo | This repo |
docs.sip-protocol.org |
Documentation | docs-sip |
- sip-protocol - Core SDK
- docs-sip - Documentation
- circuits - ZK Circuits
Part of the SIP Protocol ecosystem