Skip to content

marvelousempire/yousirjuan-ai

Repository files navigation

yousirjuan-ai

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)

Local development

git clone https://github.com/marvelousempire/yousirjuan-ai.git
cd yousirjuan-ai
npm install
npm run dev   # → http://localhost:3000

Deploy

Auto-deploys to Vercel on push to main. No manual steps. Static export to Cloudflare Pages or GitHub Pages also possible.

Structure

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

Where binaries come from

The signed .pkg (macOS) and .deb (Linux) installers are built from the source repo (marvelousempire/yousirjuan — private) via a GitHub Action that:

  1. Builds the installer
  2. Signs with the operator's Apple Developer ID
  3. Notarizes with Apple
  4. Uploads to a public GitHub Release on this repo (yousirjuan-ai)

That way the source stays private, but the binaries are publicly downloadable + verifiable.

License

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.

Contact

About

You-Sir Juan™ OS — private AI operating system for families. Associate Agents, voice-first, biometric kiosk, RealityKit 4 iOS app. Yours to train. (Public site + installers — source at yousirjuan repo)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors