Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Revert "Update docs template (#552)" - #883

Closed
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update
Closed

Revert "Update docs template (#552)"#883
pranaygp wants to merge 1 commit into
mainfrom
revert-docs-template-update

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 9ec2158 (PR Update docs template #552)
  • Removes i18n/language selector support added in that PR
  • Moves files back from [lang] directory structure to flat structure

Note: Conflicts with #879 (sitemap.xml fix) were resolved by preserving the sitemap.xml matcher exclusion while reverting the i18n changes.

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings January 28, 2026 22:59
@vercel

vercelBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 83fe632

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production457038495
✅ 💻 Local Development418032450
✅ 📦 Local Production418032450
✅ 🐘 Local Postgres418032450
✅ 🪟 Windows450045
❌ 🌍 Community Worlds311610192
✅ 📋 Other123012135
Total19101611462217

❌ Failed Tests

🌍 Community Worlds (161 failed)

mongodb (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (41 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (40 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4104
✅ example4104
✅ express4104
✅ fastify4104
✅ hono4104
✅ nextjs-turbopack4401
✅ nextjs-webpack4401
✅ nitro4104
✅ nuxt4104
✅ sveltekit4104
✅ vite4104
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4104
✅ express-stable4104
✅ fastify-stable4104
✅ hono-stable4104
✅ nextjs-turbopack-stable4500
✅ nextjs-webpack-stable4500
✅ nitro-stable4104
✅ nuxt-stable4104
✅ sveltekit-stable4104
✅ vite-stable4104
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5400
✅ redis-dev300
❌ redis5400
✅ starter-dev300
❌ starter4410
✅ turso-dev300
❌ turso5400
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4104
✅ e2e-local-postgres-nest-stable4104
✅ e2e-local-prod-nest-stable4104

📋 View full workflow run

@github-actions

github-actionsBot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.042s (-11.9% 🟢)1.007s (~)0.965s101.00x
🐘 PostgresExpress0.285s (+0.8%)1.015s (~)0.730s106.72x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.725s (-12.8% 🟢)1.559s (-17.2% 🟢)0.835s101.00x

🔍 Observability: Express

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.118s (~)2.007s (~)0.889s101.00x
🐘 PostgresExpress2.117s (-0.7%)3.015s (~)0.898s101.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.865s (-8.3% 🟢)3.654s (-0.7%)0.789s101.00x

🔍 Observability: Express

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.836s (~)11.015s (~)0.179s51.00x
🐘 PostgresExpress20.447s (~)21.036s (~)0.589s51.89x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express23.277s (-4.7%)24.676s (-2.1%)1.399s51.00x

🔍 Observability: Express

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.005s (-2.4%)5.570s (-9.1% 🟢)0.566s61.00x
🐘 PostgresExpress28.817s (-5.1% 🟢)29.167s (-6.5% 🟢)0.350s25.76x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.409s (-10.0% 🟢)4.092s (-9.5% 🟢)0.682s81.00x

🔍 Observability: Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.160s (-2.4%)5.991s (-4.7%)0.831s61.00x
🐘 PostgresExpress34.026s (~)34.303s (+0.7%)0.277s16.59x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.057s (-10.1% 🟢)3.864s (-2.9%)0.806s81.00x

🔍 Observability: Express

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.476s (+3.7%)6.432s (+3.2%)0.956s51.00x
🐘 PostgresExpress33.561s (+3.6%)34.269s (+3.1%)0.708s16.13x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.105s (-1.5%)3.659s (-1.2%)0.553s91.00x

🔍 Observability: Express

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express5.448s (+0.6%)6.420s (+1.4%)0.972s51.00x
🐘 PostgresExpress29.285s (-9.9% 🟢)30.165s (-9.1% 🟢)0.880s15.37x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.372s (-14.6% 🟢)4.056s (-11.6% 🟢)0.684s81.00x

🔍 Observability: Express

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.184s (-1.0%)0.993s (~)0.015s (-8.7% 🟢)1.022s (~)0.839s101.00x
🐘 PostgresExpress2.232s (-3.0%)2.815s (+2.7%)0.000s (NaN%)3.017s (~)0.785s1012.15x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.991s (-7.7% 🟢)3.256s (-8.5% 🟢)0.480s (-19.7% 🟢)4.255s (-9.5% 🟢)1.264s101.00x

🔍 Observability: Express

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress8/8
🐘 PostgresExpress8/8
▲ VercelExpress8/8
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local4/8
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run


sendFeedback(url, feedback).then(() => {
setSubmitted(true);
sendFeedback(url, feedback).then((response) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .catch() handler for sendFeedback server action causes unhandled promise rejections when feedback submission fails

Fix on Vercel

isActive(item.href) && 'text-primary'
)}
>
<Link href={item.href}>{item.label}</Link>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

External links in desktop navigation menu are rendered using Next.js Link component, causing them to navigate away from the page instead of opening in a new tab.

Fix on Vercel

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reverts the docs template update introduced in #552 by removing i18n routing/support and returning the docs app to a flat (non-[lang]) route structure while preserving the sitemap matcher exclusion from #879.

Changes:

  • Remove i18n middleware/config, language selector UI, and [lang] route tree; reintroduce flat /docs, /worlds, /llms.* routes.
  • Refactor docs shell components (navbar/provider/sidebar/search/docs layout) to match the non-i18n routing model.
  • Add/restore home + worlds pages/components and supporting endpoints (RSS/LLMs/feedback/search/chat) aligned with the reverted template structure.

Reviewed changes

Copilot reviewed 70 out of 90 changed files in this pull request and generated 2 comments.

Show a summary per file
FileDescription
workbench/nest/package.jsonRemoves SWC dev dependencies as part of reverting the prior template/tooling changes.
docs/tsconfig.jsonAdjusts TS paths/includes to match the flat docs structure and .source entrypoint.
docs/source.config.tsRemoves last-modified plugin usage from the MDX source config.
docs/proxy.tsSimplifies markdown-preference rewrite behavior and keeps sitemap matcher exclusion.
docs/package.jsonRemoves translation deps/scripts and aligns versions back with pre-i18n template.
docs/next.config.tsRemoves experimental config and simplifies redirects/rewrite definitions.
docs/lib/utils.tsMinor import ordering change.
docs/lib/geistdocs/source.tsDrops i18n wiring and adds helpers for OG image + LLM text.
docs/lib/geistdocs/i18n.tsRemoves i18n configuration module.
docs/lib/geistdocs/db.tsRenames chat Dexie DB initialization to a fixed name.
docs/hooks/geistdocs/use-sidebar.tsRemoves custom sidebar state hook (moving to fumadocs sidebar context).
docs/hooks/geistdocs/use-chat.tsRemoves persisted chat-open state and uses an in-memory atom.
docs/content/guides/meta.jsonAdds guides meta for page tree organization.
docs/content/docs/getting-started/vite.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/sveltekit.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nuxt.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/nitro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/next.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/hono.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/fastify.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/express.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/astro.mdxConverts markdown image syntax to explicit <img> usage.
docs/content/docs/getting-started/meta.jsonAdds section meta for “Getting Started” ordering/defaultOpen.
docs/content/docs/getting-started/index.mdxUpdates import path to non-[lang] home components.
docs/components/geistdocs/video.tsxAdjusts wrapper class list for the video component.
docs/components/geistdocs/toc.tsxAdds TOC wrapper component that reacts to chat sidebar visibility.
docs/components/geistdocs/sidebar.tsxReplaces fumadocs sidebar components with custom Collapsible-based rendering.
docs/components/geistdocs/search.tsxRemoves basePath plumbing and adds mobile icon-only search button.
docs/components/geistdocs/provider.tsxRemoves i18n/basePath wiring and simplifies search provider injection.
docs/components/geistdocs/navbar.tsxRefactors navbar to accept links/logo children; removes [lang] routing.
docs/components/geistdocs/mobile-menu.tsxSwitches to fumadocs useSidebar() context instead of custom hook.
docs/components/geistdocs/message-metadata.tsxSmall markup simplification for “Thinking…” UI.
docs/components/geistdocs/mdx-components.tsxRemoves [lang]-aware link rewriting; uses plain anchors.
docs/components/geistdocs/language-selector.tsxRemoves language selector UI.
docs/components/geistdocs/installer.tsxRemoves configurable input width and uses default styling.
docs/components/geistdocs/home-layout.tsxSwitches home layout to use source.pageTree without i18n.
docs/components/geistdocs/github-button.tsxReads repo/owner from env vars instead of imported config.
docs/components/geistdocs/footer.tsxRemoves footer (including language selector).
docs/components/geistdocs/feedback.tsxAdds persistence + “View on GitHub” flow for feedback submissions.
docs/components/geistdocs/edit-source.tsxUpdates edit-source URL to new docs content path and env-based repo config.
docs/components/geistdocs/docs-page.tsxWraps docs page rendering with source.getPage() + metadata/static params helpers.
docs/components/geistdocs/docs-layout.tsxUpdates docs layout grid/sidebar config and uses source.pageTree.
docs/components/geistdocs/desktop-menu.tsxSwitches to next/link and adds active-link styling logic.
docs/components/geistdocs/chat.tsxRemoves basePath transport override and simplifies message rendering pipeline.
docs/app/worlds/page.tsxAdds /worlds landing page for worlds directory listing.
docs/app/worlds/layout.tsxAdds layout wrapper for /worlds routes.
docs/app/worlds/compare/page.tsxAdds /worlds/compare benchmark comparison page.
docs/app/worlds/[id]/page.tsxAdds per-world detail page with optional embedded MDX for official worlds.
docs/app/worlds/[id]/opengraph-image.tsxAdds per-world OG image generation route.
docs/app/styles/geistdocs.cssMoves most global theme setup out (now primarily contains custom layers/patches).
docs/app/rss.xml/route.tsRemoves i18n params and generates RSS for all pages with fixed language.
docs/app/llms.txt/route.tsAdds flat llms.txt route for aggregated LLM text.
docs/app/llms.mdx/[[...slug]]/route.tsRemoves i18n params and updates to flat route context.
docs/app/layout.tsxReplaces [lang] root layout with non-i18n layout and nav config.
docs/app/global.cssReintroduces fumadocs/shadcn/tw-animate imports and theme variables globally.
docs/app/docs/layout.tsxAdds flat /docs layout wrapper.
docs/app/docs/[[...slug]]/page.tsxUpdates docs page routing to non-i18n paths and new TOC component usage.
docs/app/api/search/route.tsRemoves locale-aware tokenizers and uses a single English search config.
docs/app/api/chat/utils.tsSimplifies system prompt generation and removes appended prompt constant.
docs/app/api/chat/tools.tsRemoves i18n from tooling and builds a single search index for all docs pages.
docs/app/api/chat/route.tsUpdates model/provider options and removes forced initial tool call.
docs/app/actions/feedback/index.tsReplaces external feedback endpoint with GitHub Discussions via GitHub App auth.
docs/app/actions/feedback/emotions.tsUpdates emotion names/emojis used by feedback UI.
docs/app/[lang]/worlds/layout.tsxRemoves i18n worlds layout.
docs/app/[lang]/llms.txt/route.tsRemoves i18n llms.txt route.
docs/app/[lang]/layout.tsxRemoves i18n root layout.
docs/app/[lang]/docs/layout.tsxRemoves i18n docs layout.
docs/app/[lang]/(home)/layout.tsxRemoves i18n home layout.
docs/app/(home)/page.tsxAdds non-i18n home page entrypoint.
docs/app/(home)/layout.tsxAdds non-i18n home layout wrapper.
docs/app/(home)/components/use-cases-server.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/use-cases-client.tsxAdds client-side selector with analytics tracking for use-case examples.
docs/app/(home)/components/templates/index.tsxAdds “Templates” section component for the home page.
docs/app/(home)/components/templates/flight.pngAdds template screenshot asset.
docs/app/(home)/components/run-anywhere.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/observability.tsxAdds animated observability visualization section.
docs/app/(home)/components/intro/workflow.tsxAdds “with Workflow DevKit” animated example component.
docs/app/(home)/components/intro/workflow-logs.tsxAdds animated log line component used by intro examples.
docs/app/(home)/components/intro/non-workflow.tsxAdds “without Workflow DevKit” animated example component.
docs/app/(home)/components/intro/intro.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/intro/intro-tabs.tsxAdds tab UI (with analytics) for switching intro examples.
docs/app/(home)/components/implementation.tsxUpdates import paths to non-[lang] code-block component.
docs/app/(home)/components/hero.tsxAdds new home hero section with copy-to-clipboard behavior.
docs/app/(home)/components/features.tsxAdds features grid section for home page.
docs/app/(home)/components/cta.tsxUpdates CTA markup for the home page.
docs/app/(home)/components/code-block.tsxAdds server-rendered Shiki code block component for home sections.
Comments suppressed due to low confidence (1)

docs/app/(home)/components/cta.tsx:10

  • JSX has duplicate className props on the Button (className is specified twice), which will fail TSX compilation. Combine the classes into a single className prop (and keep asChild/size as separate props).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +57 to 60
const submit = (e?: SyntheticEvent) => {
if (emotion == null) {
return;
}

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

submit returns early when emotion is null, but only calls preventDefault() at the end. When invoked via form submit/Enter key, this can trigger a real form submission (page navigation/reload). Call e.preventDefault() at the start of submit (when e is provided) before any early returns, and/or keep the submit button disabled until required fields are set.

Copilot uses AI. Check for mistakes.
Comment on lines 41 to 45
return;
}

setSubmitted(true);
setPrevious(JSON.parse(item) as Result);
}, [url]);

CopilotAIJan 28, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JSON.parse(item) can throw and/or return a non-object (e.g., legacy values like "true"), which can put previous into an unexpected shape and break later logic. Wrap parsing in try/catch and validate the parsed value before calling setPrevious.

Copilot uses AI. Check for mistakes.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pranaygp