Changelog· Page 2

The latest updates, improvements, and fixes to Your Next Store. Subscribe via RSS.

· v1.239

Automatic deployment error fixing

When a deployment fails, AI Builder reads the build logs, identifies the error, and proposes a fix in the chat. Low-risk fixes — type errors, missing imports, lockfile mismatches — are applied and redeployed automatically; anything ambiguous waits for your approval.

Fixes1
  • [editor]z-index for bubble menu
· v1.238

Plan mode and conversation sharing in AI Builder

Plan mode

Ask AI Builder to draft an implementation plan before writing any code. Review and approve the plan upfront; toggle plan mode from the Builder chat or with Shift+Tab.

Conversation sharing

Share an AI Builder conversation via link — the full transcript, the generated code, and the resulting preview. Useful for asking for feedback or handing off work mid-session.

Also shipped

  • Stream reconnection on page refresh — conversations resume with catch-up replay after a browser reload instead of starting over
  • Pull-before-push on git operations — Builder pulls the latest remote state before pushing, avoiding conflicts on parallel edits
  • Toasts around commits — commit start, success, and failure now surface as toasts in the Builder UI
  • Message persistence endpoint — durable API for saving AI Builder conversation messages, powering share links and stream reconnection
Fixes6
  • [invoices]Fakturownia shipping price
  • [ai-builder]lower sandbox timeout to 5 minutes
  • [ai-builder]plan mode button sizing in chat toolbar
  • [ai-builder]uncheck element selector after sending a message
  • [ai-builder]use store URL for preview
  • [ai-builder]deployment link
· v1.237

Deployment flow improvements

The store deployment flow is more flexible, with extended gating logic to support additional deploy scenarios. Cloning and onboarding also get more robust — image downloads handle failures gracefully, and onboarding falls back to a default generated store when the source site can't be scraped.

Fixes3
  • [cloning]image downloads in site cloning
  • [onboarding]fallback to default store generation when scraping is unavailable
  • [ai-builder]append to Claude system prompt
· v1.236

Internationalization, Shippo addon and Command Hub

Internationalization

YNS now ships with multi-currency and translations. Stores can configure additional currencies alongside the base, with per-currency prices, automatic conversion rates, and a checkout flow that handles currency switching end to end. Every content surface — products, categories, collections, reviews, blog posts — is translatable inline, with AI-generated translations available as a tool you can invoke and per-entity override.

Shippo addon

Connect a Shippo account to YNS and get live rates at checkout, label generation from the order page, and automatic tracking-number sync.

Command Hub

A new unified workspace for AI-powered operations — media generation, product operations, and batch edits. Image Studio (AI-powered product media) lands as the first tool inside Command Hub, with more to follow.

Also shipped

  • Volume-based pricing — configure tiered pricing per product, with per-variant overrides; applies through the cart flow and surfaces on the product page
  • AI-driven store insights — the store agent surfaces actionable insights about the store (mentioned to the agent via createInsight)
  • Drag-and-drop images into AI Builder — drop images straight into the chat as context
  • Image/video generation via xAI Grok Imagine — switched from Fal.ai to xAI's Grok Imagine under the hood
  • OpenAPI spec + YNS code-mode MCP — full openapi.json spec exposed, and an MCP server that lets the AI Builder call YNS API endpoints in code mode
  • AI Builder skills — the Builder agent can now load and use skills for specialized tasks
  • Store address validation — address fields validate against the Google Maps API
  • Notes on invoices — add free-form notes to any invoice
  • Product reviews APIGET and POST endpoints for product reviews
  • NPS popup — in-app NPS prompt wired through the PostHog API
  • Titles on every admin page — every admin route now has a proper page title
  • Refined admin chat workspace — expanded and tidied the chat sidebar and page layout
  • Clarifying questions for unclear prompts — the Builder asks follow-up questions when a prompt is ambiguous
  • Tool-use rendering improvements — cleaner tool call visualization, static tool components swapped for JSON rendering
Fixes19
  • [checkout]align shipping and pricing with tax behavior
  • [cart]bundle shows $0 in cart when a constituent product is also a line item
  • [cart]apply coupon button
  • [multi-currency]filtering enabled currencies
  • [translations]count
  • [translations]hide translations in the sidebar
  • [invoices]server-side PDF generation with branding
  • [ai-builder]websocket streaming losing messages
  • [ai-builder]remove false positives from protected files in the sandbox
  • [ai-builder]verify project existence on Vercel before creating it
  • [admin]empty state component and missing title in settings
  • [admin]overflow in product edit form
  • [admin]sidebar opening on desktops
  • [admin]header height
  • [admin]popup offset
  • [admin]landing page loading
  • [products]incorrect attributes shape
  • [prompt]allow "none" when no template matches store description
  • [hub]replace img elements with next/image in Media Studio
· v1.235

