I build Hushh/Hussh product systems with an Apple-first, iOS-first design bias: clear hierarchy, accessible interaction, calm motion, safe defaults, and automation that makes releases easier to trust.
My strongest public signal lives inside hushh-labs, especially Hushh Agents, Hushh Tech Website, research/product workflows, consent-aware backends, and developer operations.
| Profile Lock | Value |
|---|---|
| Primary platform | iOS first, then web and macOS |
| Visual system | Black, white, navy, Apple iOS blue |
| Typography target | Manrope for controllable SVG/profile assets |
| Product focus | Hushh Agents, RIA workflows, consent-aware AI, metrics, release automation |
| Engineering posture | Small useful system, automated verification, human-readable tradeoffs |
| Skill lens | How I apply it |
|---|---|
| iOS HIG | Prioritize clear navigation, 44pt-equivalent touch targets, thumb-zone primary actions, safe-area thinking, Dynamic Type-friendly layouts, and contextual permission asks. |
| macOS HIG | Keep advanced workflows discoverable through command surfaces, keyboard-friendly actions, sidebar-style information architecture, and power-user clarity. |
| Web accessibility | Use semantic structure, visible focus, responsive layouts, sufficient contrast, descriptive alt text, and reduced decorative motion. |
| Surface | What I build | Public signal |
|---|---|---|
| Hushh Agents for iOS | SwiftUI agent discovery, onboarding, profiles, auth flows, and release/TestFlight work | hushh-labs/hushh-agents |
| Hushh Tech Website | Product surfaces, API wrappers, Supabase paths, tests, CI, security, and repo governance | hushh-labs/hushh_Tech_website |
| Hushh Research | RIA access flows, personal-data experiments, backend service paths, and contribution governance | hushh-labs/hushh-research |
| Consent Protocol | FastAPI consent-first backend paths for personal data agents and safe automation | hushh-labs/consent-protocol |
| Project | Stack | Design/engineering signal |
|---|---|---|
hushh-agents |
SwiftUI, Supabase, iOS | Browse-first RIA discovery with onboarding, profile flows, and iOS-native interaction patterns |
hushh-agents-clean |
TypeScript, React, Vite, Supabase | Agent-discovery prototype with mobile-first onboarding, data capture, functions, and migrations |
hushh_Tech_website |
React, TypeScript, Vite, Supabase | Product web surfaces, API wrappers, metrics, tests, security hygiene, and repo governance |
hushh-research |
TypeScript, Python, MCP | Research/product monorepo work around RIA access, backend services, tests, and governance |
consent-protocol |
Python, FastAPI, Supabase | Consent-first backend in the Hushh personal-data-agent ecosystem |
| Zone | Tools and patterns |
|---|---|
| Apple/mobile | SwiftUI, iOS onboarding, profile flows, release/TestFlight paths |
| Web product | TypeScript, React, Vite, responsive UI, semantic structure |
| Backend | Python, FastAPI, Supabase, consent and auth boundaries |
| Automation | GitHub Actions, branch protection, smoke tests, release verification |
- Default to the simplest navigable surface before adding more interaction.
- Keep primary paths obvious and secondary actions discoverable.
- Prefer native platform patterns over custom cleverness.
- Verify with scripts, probes, and repeatable checks before calling anything done.
- Document tradeoffs where the next engineer will actually need them.


