Skip to content
View yoggydev's full-sized avatar

Block or report yoggydev

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.

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
yoggydev/README.md

Yoggy — solo dev

I build things with AI, then actually run them and measure before I write about them. Every number below was measured, not estimated.

Windows × Japanese locale is my daily environment. A lot of what I find comes from there — it is the setup most tooling is never tested against.

Free and MIT

lp-section-studio — 880 production-ready UI components.

  • 397 of them work as plain HTML — no React, no Babel, no build step. Paste them into PHP, Rails, Hugo, WordPress, or a bare .html file.
  • An MCP server is included, so AI coding agents can search and pull components on their own.
  • 2,661 automated tests run on every change. axe-core: 881 checks, 0 violations.
  • Live demo

stickman-video-director — a Claude Code skill that turns a Japanese idea into a complete stickman video package: 6-scene structure, English narration with back-translation, per-scene generation prompts, SRT subtitles.

Things I measured

CP932 swallows the byte right after Japanese text — but only if that byte is 0x40 or higher.

I ran all 545 Japanese characters × 95 ASCII characters. 63 symbols disappear (41.3–46.2% of the time); 32 never do. \ { } vanish, while " and ' never do — which is exactly why the failure surfaces as an unmatched brace on an unrelated line and you never suspect the encoding. With a BOM: 0 broken out of 545.

Write-up (Japanese)

Shipped, not on GitHub

  • Monilit — browser video player. 6 panels, every audio track playing at once.
  • BIRIKABE — browser puzzle game.

Where I write

  • X@yoggydev — what I ran today, and what it actually measured.
  • note (Japanese)note.com/yoggydev — long form, with the numbers.

日本語

AI で作って、実際に動かして、確かめたことだけ書いています。Windows × 日本語環境の詰まりどころが多めです。

  • lp-section-studio — LP用のUIコンポーネント880個。MIT・無料。うち397個は React も Babel も不要で、素の HTML として貼れます。MCPサーバー同梱。デモ
  • stickman-video-director — 日本語のネタから英語ナレーション付きのスティックマン動画一式を作る Claude Code スキル。MIT。
  • Monilit — 多分割ビデオプレーヤー。最大6画面、ぜんぶの音が同時に鳴ります。
  • ビリカベ — ブラウザで遊べる対戦パズル。

書いている場所: X @yoggydevnote

Popular repositories Loading

  1. lp-section-studio lp-section-studio Public

    880 production-ready UI components. 397 of them work as plain HTML with no React, no build step. MIT licensed and free, with an MCP server so AI coding agents can pull components directly. Every co…

    TypeScript

  2. yoggydev yoggydev Public

    Profile README. Solo dev — I build with AI, run it, and measure before I write about it.

  3. goose goose Public

    Forked from aaif-goose/goose

    an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

    Rust

  4. cp932-pipe-probe cp932-pipe-probe Public

    Measures what CP932 (Japanese Windows ANSI) bytes become when a pipe is decoded as UTF-8 with errors=replace. PowerShell, no install.

    PowerShell

  5. hermes-agent hermes-agent Public

    Forked from NousResearch/hermes-agent

    The agent that grows with you

    Python

  6. litellm litellm Public

    Forked from BerriAI/litellm

    The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthr…

    Python