Skip to content
View Neila247's full-sized avatar

Block or report Neila247

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Neila247/README.md

Neil Caetano

Product designer in Berlin. I learn what AI can and can't do by shipping things with it — each repo here is a finished, working tool, specced and built end to end with Claude Code.

The pattern is the same every time: write the spec first (PRODUCT.md, DESIGN.md), decide where the model is allowed to be creative and where it absolutely isn't, then build. The interesting output usually isn't the app — it's where the constraint had to go.

Case studies

pour-pierre-case-study A cocktail book built as a gift — design system, guardrails and suggestion engine
html-to-figma Websites and HTML into editable Figma Auto Layout frames, styles and variables
onboard-board-game-teacher Teaches a board game you own — built so the model never invents a rule
onboard-design-system Tokens, components and a UI kit, packaged for a design agent to consume
talk-local-tts Offline text-to-speech on macOS — no account, no key, no network
browser-speech-toolkit Whisper and Kokoro in the browser; your audio never leaves the tab
klasse-live-subtitles Live German → English subtitles, running entirely on your own machine
mallorca-trip-planner Map-based travel planner for a phone held one-handed, with no signal
otto-walkies A single-file iPhone web app, no build step and no dependencies, built for a dog
dedupe-ui Duplicate file finder where every destructive default is the safe one

Four of these exist because something needed to stay on my own machine — a transcript, a translation, a voice, a recipe. That constraint turned out to be a design brief, not a limitation.

Everything here is published for review, not for reuse.

Popular repositories Loading

  1. onboard-board-game-teacher onboard-board-game-teacher Public

    Onboard — a mobile web app that teaches you a board game you already own. 14 hand-authored, rulebook-verified games, built so the model never invents a rule. Personal case study.

    TypeScript

  2. pour-pierre-case-study pour-pierre-case-study Public

    Design system, guardrails and engine from Pour Pierre — a cocktail book built as a gift. Case study: neilcaetano.com/work/pour-pierre

    HTML

  3. html-to-figma html-to-figma Public

    Figma plugin that turns websites, HTML/CSS, .mhtml, .zip and .eml into fully editable Auto Layout frames, styles and variables. Personal case study.

    JavaScript

  4. onboard-design-system onboard-design-system Public

    Design system for Onboard: 54 tokens, 10 components, specimen cards and an interactive UI kit, packaged for a design agent to consume. Personal case study.

    JavaScript

  5. talk-local-tts talk-local-tts Public

    Free, offline text-to-speech on macOS. Kokoro-82M in a local web app and CLI, streaming sentence by sentence. Personal case study.

    Python

  6. browser-speech-toolkit browser-speech-toolkit Public

    Whisper transcription and Kokoro text-to-speech running entirely in the browser via Transformers.js and WebGPU. No server, no upload, no API key. Personal case study.

    HTML