Product Updates

Changelog

A running record of everything new, improved, and fixed in Foundaro. Updated regularly.

2026-05-19

Added

  • Customer portal — your customers now have their own account dashboard. They can log in (email/password or passwordless magic link), view order history, manage saved addresses, create wishlists, edit their profile, and control notification preferences — all from a dedicated self-service portal
  • Multi-step checkout — a guided checkout experience that walks customers through contact info, shipping, billing, payment, and order review. Supports guest checkout, saved addresses, and automatic tax calculation
  • Returns & refunds — customers can request returns directly from their order page. You control the return window, auto-approval rules, and resolution method (refund, store credit, or exchange)
  • Loyalty program — reward repeat customers with a three-tier points system (Silver, Gold, Platinum). Customers earn points on purchases and reviews, and redeem them as discounts at checkout. Fully configurable earning rates, tier thresholds, and expiry
  • B2B wholesale — order approval workflows, bulk product import, low-stock notifications, multi-tier price lists, and invoice checkout with net payment terms
  • Data rooms — secure document sharing spaces for due diligence, investor relations, and confidential file exchange
  • Link-in-bio pages — create a single-page collection of links for your social media profiles
  • Testimonials — collect and showcase customer testimonials with star ratings and attribution
  • QR codes & short links — generate QR codes and trackable short URLs for any page, product, or resource
  • Newsletter — capture email subscribers with embeddable forms, build campaigns, and track sends
  • Public comments — enable threaded comments on blog posts and news articles with built-in moderation
  • Gated content — restrict pages and posts to logged-in members or active subscribers
  • A/B testing — run experiments to compare headlines, layouts, or calls to action and see which variant performs best
  • Broken link checker — automatically scan your sites for broken internal and external links
  • SEO audit — get readability scores, keyword density analysis, and internal linking health checks for your content
  • Script injection — add tracking pixels, chat widgets, or custom scripts to any site's head or body without editing theme files
  • Image optimization — images are automatically compressed and converted to WebP at multiple sizes on upload for faster page loads
  • Status page extras — save monitor templates for quick setup, group related monitors, track SLA targets, and send webhook notifications to Slack, Discord, or any URL
  • Scheduling extras — download calendar invites (.ics), receive email reminders before appointments, and set date-specific availability overrides
  • Two-factor authentication — secure your account with an authenticator app (TOTP), email verification codes, or recovery codes
  • Editorial operations hub — a centralized dashboard showing everything that needs attention: content awaiting review, scheduled posts, unresolved comments, and new form submissions
  • Team management — invite team members, assign roles (Admin, Editor, Author, Contributor), and suspend or remove access from one screen
  • AI writing assistant — adjust tone, optimize for SEO, draft support ticket responses, suggest form questions, translate content, and generate calendar summaries with one click
  • Automated customer emails — customers automatically receive branded emails for account welcome, order confirmation, shipping updates, delivery, return approvals, refund confirmations, and subscription reminders
  • Abandoned cart recovery — automatically send up to three reminder emails when a customer leaves items in their cart, with configurable timing and an optional coupon code on the final email
  • Quoting — create professional quotes with line items, send them to clients via a branded public page, convert accepted quotes to invoices, and set automatic expiry

Improved

  • Analytics — choose your time range (7, 30, 90, or 365 days), see traffic trends over time with period-over-period comparison, explore visitor sessions step by step, build custom conversion funnels, track campaign performance via UTM parameters, see device and country breakdowns, monitor live visitors, and export data as CSV
  • Per-site analytics — the site detail page now shows visitor sessions, entry and exit pages, device breakdown, and geographic data alongside traffic charts
  • Theme health — the themes list now flags themes with template errors so you can fix them before they affect your site
  • Audit log — click any entry to see exactly which fields changed and their new values
  • Store settings — new Customer Accounts section with toggles for account registration, magic link login, guest checkout, and email verification

Fixed

  • Resolved an issue that could cause pages to fail to load after adding multiple stores to a site

2026-05-16

