Repository Analysis

thesysdev/openui

The Open Standard for Generative UI

4.6 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of thesysdev/openui, a TypeScript project with 8,009 GitHub stars. SynthScan v2.0 examined 182,944 lines of code across 1765 source files, recording 316 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 4.6 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.6
Adjusted Score
4.6
Raw Score
100%
Time Factor
2026-07-14
Last Push
8.0K
Stars
TypeScript
Language
182.9K
Lines of Code
1.8K
Files
316
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 5MEDIUM 237LOW 74

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 316 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators228 hits · 710 pts
SeverityFileLineSnippetContext
MEDIUMdocs/app/demo/github/constants.ts75// ── Chat message types (shared between page + ConversationPanel) ──────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx47// ── Helpers ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx103// ── Tool call tracking wrapper ───────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx143// ── SSE streaming ────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx214// ── Main Page ────────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx306 // ── GitHub connect ───────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx348 // ── Send message ─────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx509 // ── Saved dashboards ───────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/page.tsx543 // ── Render ─────────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/types.ts3// ── Transformed GitHub data interfaces ────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/types.ts65// ── ToolSpec definitions for system prompt ──────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts12// ── Cache ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts80// ── Rate limit tracking ────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts112// ── Retry for 202 (computing) ──────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts130// ── Tool implementations ───────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts169 // ── Profile ──────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts206 // ── Repos ────────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts242 // ── Languages (aggregated) ───────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts297 // ── Events ───────────────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts342 // ── Commit Activity (per repo) ───────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts372 // ── Star History (per repo) ──────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts407 // ── Contributors (per repo) ──────────────────────────────────────────COMMENT
MEDIUMdocs/app/demo/github/github/tools.ts441 // ── Bookmarks (localStorage) ─────────────────────────────────────────COMMENT
MEDIUMdocs/app/api/demo/github/stream/route.ts18// ── Component spec from generated JSON ────────────────────────────────────COMMENT
MEDIUMdocs/app/api/demo/github/stream/route.ts24// ── GitHub system prompt ──────────────────────────────────────────────────COMMENT
MEDIUMdocs/app/api/demo/github/stream/route.ts46// ── Route handler ──────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx7// ─── Shared chart constants ───────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx23// ─── Text ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx44// ─── BarChart ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx99// ─── LineChart ────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx160// ─── PieChart ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx233// ─── Card ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx265// ─── Library ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-react-native/chat-app/library.tsx278// ─── Styles ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/openui-react-native/chat-app/screens/ChatScreen.tsx11// ─── Message types ────────────────────────────────────────────────────────────COMMENT
MEDIUM…es/openui-react-native/chat-app/screens/ChatScreen.tsx20// ─── ChatScreen ───────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-dashboard/src/tools.ts11// ── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-dashboard/src/tools.ts30// ── Mock data generators ─────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-dashboard/src/tools.ts134// ── Tool registry ───────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-dashboard/src/app/api/mcp/route.ts11// ── MCP Server factory ───────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-dashboard/src/app/api/mcp/route.ts30// ── Request handler ──────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/openui-dashboard/src/app/api/mcp/route.ts48// ── Next.js route exports ────────────────────────────────────────────────────COMMENT
MEDIUM…nui-dashboard/src/components/OpenUIDashboard/index.tsx13// ── Internal layout ───────────────────────────────────────────────────────────COMMENT
MEDIUM…nui-dashboard/src/components/OpenUIDashboard/index.tsx160// ── Public component ──────────────────────────────────────────────────────────COMMENT
MEDIUM…i-dashboard/src/components/OpenUIDashboard/context.tsx14// ── Context shape ────────────────────────────────────────────────────────────COMMENT
MEDIUM…i-dashboard/src/components/OpenUIDashboard/context.tsx38// ── Provider ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/supabase-chat/src/app/api/chat/route.ts61 // ── Persist the full conversation ──────────────────────────────────────COMMENT
MEDIUMexamples/form-generator/src/app/page.tsx145 // ── Empty state ──────────────────────────────────────────────────────────────COMMENT
MEDIUMexamples/form-generator/src/app/page.tsx207 // ── Form generation page ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/reactive.ts1// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/reactive.ts4// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts10// ─── Schema ID tagging ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts26// ─── Zod v3 detection ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts39// ─── Sub-component type ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts51// ─── Renderer types (framework-generic) ──────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts68// ─── DefinedComponent (framework-generic) ────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts106// ─── Groups & Prompt Options ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts136// ─── Zod introspection ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts287// ─── Field analysis & signature generation ──────────────────────────────────COMMENT
MEDIUMpackages/lang-core/src/library.ts333// ─── Library ────────────────────────────────────────────────────────────────COMMENT
168 more matches not shown…
Hyper-Verbose Identifiers34 hits · 34 pts
SeverityFileLineSnippetContext
LOWdocs/app/components/blocks/accordion/page.tsx97function ConfigurableAccordionPreview({ variant, type }: { variant: VariantMode; type: TypeMode }) {CODE
LOWdocs/app/components/blocks/text-items/page.tsx137function HighlightTextNumberSubtextPreview() {CODE
LOWdocs/app/components/blocks/text-items/page.tsx182function HighlightTextNumberSubtextNegativePreview() {CODE
LOWdocs/app/components/blocks/charts/area/page.tsx36function AreaChartCondensedPreview() {CODE
LOWdocs/app/components/blocks/charts/line/page.tsx36function LineChartCondensedPreview() {CODE
LOWdocs/app/components/blocks/radio-button-group/page.tsx16export default function BlocksRadioButtonGroupPage() {CODE
LOW…nts/components/preview/ColorSwatchesPreviewSection.tsx24export default function ColorSwatchesPreviewSection({CODE
LOW…onents/components/preview/pages/ShadowsPreviewPage.tsx101function normalizeShadowValueToOklch(value: string) {CODE
LOW…tem/components/preview/ColorSwatchesPreviewSection.tsx24export default function ColorSwatchesPreviewSection({CODE
LOW…system/components/preview/pages/ShadowsPreviewPage.tsx155function normalizeShadowValueToOklch(value) {CODE
LOWdocs/lib/demo-credits.ts20export function createDemoCreditsErrorPayload(): DemoCreditsErrorPayload {CODE
LOWdocs/lib/demo-credits.ts28export function isDemoCreditsErrorPayload(value: unknown): value is DemoCreditsErrorPayload {CODE
LOWdocs/lib/demo-credits.ts53export function isDemoCreditsExhaustedError(error: unknown, status?: number): boolean {CODE
LOWdocs/lib/demo-credits.ts58export function createDemoCreditsExhaustedResponse(): Response {CODE
LOW…es/langchain-chat/src/lib/langchain-stream-response.ts53export async function createLangChainStreamResponse(CODE
LOW…mples/harnesses/pi-agent-harness/src/lib/pi-session.ts133export async function getOrCreateSession(CODE
LOW…/multi-agent-chat/src/components/assistant-message.tsx36function isOpenUiToolOutputStreaming(part: UIMessage["parts"][number]): boolean {CODE
LOWexamples/shadcn-chat/src/components/ui/chart.tsx294function getPayloadConfigFromPayload(config: ChartConfig, payload: unknown, key: string) {CODE
LOWpackages/lang-core/src/parser/prompt.ts273function interactiveFiltersSection(): string {CODE
LOWpackages/lang-core/src/parser/prompt.ts532function generateComponentSignatures(CODE
LOWpackages/lang-core/src/parser/serialize.ts217function serializeStateDeclarations(CODE
LOWpackages/react-ui/src/genui-lib/CheckBoxGroup/schema.ts14export function createCheckBoxGroupSchema(CheckBoxItem: RefComponent) {CODE
LOWpackages/react-ui/src/utils/sentinelParser.ts41export function separateContentAndContext(raw: string): ParsedMessageContent {CODE
LOWpackages/react-ui/src/components/Charts/Charts.tsx215function ChartTooltipContentRender(CODE
LOWpackages/react-ui/src/components/Charts/Charts.tsx409function getPayloadConfigFromPayload(config: ChartConfig, payload: unknown, key: string) {CODE
LOW…s/Charts/shared/PortalTooltip/CustomTooltipContent.tsx27function CustomTooltipContentRender(CODE
LOWpackages/react-headless/src/adapters/_defaultStorage.ts11export function createDefaultInMemoryStorage(): ChatStorage {CODE
LOW…eact-headless/src/hooks/useDetailedViewPortalTarget.ts37export function useDetailedViewPortalTarget() {CODE
LOW…s/react-headless/src/store/ArtifactRenderersContext.ts31export function buildArtifactRendererRegistry(CODE
LOW…s/react-headless/src/store/ArtifactRenderersContext.ts76export function lookupArtifactRendererByType(CODE
LOWpackages/openui-cli/src/lib/detect-package-manager.ts18function detectInvokingPackageManager(): PackageManagerName | null {CODE
LOWpackages/openui-cli/src/lib/detect-package-manager.ts36export function resolveInstallPackageManager(): PackageManager {CODE
LOW…enui-cli/src/templates/openui-cloud/src/lib/billing.ts13export function shouldShowBillingCreditsNotice(nodeEnv = process.env.NODE_ENV): boolean {CODE
LOW…enui-cli/src/templates/openui-cloud/src/lib/billing.ts17export function getBillingCreditsErrorMessage(CODE
Fake / Example Data26 hits · 26 pts
SeverityFileLineSnippetContext
LOWdocs/app/docs/openui-lang/streaming-comparison.tsx31 "placeholder": "Your full name",CODE
LOWdocs/app/docs/openui-lang/streaming-comparison.tsx49 "placeholder": "you@example.com",CODE
LOWdocs/app/docs/openui-lang/streaming-comparison.tsx67 "placeholder": "e.g., +1 555 123 4567",CODE
LOWdocs/app/docs/openui-lang/streaming-comparison.tsx123 "placeholder": "Select a subject...",CODE
LOWdocs/app/docs/openui-lang/streaming-comparison.tsx139 "placeholder": "How can we help?",CODE
LOWbenchmarks/schema.json900 "placeholder": {CODE
LOWbenchmarks/schema.json924 "placeholder": {CODE
LOWbenchmarks/schema.json953 "placeholder": {CODE
LOWbenchmarks/samples/contact-form.c1.json26 "placeholder": "Your full name",CODE
LOWbenchmarks/samples/contact-form.c1.json41 "placeholder": "you@example.com",CODE
LOWbenchmarks/samples/contact-form.c1.json56 "placeholder": "e.g., +1 555 123 4567",CODE
LOWbenchmarks/samples/contact-form.c1.json108 "placeholder": "Select a subject...",CODE
LOWbenchmarks/samples/contact-form.c1.json122 "placeholder": "How can we help?",CODE
LOWbenchmarks/samples/settings-panel.c1.json47 "placeholder": "e.g., Alex Johnson",CODE
LOWbenchmarks/samples/settings-panel.c1.json62 "placeholder": "https://example.com/avatar.png",CODE
LOWbenchmarks/samples/e-commerce-product.c1.json202 "placeholder": "Select your size...",CODE
LOWpackages/react-email/src/library.ts387footer = EmailFooterTwoColumn("https://picsum.photos/seed/acme-icon/42/42", "Acme", "Acme Corp", "Innovation first", "12CODE
LOWpackages/react-email/src/library.ts397 "Use realistic, professional placeholder text — never use lorem ipsum.",CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx98 <ListItem icon={<User size={16} />} title="John Doe" subtitle="Software Engineer" />CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx108 <ListItem icon={<User size={16} />} title="John Doe" />CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx120 title="John Doe"CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx124 onClick={() => alert("John Doe")}CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx151 title="John Doe"CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx171 <ListItem image={{ src: "https://i.pravatar.cc/40?img=1", alt: "John" }} title="John Doe" />CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx183 title="John Doe"CODE
LOW…src/components/ListBlock/stories/ListBlock.stories.tsx186 onClick={() => alert("John Doe")}CODE
Magic Placeholder Names3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHexamples/react-email/README.md42OPENAI_API_KEY=sk-your-api-key-hereCODE
HIGHexamples/openui-chat/README.md59docker run --rm -p 3000:3000 -e OPENAI_API_KEY=your_api_key openui-chatCODE
HIGHexamples/openui-chat/README.md66docker run --rm -p 3000:3000 -e OPENAI_API_KEY=your_api_key openui-chatCODE
Modern AI Meta-Vocabulary5 hits · 13 pts
SeverityFileLineSnippetContext
MEDIUMREADME.md164│ └── openui-cli/ # CLI for scaffolding & prompt generationCODE
MEDIUMREADME.md209OpenUI ships an [Agent Skill](https://agentskills.io) so AI coding assistants (Claude Code, Codex, Cursor, Copilot, etc.CODE
MEDIUMexamples/openui-chat/src/app/api/chat/route.ts185 // Strip tool_calls (runTools re-runs the agentic loop server-side)COMMENT
MEDIUMexamples/material-ui-chat/src/app/api/chat/route.ts294 // Strip tool_calls (runTools re-runs the agentic loop server-side)COMMENT
MEDIUMexamples/shadcn-chat/src/app/api/chat/route.ts262 // Strip tool_calls (runTools re-runs the agentic loop server-side)COMMENT
Over-Commented Block10 hits · 10 pts
SeverityFileLineSnippetContext
LOWexamples/react-email/next-env.d.ts1/// <reference types="next" />COMMENT
LOWexamples/openui-react-native/backend/next-env.d.ts1/// <reference types="next" />COMMENT
LOWexamples/harnesses/vercel-eve/next-env.d.ts1/// <reference types="next" />COMMENT
LOWexamples/material-ui-chat/next-env.d.ts1/// <reference types="next" />COMMENT
LOWexamples/shadcn-chat/next-env.d.ts1/// <reference types="next" />COMMENT
LOWexamples/form-generator/next-env.d.ts1/// <reference types="next" />COMMENT
LOWpackages/react-ui/.storybook/preview.tsx61 // // // value: `production-${theme}`,COMMENT
LOWpackages/react-ui/.storybook/preview.tsx81COMMENT
LOW…onents/Charts/shared/LineInBarShape/LineInBarShape.tsx121 // - No category is being hovered (hoveredCategory is null)COMMENT
LOW…onents/Charts/shared/LineInBarShape/LineInBarShape.tsx221COMMENT
AI Slop Vocabulary4 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMdocs/public/openclaw-os/install.sh185 # the URL is the last http-shaped line. `tail -n1` is more robust thanCOMMENT
MEDIUM…les/react-email/src/components/composePage/starters.ts6 prompt: `Create a beautiful launch announcement email for OpenUI — the open standard for Generative UI. OpenUI lets CODE
MEDIUM…/src/components/Charts/PieChart/utils/PieChartUtils.ts63 const baseRadiusPercentage = 0.45; // Prefer a larger base to better utilize available widthCODE
MEDIUM…/src/components/Charts/PieChart/utils/PieChartUtils.ts84 const baseRadiusPercentage = 0.45; // Prefer a larger base to better utilize available widthCODE
Synthetic Comment Markers1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHbenchmarks/README.md34Measured with `tiktoken` (`gpt-5` model encoder). Generated by GPT-5.2 at temperature 0.CODE
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…src/components/CodeBlock/stories/CodeBlock.stories.tsx65print(greet("World"))`,CODE
Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…les/hands-on-table-chat/src/app/api/chat/tableStore.ts71 // Step 1: Expand range end-refs (e.g. B1:B5 → B1:B6 when inserting at position 5)COMMENT
LOW…les/hands-on-table-chat/src/app/api/chat/tableStore.ts95 // Step 2: Shift standalone (non-range) refs past the insert point.COMMENT
Structural Annotation Overuse2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…les/hands-on-table-chat/src/app/api/chat/tableStore.ts71 // Step 1: Expand range end-refs (e.g. B1:B5 → B1:B6 when inserting at position 5)COMMENT
LOW…les/hands-on-table-chat/src/app/api/chat/tableStore.ts95 // Step 2: Shift standalone (non-range) refs past the insert point.COMMENT