惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
The GitHub Blog
The GitHub Blog
小众软件
小众软件
美团技术团队
博客园 - 司徒正美
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
D
Docker
J
Java Code Geeks
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
V
V2EX
C
Check Point Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
TypeMorph | TypeScript API Safety Toolkit
jop00004 · 2026-06-18 · via Show HN

Build Faster.
Model Everything.

↑ Edit the JSON above — output updates in real time, 100% in your browser

Stop hand-writing TypeScript types from API responses.
Paste JSON and instantly get Zod schemas, TypeScript interfaces, database schemas — all in your browser.

Security Standard

Local-First

Inference Engine

100% Browser

How it works

One inference. Every language.

TypeMorph runs a single AST pipeline in your browser — no backend, no round-trips. Your schema is inferred once and compiled to all 18 targets simultaneously.

single inference · runs in your browser

TypeScript

Zod

Go

Rust

Python

Java

Kotlin

Swift

C#

Dart

GraphQL

Prisma

Proto

PHP

JSON Schema

Rust struct

Mock JSON

+ Docs

Your schema never leaves your browser — not even the URL you import from (unless you opt in to the proxy)

Four Pillars of Pure Schema Engineering

We cut out the clutter. These four premium workbenches solve 90% of your daily structural bottlenecks.

Paste Once.
Compile Everywhere.

Drop any JSON, YAML, or OpenAPI spec and TypeMorph emits typed code for every language your team uses — simultaneously, in the browser, with no server involved. The Zod output goes beyond types: field names are analysed semantically so email fields get .email(), id fields get .uuid().

  • 18 generators from one AST — TypeScript, Go, Rust, Java, Swift, Kotlin, C#…
  • Semantic field inference: enums, formats, and constraints auto-detected

Schema Intelligence:
Quality Score & Recursive Types

Paste any JSON, OpenAPI, or JSON Schema and TypeMorph scores it instantly — any-type ratio, naming consistency, format hints, depth. Self-referential types like trees and linked lists are detected automatically and emitted as clean recursive interfaces.

  • 100% local rule-based quality scoring (0–100 / A–F)
  • Auto-detects recursive types (tree, linked list, graph)

Breaking Change Detector:
Semantic Schema Diff

Paste two versions of a schema side-by-side and get a compatibility score instantly. TypeMorph detects breaking changes (type changes, optional→required, field removals), warnings (required→optional, format changes), and safe additions — across JSON, YAML, OpenAPI, and JSON Schema.

  • Compatibility score 0–100 with severity breakdown
  • Supports OpenAPI 3.x · Swagger 2.0 · JSON Schema · YAML

Schema Change Impact:
Know What Breaks Before It Does.

Paste a before and after version of your JSON. TypeMorph traces the change through every class in the type graph and shows exactly which output languages need to be regenerated — all in the browser, instantly.

  • Visual graph: changed (red) · impacted (orange) · safe (gray)
  • 15 language targets checked instantly — no regeneration guesswork

100% Privacy-First Architecture

Your code never leaves your browser. All type inference and code generation runs entirely client-side — no API calls, no upload endpoints.

1. Local-First Engine100% Private

Standard code conversions (JSON to TS/Go/Rust, etc.) are executed 100% entirely inside your browser. Your schema content is never sent to any server. The only exception: if you import from a URL blocked by CORS and explicitly click “Try via proxy,” that URL is fetched through our Cloudflare Worker on your behalf.

2. Schema IntelligenceRule-Based

TypeMorph's inference engine runs entirely in-browser — no AI calls, no API keys. Field-name heuristics auto-detect emails, UUIDs, dates, and URLs to emit precise Zod validators. Schema Quality Score grades your design from A–F using local rule analysis.

3. Zero Data RetentionUser-Controlled

All your conversion data stays exclusively in your browser's local storage — nothing is synced to a server. You can optionally sign in to manage your account and license. You can clear all local data at any moment with one click.

4. Open & Transparent100% Ethical

We will never sell or monetize your data. TypeMorph does not run third-party advertising and does not track your private structural operations. Two things can reach our servers: feedback you explicitly submit, and URLs you opt-in to fetch via the CORS proxy.