Added

  • Stripe Connect — merchants connect their own Stripe account via OAuth. Payments go directly to the merchant with a 2% platform fee
  • B2B customer groups — named pricing tiers with discount percentages and per-variant group pricing
  • B2B quotes — quote request workflow with line items, status tracking, and expiry
  • B2B customer approval — require admin approval before new customers can place orders
  • Spokes plan limits — feature gating by subscription plan across sites, stores, media, status pages, monitors, and webhooks
  • reCAPTCHA v3 — spam protection for public form submissions
  • Abandoned cart recovery — hourly cron sends reminder emails to customers who left items in their cart

Improved

  • Webhook events — added content.updated, content.unpublished, content.deleted, and form.submitted alongside existing content.published
  • Homepage — restructured as Hub + Spokes dual-pillar layout with equal feature coverage
  • Navbar — Hub and Spokes dropdown menus replacing flat feature links

Renamed

  • Foundaro Front → Foundaro Spokes across all public-facing content and documentation

2026-05-14

Added

  • Media drag-and-drop — drag files from the grid onto folders in the sidebar to move them. Drag folders onto other folders to reorganize the hierarchy. Drag files from your desktop directly onto a folder to upload into it
  • Nested media folders — the folder sidebar now displays a collapsible tree with indentation. Create subfolders under any existing folder
  • Automatic www domain companion — adding a root domain (e.g. example.com) automatically adds www.example.com alongside it with the same verification token, and vice versa. Verifying one auto-verifies the other
  • SSL status refresh — click the refresh icon next to an "SSL Pending" badge to trigger an immediate certificate check instead of waiting for the hourly cron
  • Apex domain A record instructions — the domain setup UI now detects root/apex domains and shows A record instructions with the server IP, since CNAME is not allowed on apex domains

Fixed

  • Theme tracking config not saving — tracking IDs (Google Analytics, GTM, Clarity, etc.) were silently dropped by overly strict regex validation. Replaced with permissive alphanumeric validation that accepts all standard ID formats including Universal Analytics (UA-XXXXXXX-X). Invalid characters now return a clear error instead of being silently removed
  • Media upload some files — the upload endpoint expected fileType and fileName form fields that the frontend never sent. Now extracts MIME type and filename from the multipart metadata, with extension-based fallback for ambiguous types like application/octet-stream
  • CSP blocking tracking scripts — added nonce="{{ cspNonce }}" to 29 inline and external <script> tags across all Twig templates (front themes, public pages, consent banner, form embeds). Security-critical partials (tracking-head.twig, consent-banner.twig) are now force-synced to org upload directories on deploy
  • SSL status stuck at Pending — replaced broken Caddy admin API certificate check with direct TLS handshake verification. SSL status now updates immediately after domain verification instead of waiting for the hourly cron

Improved

  • Domain config from server — CNAME target and server IP are loaded from environment variables instead of hardcoded in the UI
  • Caddy gzip — enabled gzip compression on all Caddy routes (app, front, API, custom domains)

2026-05-12

Added

  • Multi-store per site — a single Front site can now host multiple stores. Each store is independently managed with its own products, categories, orders, and settings. Use the new Stores list page to create and switch between stores
  • Store slugs — every store has a unique URL-friendly slug (e.g. wholesale). Storefront URLs now follow the pattern /site/:siteSlug/shop/:storeSlug/.... Legacy /shop/ paths continue to work and resolve to the site's primary store
  • Store picker page — when a site has more than one store, visiting /site/:siteSlug/shop shows a branded store picker page so customers can choose which storefront to browse
  • B2B wholesale store type — set a store's type to B2B to unlock wholesale-specific settings:
    • Minimum order amount — enforce a cart minimum before checkout is allowed
    • Net payment terms — select Net 15, 30, 45, or 60 to display payment terms at checkout
    • Quote requests — let customers submit a quote request instead of (or alongside) direct checkout
    • Account-based pricing — hide public prices and require login or a manually assigned account price list
  • Vanilla JS storefront cart — replaced Alpine.js with a self-contained vanilla JS IIFE (shop-cart.js). Resolves a CSP unsafe-eval violation. The public API is unchanged (window._shopCart); all cart interactions use data-action event delegation