Redesigned customer panel and new commerce APIs

Redesigned customer panel

Full design and responsiveness cleanup of the customer-facing account panel — orders, subscriptions, addresses, loyalty — all readable on mobile without reflow jank.

Commerce API expansion

Three new REST endpoints land this release: AI image generation, image upload to the media library, and bulk product creation. These power upcoming admin UIs (Image Studio, bulk product entry) and are available for external integrations today.

Also shipped

  • Responsive AI Builder UI — Builder interface redesigned to work cleanly on mobile and smaller screens
  • Product count per category — category listings surface how many products each one contains
  • Loops SDK integration — new users are auto-subscribed to the store mailing list via Loops
  • Local product import script — import products from a directory structure as a one-shot script
Fixes5
  • [checkout]coupons clearing the address
  • [checkout]shipping price in order emails when free shipping threshold met
  • [admin]mobile responsiveness on /create page
  • [admin]speed up product edit screen
  • [ai-builder]missing type declarations for react-syntax-highlighter deep imports
· v1.234

Vercel Sandbox credential brokering

AI Builder routes third-party API calls (Anthropic, FAL, and others) through Vercel Sandbox credential brokering, so raw keys never reach the sandbox environment — only short-lived tokens do.

Also shipped

  • End-to-end testing foundation — first Cypress test lands in CI, exercising the checkout flow against a disposable store and setting up broader browser-level coverage
Fixes5
  • [security]minimize the risk of leaking Anthropic API key
  • [security]minimize the risk of leaking FAL API key
  • [security]shipping update vulnerability
  • [auth]rewrite auth email URLs to use the store's custom domain
  • [ai-builder]use SSH deploy key for git push instead of PAT credential brokering
· v1.233

Product videos, AI video generation and website-scraped store setup

Product videos

Attach videos to product pages alongside images. Upload limits are raised to accommodate longer clips, and the player inherits the theme's aesthetic.

AI video generation for products

Generate short product videos from an image or description. Outputs land in the media library ready to attach to products or use in banners — a natural pair with the new product video support.

Website-scraped store setup

Kickstart a new store by pointing YNS at an existing website. The AI Builder scrapes products, copy, and imagery, then assembles a first-pass store you can refine.

Also shipped

  • Simplified admin tabs — Manage and Design tabs redesigned to match the preview toolbar for a more consistent admin shell
Fixes14
  • [checkout]pass billing address to Stripe confirm for BLIK and P24
  • [checkout]stabilize Stripe confirm flow for BLIK payments
  • [checkout]address saving bug
  • [checkout]confirmation flow
  • [checkout]scroll problems across fields
  • [emails]send order confirmation emails sequentially to avoid Resend rate limits
  • [email-domain]emailDomainVerified column and domain actions
  • [auth]temporarily disable email verification
  • [auth]baseUrl configuration
  • [admin]enforce minimum page number in admin schemas
  • [admin]hydration mismatch in header PreviewLink
  • [admin]perceived speed up when switching stores
  • [security]harden sandboxes
  • [ui]tooltips
· v1.232

Command hub

A single keyboard-driven command palette spans the admin — products, orders, settings, store switcher, recent items — so navigation is one shortcut away from anywhere. The redesigned hub uses a table-based tab layout and Linear-style task statuses.

Also shipped

  • AskUserQuestion in superadmin showcase — the structured-question component (shipped to chat in v1.231) is now surfaced in the superadmin components showcase for reference
  • File tree browser improvements — faster, cleaner file tree in AI Builder
  • Preview toolbar redesign — refreshed icons and layout for the preview toolbar
  • Capitalized store names in admin header — small polish on the admin shell
Fixes1
  • [checkout]skip comparing translations when updating checkout state
· v1.231

Plan AI credits management and AskUserQuestion in chat

Plan AI credits management

Manage AI credits per plan — monthly allotment, rollover rules, overage pricing. Credits show up in the billing page with a live balance and recent-usage breakdown.

AskUserQuestion in chat

The chatbot can pause mid-task to ask the merchant a structured question with preset options, rather than parsing free-form replies. Cleaner dialogue for multi-step flows.

· v1.230

File explorer in AI Builder and SEO competitor audits

File explorer in AI Builder

AI Builder gets a file explorer and terminal view alongside the chat, with tabbed command logging in the terminal. Inspect the generated codebase, run commands, and debug without leaving the Builder.

SEO competitor audits

Pick a competitor domain and get an audit of their on-page SEO — titles, meta, headings, schema. YNS highlights gaps where your store could catch up.

Also shipped

  • Refined chat UI — assistant chat and product cards cleaned up in the admin chat
Fixes4
  • [ai-builder]file API auth and terminal bash tracking
  • [ai-builder]file explorer placeholder text clarity
  • [checkout]checkout performance improvements
  • [billing]remove trial