Marketing website for You-Sir Juan — private AI on your hardware. Source code for the actual product lives in the (private) sibling repo:
marvelousempire/yousirjuan.
This repository contains:
- The Next.js + Tailwind website at https://yousirjuan.ai
- A Download page wired to GitHub Releases for signed installer binaries
- Public-facing docs (mirrored from the source repo)
git clone https://github.com/marvelousempire/yousirjuan-ai.git
cd yousirjuan-ai
npm install
npm run dev # → http://localhost:3000Auto-deploys to Vercel on push to main. No manual steps. Static export to Cloudflare Pages or GitHub Pages also possible.
yousirjuan-ai/
├── src/
│ ├── app/
│ │ ├── layout.tsx Site-wide metadata + dark theme
│ │ ├── page.tsx Hero / features / how-it-works / privacy table / CTA
│ │ ├── download/
│ │ │ └── page.tsx Per-platform downloads + install commands
│ │ └── globals.css Tailwind + CSS vars
│ └── components/
│ ├── Nav.tsx
│ ├── Footer.tsx
│ └── HeroDownload.tsx Client-side chip detection (Apple Silicon vs Intel vs Linux)
├── public/ Static assets (favicon, OG image, etc.)
├── package.json
└── README.md
The signed .pkg (macOS) and .deb (Linux) installers are built from the source repo (marvelousempire/yousirjuan — private) via a GitHub Action that:
- Builds the installer
- Signs with the operator's Apple Developer ID
- Notarizes with Apple
- Uploads to a public GitHub Release on this repo (
yousirjuan-ai)
That way the source stays private, but the binaries are publicly downloadable + verifiable.
Marketing copy + website code: © 2026 Marvelous Empire. All rights reserved.
The product (You-Sir Juan stack) is under a separate license — see the source repo.
- Website: https://yousirjuan.ai
- GitHub Issues: report bugs or request features
- Email: hello@yousirjuan.ai