Improved

  • Theme editor — refresh button reloads the preview pane without a full save; built-in files toggle hides unmodified theme files; custom overrides are marked with a visual indicator; asset fallback now serves from the base theme when a custom file has not been created

2026-05-08

Added

  • Publish webhooks — configure webhook endpoints to receive a POST when any content type is published. Set per-org from Front Settings > Webhooks. Payload includes entity type, id, title, slug, and publishedAt
  • Email notifications for editorial workflow — editors and admins now receive email when content is submitted for review or approved. Configurable per user
  • Password protection for sites — add an optional password gate to any site. Visitors must enter the password to access any page. Ideal for staging environments and client previews
  • Custom robots.txt, humans.txt, and agents.txt — override the default crawler directives per site from the SEO tab in site settings. Foundaro serves sensible defaults when no override is set
  • SEO controls and redirect diagnostics — new SEO tab in site settings surfaces redirect chains, loops, and orphaned redirects. Includes canonical URL and noindex/nofollow defaults per site
  • Menu icons, images, and badge labels — menu items now support an icon (Lucide icon name), an image URL, and a badge label (e.g. "New", "Beta"). Referenced in Twig via item.icon, item.image, item.badge

Improved

  • Headless API — added missing endpoints (single-item fetch for all content types, related content), fixed includePast filter for events, wired API key authentication guard on all /api/v1/front routes
  • Custom fields UI — custom field values are now editable in the content editor's Fields tab; threaded comment replies now render inline with indent
  • Kanban performance — replaced per-column method calls with computed signals (single-pass grouping)

2026-05-01

Added

  • Theme import/export — export complete themes as ZIP (config + all template files and assets), import on any org
  • Site cloning — one-click clone of a site with all content, menus, theme, and redirects
  • Content duplication — duplicate button on all content types (pages, blogs, posts, news, events)
  • Content import/export — JSON and CSV export/import for all content types with site assignment mapping
  • Redirect CSV import — bulk import redirects from CSV
  • 404 error tracking — automatic logging of 404 hits with dashboard and create-redirect-from-404 flow
  • Draft autosave — automatic draft saving with revision comparison
  • Open Graph and structured data — og:image, og:type, Twitter Cards, and JSON-LD (Article, Event, Organization) on all public pages
  • Custom fields — define custom fields per content type (text, number, date, boolean, select, color, media, URL) from Front Settings > Custom Fields. Values stored as JSON, accessible in templates via {{ page.customFields.fieldName }}
  • Threaded comments with @mentions — comments now support replies (nested threads), inline editing, soft delete, and @mention extraction
  • Full-text search — Postgres tsvector with weighted ranking (title > slug/excerpt > content > meta), GIN indexes, prefix matching, content type filtering, HTML stripping
  • Cookie consent banner — configurable per-site banner that blocks tracking scripts (GA, GTM, Clarity, Meta Pixel, LinkedIn) until visitor accepts. Customizable message, buttons, and privacy link
  • Site traffic analytics — real-time pageview tracking with daily trends, top pages, top referrers. Privacy-friendly (server-side, no cookies)

Improved

  • Database batch operations — projects and relationships batch operations now use updateMany or $transaction
  • Audit logging — failures now logged instead of silently swallowed
  • Theme file indicator — "new" badge only appears on files not found in any built-in theme

2026-04-24

Added

  • Headless CMS API — new versioned API at /api/v1/front with paginated endpoints for all content types, cross-type search, and full Swagger documentation
  • API key management — create, revoke, and manage API keys for headless API consumers
  • Starter kits — themes can now bundle sample content (pages, blogs, news, events, navigation) for instant site setup
  • VS Code-style theme file manager — full file tree with folders, all file types (twig, css, js, images, fonts), right-click context menus, rename, create, delete
  • Visual theme customization — color pickers, font selector, spacing sliders, and live preview panel for CSS variables
  • Image optimization — automatic WebP variant generation at 4 sizes (200/400/800/1200px) on upload with dimensions stored
  • Site backup and restore — full site export as ZIP (content, media, theme, menus, redirects) with import to create new sites

