The Simplero Changelog: Here's what we've been up to...

Fix
·
Page builder
·
today
Redo brings a section back onto the page, not just into the node tree

Undoing the first section on a page and then redoing it put the section back in the node tree, but the canvas stayed empty — Redo looked like it hadn't done anything, and the section only reappeared after a reload.

Redo now puts the section back on the canvas where it belongs, so what you see on the page matches the node tree and the version history.

Try i…

Simplification
·
Ai coach
·
today
Jump straight into the only conversation for a source

On Simplero Coach, when a source has been used in exactly one conversation, the small count badge (and Conversations in the source menu) now opens that chat directly instead of a one-item list.

If a source has been used in several conversations, the badge still opens the full filtered list so you can pick which chat to open.

Simplification
·
Admin ui
·
today
Payment method on invoices is cleaner

The Pmt method column on Invoices now shows the card brand icon next to a short last-four like x1234, and stays on one line so the table is easier to scan.

Open Invoices → pick a paid period that has charges, and look at the Pmt method column.

In admin

Invoices table with card icon and x4242 in the Pmt method column — admin

Improvement
·
Broadcasts
·
today
See which media files are used in a mailing from the sidebar

When a broadcast, newsletter, or library email uses media library files (images, video, audio, PDFs, and so on), those files now show up in a Media files section on the summary sidebar — each as a clickable object so you can open them quickly.

Open any broadcast (or library email) that embeds media from your library and look at the right-hand sidebar.

Feature
·
Admin ui
·
today
Tell us when something in admin is frustrating you

See something confusing or broken while you're working in admin? Hover over the support bubble in the bottom-right corner and click the 💡 button above it. A small panel opens right there — tap to talk or type a quick note about what's going wrong on that screen, then send it. We log it with a screenshot and the last few pages you'd been on so our product team can look into it directly.

Fix
·
Broadcasts
·
today
Temporary email delivery failures no longer count as spam reports

We fixed a bug where some temporary delivery problems from email providers (timeouts and similar provider-side rejections) were incorrectly counted as spam reports and could automatically unsubscribe people from your list.

Real spam reports still come only when a recipient marks your email as spam. Temporary failures are treated as soft bounces again, so your spam-report counts stay accurate and contacts are not removed by mistake.

Fix
·
Ai coach
·
today
Numbered lists in Simplero Coach sit tighter again

When you type a numbered list in the Coach message box, the numbers and text were pushed way too far to the right. List indent is back to a normal, readable amount.

Try it in Simplero Coach — start a numbered list in the message box and the items should line up cleanly with the rest of your message.

Fix
·
Page builder
·
today
Videos on pages no longer overlap whatever comes after them

When a video sat in a vertical stack on a page, the page didn't reserve the right amount of room for it. The video played at full size, but everything below it — a heading, an audio player, the next block — was positioned as if the video were only a sliver tall, so it ended up printed on top of the video instead of underneath it.

Videos in stacks now take u…

Fix
·
Ai chat
·
today
Switching AI model for Simplero tools no longer opens multi-model tabs

When your current model can’t use Simplero tools and you click Switch to … to continue, we now re-run the answer on that model alone. You stay in a single reply — no Summary / multi-model tabs.

Choosing another model from the menu under an answer still opens multi-model comparison, so you can compare when you want to.

Try it in AI Chat.

Fix
·
Sites
·
today
Scheduled forum posts show at the top of the feed when they go live

When you schedule a forum post for later, it now appears at the top of the member feed as soon as it publishes — instead of sitting in the middle sorted by the day you first wrote the draft.

Schedule a post from your site forum (Forum → posts), and after it goes live, check the feed sorted by Newest activity.

Fix
·
Page builder
·
today
Duplicating a page keeps on-page links working

When you duplicated a page builder page (or created a split-test variant from an existing page), links that jumped to another element on the same page — like a survey, section, or form — still pointed at the original page. Those links looked broken on the copy.

Duplicating now remaps those on-page links to the matching elements on the new page, so they keep…

Feature
·
Bots
·
today
Qwen3.8 Max in your AI chat

Alibaba's Qwen3.8 Max is now available in the model selector — a flagship multimodal model with a 1M-token context window, great for complex reasoning, coding, and long-horizon agentic work. Look for Qwen3.8 Max under Other in the Qwen group.

Try it in AI Chat or open any bot and pick Qwen3.8 Max from the model list.

Fix
·
Page builder
·
today
Renaming a page in the page builder no longer shows an error

When you rename a page from the pencil icon in the page builder breadcrumb, the name saves cleanly without a confusing error alert.

Open any page in the page builder, click the pencil next to the page name, rename it, and save — no error popup.

Fix
·
Products
·
today
Auto-response emails now show what customers picked on your order form

If you added a custom field to a product's order form — like a dropdown asking "Which color do you want?" — and used it in a product auto-response email, the email used to show a blank instead of what your customer actually picked at checkout. Auto-response emails now show their real answer.

Nothing to set up — it works automatically on your existing auto-r…

Fix
·
Page builder
·
today
Sticky column setting turns off correctly on Mobile and Tablet again

A column's Sticky setting — which pins it in place while the rest of the row scrolls past — can be turned on or off separately for Desktop, Tablet, and Mobile. If it was on for Desktop, turning it off for Tablet or Mobile didn't actually take effect: the column stayed pinned there too, with the rest of the row scrolling right over it. That's fixed — Sticky n…

Fix
·
Site groups
·
today
Group member counts and the Members tab no longer disappear

Your groups list could sometimes show 0 members, and the Members tab could disappear from a group's page even with Show Members tab turned on — even though the group had real, active members. Both relied on a temporary cached number that could go stale without falling back to the real count.

Both now always reflect the group's real member count, so your gro…

Feature
·
yesterday
Search across most API list endpoints

Most /api/v2 list endpoints now accept a q parameter that searches records the same way the search box in admin does — no more pulling every page and filtering client-side.

GET /api/v2/products?q=coaching finds products matching "coaching", GET /api/v2/customers?q=maya@example.com finds a contact by email, and so on for tags, courses, deals, tickets, and most other list endpoints. Combine it with any other filter the endpoint already supports, e.g. ?q=coaching&active=true.

Check /api/v2/docs for the full list of searchable endpoints and their fields.

Improvement
·
Ai chat
·
yesterday
AI chats are faster out of the box

Chats now run on DeepSeek V4 Flash by default — faster and cheaper, so answers come back quicker and your AI credits stretch a lot further. If you've already picked a model, your choice sticks.

Check it under Model on any of your Bots.

Feature
·
Broadcasts
·
yesterday
Read your broadcasts — content and results — through the API

You can now pull your broadcasts through the API, including the thing the old endpoint never gave you: the email itself.

GET /api/v2/broadcasts lists them and GET /api/v2/broadcasts/{id} returns a single one. Both include the full HTML body, the subject and preheader (plus the B versions on a split test), sender and reply-to, and the recipient segment it we…

Fix
·
Forum
·
yesterday
Post button no longer disappears in the forum on some phones

On narrower phones with a larger system font size or browser zoom turned on, the Post button when writing or replying to a forum post could get pushed off the edge of the screen with no way to tap it. The button now wraps to its own line when it doesn't fit, so Post always stays visible and tappable.