foogy-dev
Summary: foogy’s portfolio at foogy.xyz — Astro (static) on Cloudflare Pages, Git-connected so pushing main auto-deploys; light theme. The 3-branch-card home, /ux-ui + /web3-ai routes, USD-first pricing, and the Agents4.fun/DePunks case studies are all SHIPPED and live (origin/main 9362282).
⚠️ Ground-truth note: the LOCAL clone at
~/Documents/localhost/foogy.devis stale and frozen — it has a stuck.git/index.lockand sits behind origin. Do NOT trust the local disk for foogy.dev. Canonical source = origin/main on GitHub (all pushes went there via /tmp clones) and the live foogy.xyz site. Compile loops mustgit clone/fetchorigin, not read the local working tree.
What it is
Personal portfolio / hire site for Mihael “foogy” Fugaj — a product designer who ships the front-end (design→code) and is moving toward product management. Served at foogy.xyz.
Stack / where it lives
- Repo:
github.com/mfugaj/foogy.dev(local clone is stale — see note above). - Astro (~5.17), static build,
@astrojs/sitemap. Site URLhttps://foogy.xyz. - Hosting: Cloudflare Pages, Git-connected, production branch
main, buildnpm run build, outputdist— pushingmainauto-deploys. See cloudflare-deploy. - Light theme (
src/styles/tokens.css: bg#fff, text#111, accent#ff5a1f, Noto Sans, 8px). StaleAGENT.md/docs/project.mdstill describe a dark/GSAP design — ignore.
Live site structure (origin/main = live)
/— short about + 3 branch cards → UX/UI (/ux-ui), Web3 & AI (/web3-ai), Product (/pm) → then projects-by-year with Zevo (2026) featured at top. “Case study” labels on projects; “Currently” label on Zevo.- Nav: Home · UX/UI · Web3 & AI · Product · Buy my time. Learn removed.
/ux-ui+/web3-ai— branch pages (via[category].astro); existing case studies remapped web2→ux-ui, web3→web3-ai./pm— generic Product Manager pitch (originally Rentlio-targeted, then made role-agnostic): proof numbers, principles, Selected work, How I work./hire,/cases/[slug],/work/[slug],/404.
Case studies (src/content/case-studies/*.md)
zevo (flagship, 2026, featured, order 1), wire, samsung-eshop, haas, sancta-domenica, hive3, liberoverse, nftsweeps, traverse, agent4 (Agents4.fun), depunks. Four deepened with explicit UX-process sections (Context → Research → IA/flows → Key decisions & trade-offs → Systems → Outcome): Zevo, Wire, Samsung, Agent4.
- Zevo — flagship. P2P EV-sharing marketplace (owners earn while idle, guests unlock contactlessly; $2M+ pre-seed; lead UX/UI). The case study frames it through a finance × technology lens (marketplace money flows: earnings, payouts, deposits, pricing) for the design→PM pitch — a positioning angle, not a claim it’s a fintech company.
- Agent4 / Agents4.fun — links to agents4.fun; see agents4fun. (Note: agent4.fun the site is a different unrelated BNB product; the project is agents4.fun.)
/hire pricing — SHIPPED USD-first
src/site.config.ts tiers + ethSnapshot (ETH pulled from Alchemy Prices API at build time, snapshot ~$1,556 on 2026-06-30):
- 1 day — $600 (~0.39 ETH)
- 3 days — $1,600 (~1.03 ETH)
- 1 week — $2,000 (~1.29 ETH) Priced in USD, payable in ETH. (ETH is a build-time snapshot; a daily auto-refresh was discussed, not yet added.)
Decisions & lessons
- 2026-06-29: Pages switched from direct-upload to GitHub Git integration (production branch
main) — that’s why earlierwrangler-era pushes didn’t deploy. See cloudflare-deploy. - The local foogy.dev clone is locked/stale; all real work goes through fresh /tmp clones pushed to origin. Treat GitHub/live as canonical.
- The D1-backed dashboard detour failed and was abandoned — see cloudflare-deploy; knowledge/state lives in plain files (this vault).
Open questions
- Daily Alchemy ETH-price auto-refresh for /hire: discussed, not built.
- Should the public Agents4.fun case study be aligned to the accurate two-product (Whitelist + Sweepstakes) reality? (Currently portfolio-level; the accurate spec is in agents4fun.)
Sources
- origin/main
github.com/mfugaj/foogy.dev(site.config.ts,src/pages/*,src/content/case-studies/*), verified live foogy.xyz + foogy.xyz/ux-ui. - MEMORY:
memory/foogy-dev-deploy.md. Related: cloudflare-deploy, agents4fun, job-search-strategy.