Improved

  • Theme creation — base theme selector lets you start from empty, default, or any existing theme
  • File validation — validate button works for all text files (twig paired-tag check, JSON parse, CSS/JS brace balance, HTML tag matching)
  • Multipart uploads — all file uploads migrated from base64 JSON to multipart/form-data (~33% smaller payloads)

2026-04-17

Added

  • CRM (lite) completion — duplicate detection, merge UI, meeting follow-ups, source breakdown
  • Forms platform — respondent tracking, proof form builder
  • CSV import/export for contacts
  • Cross-module automation templates
  • Reports alerts dashboard with filters and resolve-with-note flow
  • Landing page builder

Improved

  • Organization members and role-based access control improvements
  • Notifications now enforce user preferences on all paths
  • Replaced silent errors with user-visible feedback
  • Updated public marketing content for new features
  • Discovery community detail — profile, sharing, collaboration interest, feedback capture

2026-04-10

Added

  • Partnerships module with deal pipeline, partner accounts, and co-marketing planning.
  • Brand module for managing brand identity, voice guidelines, and asset libraries.
  • Community discovery page showing publicly listed projects with signal rankings.
  • Public explore page with filtering by stage, tag, and sort order.
  • Monthly AI document quota system with plan-based limits and live usage tracking.
  • Threaded comments now visible on public project snapshots.

Improved

  • Project navigation now fully reactive when switching between projects from the sidebar.
  • Document generation gives per-document progress feedback during batch runs.
  • Seed data updated with richer demo workspaces, realistic deal records, and cross-user comments.
  • Sitemap extended to cover all active public routes.

2026-03-23

Added

  • Enhanced Workspace Management with automated pipeline metrics and improved stage tracking.
  • Global Public Discoveryed for project milestones and community updates.
  • Real-time notification system for project activities and collaborations.

Improved

  • Significantly faster AI generation for Startup Blueprint documents.
  • Optimized application performance with improved resource management and reduced background load.
  • Hardened platform security and data privacy across all modules.

2026-03-12

Added

  • Public framework docs for Clarity, Proof, Construction, Stability, and Expansion with left-side navigation and deeper phase guidance.
  • Archived Projects help panel inside the Development module.

Improved

  • Expanded framework docs content with clearer field explanations, practical tips, and phase-specific guidance.
  • Moved archived project routing fully into the Development module so archived pages keep the correct shell and navigation state.
  • Added clearer empty-state guidance to Financial Projections when no finance inputs have been entered.
  • Refined public docs presentation to match the simpler support-page reading style.

2026-03-06

Added

  • New 5-stage project framework: Clarity, Proof, Construction, Stability, Expansion.
  • Dedicated feature pages for AI Discovery, Kanban Board, and Framework methodology.
  • Automated operational document packs for Launch, People, and Continuity modules.
  • Sitemap generation and search engine indexing optimizations.
  • Founder-led content persona across all public-facing pages and blog posts.

Improved

  • Global theme refresh with teal primary palette and improved typography.
  • Enhanced sidebar navigation with project-level sub-menus and module switcher.
  • Reorganized project sub-pages for better execution flow.

2026-02-22

Added

  • Svelte 5 migration with Runes for improved reactivity and performance.
  • AI-powered Startup Blueprint and MVP Roadmap generation.
  • Threaded project comments with multi-level replies and member mentions.
  • Stripe subscription integration with tiered access for paid plans.
  • Project file uploads
  • Multi-language support expanded to FR, DE, RU, and ZH-CN.

Improved

  • Responsive mobile navigation with slide-out sidebars and stacked Kanban views.
  • Enhanced competitor tracker with AI-assisted comparative analysis.
  • Advanced Kanban controls including batch operations and customizable columns.

2026-01-15

Added

  • Initial Public Beta release.
  • Context-aware business discovery engine using Gemini 2.0.
  • Real-time Kanban board for solopreneur idea management.
  • User profile system with portfolio hosting capabilities.
  • Public feedback snapshots with community voting and ranking.
  • Basic i18n support for English, Spanish, and Traditional Chinese.

Want these updates in your inbox?

Create a free account and we'll notify you when something new ships.

Get started