主题
标记为「TypeScript」
9 篇
全部主题
- 项目2024 · web-appNimbusA passwordless cloud workspace for organizing, sharing, beaming, and asking questions about your files. Personal cloud storage is usually either a bare folder tree or a dense administration console. Both make routine actions such as findin…
- 项目2024 · ai-toolBioLoomA no-signup AI writing tool that generates, scores, edits, and shares platform-specific bios across eight models. Short profile bios are deceptively hard because they compress tone, audience, context, and professional signal into a tiny sp…
- 项目2024 · web-appM4rketViewA free, no-key crypto dashboard with live prices, resilient public-data fallbacks, local portfolios, alerts, and comparison tools. Crypto dashboards tend to drown users in motion, color, and unstable hierarchy. M4rketView focuses on compar…
- 项目2026 · web-appBloomprintTurns yard inspiration into a buildable plan — what to buy, how much, what tools, in what order, and what can go wrong. Landscaping a yard is overwhelming: an inspiration photo says nothing about materials, quantities, tools, sequencing, o…
- 项目2026 · web-appPolitiLensA political news intelligence dashboard for comparing how outlets across the spectrum frame the same story. Political news is abundant but comparison is expensive. Readers have to find parallel coverage manually, infer editorial positionin…
- 项目2024 · web-appUI StudioA no-login multiplayer design canvas with shared objects, cursors, comments, undo history, and exportable room URLs. Design tools tend to be either single-player or heavyweight. UI Studio explores how light a shared canvas can feel while s…
- 项目2024 · web-appM4rkdownA v3.1 offline-first Markdown workspace with advanced preview, local documents, collaboration, and an eight-player typing arena. Most markdown editors assume a connection and a single writer. M4rkdown asks what an editor feels like when it…
- 资源ReferenceTypeScript HandbookThe canonical TypeScript tour — types, generics, narrowing, modules. Cheaper than asking the compiler what `as const` actually means.
- 资源ToolJSON → TypeScriptGenerate a TypeScript interface from any JSON sample. Arrays merge to union members; nested objects get their own types. Bootstrapping types from an unfamiliar API response is the most repeated task in any new integration.