Privacy by Design, Connection by Intent.
The official portfolio website for the YouBeMine open-source organization — the impenetrable digital sanctuary for modern couples.
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router) |
| Styling | Tailwind CSS |
| Icons | Lucide React |
| Language | TypeScript |
| Deployment | GitHub Pages (static export) |
- Node.js 18.17 or later
- npm 9 or later
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run buildThe static output will be in the out/ directory, ready for GitHub Pages deployment.
src/
├── app/
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout with metadata
│ └── page.tsx # Home page composition
└── components/
├── Hero.tsx # Hero section with CTA
├── ZeroKnowledge.tsx # Security architecture section
├── TechShowcase.tsx # Repository / project cards
├── Leadership.tsx # Founder profile
└── Footer.tsx # Footer with links
This project is configured for static export and GitHub Pages. On every push to main, the site is built and deployed automatically.
Open source. See LICENSE for details.