Subscriptions and plans
Pick your plan and upgrade your subscription right from the panel.
New
- Subscriptions: new page to view, compare and switch between Free, Pro and Premium plans.
- Billing: card payment, invoices and automatic renewal.
- Promotions: promo codes and limited-time offers applied automatically at signup.
- Subscriptions: plan change with prorated price adjustment.
- Workspace: new Transactions tab to review payments and issue refunds.
- Workspace: new Deletion tab to permanently erase a workspace and all its data after confirmation.
- Site builder: utility style classes supported in pages and components.
- Site builder: option to configure a site's favicon.
- Site builder: new advanced mode to insert interactive and animated components into pages and reusable components.
- Site builder: AI panel to modify an existing component while preserving its original format.
- Site builder: a page or component can now read URL parameters and query the site's tables and blog server-side, just before render, to produce HTML already filled with the right data.
- Site builder: a page's server-side function can now read the visitor's cookies and headers, redirect elsewhere, set response cookies or headers, and call an external API.
- Site builder: a page's server-side function can now identify the signed-in visitor, create, edit and delete rows in tables, and manage visitor accounts (search, create, adjust roles, block, delete).
- Site builder: "Load data" button to generate a component from a chosen source, also available while editing a component.
- Site builder: visual editing in the preview — double-click any text to edit it in place, click any image to replace it (URL or upload).
- Site builder: clicking a component in the preview goes straight to its editor.
- Site builder: og:image field in each page's SEO settings (external URL or upload) for social-media share previews.
- Site builder: new "Auth" panel to enable visitor authentication (signup, login), with email/password or Google.
- Site builder: "Generate auth pages" button that produces login, signup and account pages matching the site's style.
- Site builder: "Authentication required" option in a page's SEO settings to restrict its content to signed-in visitors.
- Site builder: option to require one or more specific roles to access a page.
- Site builder: auto-translate supports all page and component formats without touching the code.
- Terms of use: new public page linked from the onboarding form, whose acceptance is required to create a workspace.
- Onboarding: a new account can create its first workspace directly from the welcome page after signup.
- Onboarding: the "Generate website" button runs the AI generation with a loading state and offers a link to the site builder once it's done.
- Automations: the email-send step accepts a custom subject that overrides the template's, with variable interpolation.
- Site builder: pages in advanced mode can load data from a table or the blog and read URL parameters before rendering, via a server-side `loader` function.
- Library: install ready-to-use templates (website, tables, automations) in one click to get your workspace started fast.
- Site builder: "New visitor" button in the visitors list to create an account (email, optional password, name, roles) right from the panel, without waiting for a public signup.
- Site builder: "Default roles" field in the auth settings to automatically grant roles to new signups (email/password and Google).
- AI Assistant: the floating chat centralizes every AI generation — websites, tables, automations, emails and analytics — and shows each step live (thinking, planning, generating, saving).
- AI Assistant: targeted edit of an existing page — the AI rewrites only the targeted section instead of regenerating the whole page, for faster and more precise changes.
- AI Assistant — site builder: new data-bound block tied to a table or the blog, generated as a reusable JSX component and inserted into the chosen page.
- Automations: the "Automation runs" table is available in the database to view, edit and delete the execution history.
- Site builder: per-language SEO — each page's title, meta description and URL slug are set independently per language (e.g. /fr/notre-histoire and /en/our-story).
- Site builder: per-page JSON-LD (structured data), specific to each language, added to the published site's head.
- Site builder: components can be organised in folders and subfolders using a `folder/subfolder/component` name, and imported from pages with @components/folder/component.
- Site builder: "Rename / move" button on each component to rename it or move it into a folder; imports and markers across pages and components that reference it are updated automatically.
- Site builder: configurable per-site password policy (minimum length, uppercase, lowercase, number and symbol requirements).
- Site builder: "Sign out all sessions" button on each visitor to force them to sign in again without touching their account.
- Passwords: add a 2FA code to an entry and reveal the one-time code on demand, with a shrinking circular timer.
- Passwords: upload a 2FA setup screenshot to automatically extract its key and pre-fill the form.
- Passwords: add custom fields to an entry (text, password, URL, email, phone, multi-line, JSON, file or image).
- Passwords: new Chrome extension to autofill your credentials, copy 2FA codes and manage your vault from the browser.
Improvements
- Workspace: option to assign a plan, adjustments (mailboxes, automations, storage) and a trial period.
- Storage: capacity automatically follows the chosen plan.
- Sidebar: modules outside the current plan stay visible with a lock and invite an upgrade.
- Subscriptions: "+ Add" buttons show usage and invite to upgrade when the limit is reached.
- Site builder: AI generation can produce a page or an entire site as modern components.
- Site builder: AI generation uses the full rendered page and existing components to match the palette, typography and the style of buttons, cards and inputs.
- Site builder: generating or modifying a page can create or update reusable components on the fly, favouring the extraction of shared blocks (header, footer, hero).
- Site builder: the editor preview now shows real records from tables (reviews, products, etc.) instead of an empty page, matching the published site.
- Site builder: "Load data" saves your work immediately after inserting the block and adapts to the active page's format.
- Site builder: Visual is the default view for pages and components; Code view is still one click away.
- Site builder: in-flight AI generations are resumed when the editor loads, with a progress indicator visible from any page of the site.
- Onboarding: workspace creation asks for a primary contact and automatically links the creator.
- Accounts: "Active" toggle on the user record to enable or disable an account.
- Email: DKIM key generation lists the workspace's verified domains and pre-selects one.
- Authentication: error messages translated to French and English, verification email when an account is created, and a reset link sent when the password is forgotten.
- Sign-in: the Innov Agence logo is displayed on the authentication pages.
- Passwords: stronger policy with a live checklist of requirements while typing.
- Site builder: visual refresh of the sites list and editor to match the panel's interface style (buttons, fields, modals, selectors and toggles).
- Site builder: published sites load significantly faster, especially pages with interactive components or a data loader.
- Site builder: images load only when they approach the viewport, and linked pages are prefetched as soon as a link enters the visible area for near-instant navigation.
- Site builder: navigation between prefetched pages is served from the browser cache with no extra request on click, and images in interactive pages stay deferred after their initial render.
- Site builder: multi-page AI generation, component modification and data insertion now know about server-side logic — the AI can add or preserve a data load, a signed-in visitor check or a redirect.
- AI Assistant: parallel website generation — pages are produced simultaneously and saved in one shot, cutting wait times significantly.
- AI Assistant: one message equals one token, regardless of request complexity (multi-page site, automation, etc.).
- AI Assistant: the chat automatically knows about existing sites, tables, automations and templates in the workspace and uses them to answer.
- Modules: the "Generate with AI" buttons in automations, tables, site builder, marketing and analytics now open the global chat with the current page's context.
- AI Assistant: the chat automatically knows the admin page you're on (active site and page, automation, table, template) — no need to repeat ids in each message.
- AI Assistant — site builder: new sites and pages are generated as JSX by default (modern React, interactions, animations, server-side data loading); static HTML remains available on request.
- AI Assistant — site builder: modifications to an existing JSX page regenerate only the JSX source then recompile — no falling back to HTML.
- AI Assistant — translation: page or whole-site translation auto-detects HTML vs JSX and routes the source through the correct pipeline (HTML tokens or JSX recompilation).
- Automations: the dedicated AI chat panel inside the editor was removed; the editor opens the global chat directly with the current automation as context.
- AI Assistant — site builder: sites and pages generated by the chat are always JSX (modern React, interactive); the static HTML mode was removed from the assistant.
- AI Assistant: changes made by the chat (site, page, table, automation, email template) appear in real-time in the open editor — no page refresh needed.
- Site builder: new pages are created as JSX by default, and the editor opens in JSX mode on arrival — the HTML mode, which is being retired, only remains via the restricted toggle button.
- AI Assistant: the model used for each task type (orchestration, generation, modification) can be picked independently in multi-tenant settings.
- Database: filters on date, time and datetime fields use a native picker and a new "Between" operator to filter on a range.
- Site builder: new reusable components are created as JSX by default, like pages, instead of a static HTML block.
- Automations: the Table steps (read, insert, update, delete) can now target the automation runs table.
- Automations: in the Table steps, date, time and datetime fields show a matching picker (with a toggle to use a variable) for reliable comparisons.
- Library: the package creation dialog uses toggles for tables and automations, and shows each site's URL next to its name.
- Passwords: an "Add 2FA" button right in the list for entries that don't have it yet, plus one-click 2FA secret generation, copy and QR-code display.
- Passwords: the active tab (Personal / Shared) is kept in the page URL.
Fixes
- Site builder: published sites now show data loaded at visit time; the visitor's URL parameters are forwarded to the loader, so a page like "/?recherche=Toyota" filters on the value.
- Site builder: generated auth pages and Google sign-in now set the session cookie on the correct domain; after login the visitor stays signed in across the rest of the site.
- Site builder: editor display and save fixes (preview, navigation, Code view, language switch, restoring older versions).
- Site builder: smoother text editing in the preview (cursor placement, repeated occurrences, internal links).
- Site builder: publishing a version from the Versions panel takes the site live.
- Statistics: tiles backed by custom tables display correctly.
- Contact: the form clears after the message is sent.
- Settings: SMTP configuration is correctly persisted.
- Tables: dragging a field or button onto tabs or a container drops inside it.
- Automations: the email-send step uses the SMTP configuration saved in the active workspace's settings.
- Marketing: AI email-template generation succeeds on the first try and no longer shows an unexpected error after a long wait.
- Site builder: internal fixes.
- AI Assistant — site builder: adding a page at a path already in use (e.g. "/") now returns a clear error instead of creating a duplicate; the chat offers to modify the existing page or pick a different path.
- Site builder: creating a new site now opens the editor in JSX and stays there — previously the auto-generated home page flipped the editor back to HTML a moment after it loaded.
- Blog: creating an article now persists it and drops it into "Pending validation".
- AI Assistant: messages containing a link or long text no longer cause horizontal scrolling in the chat window.
- AI Assistant: technical context details no longer appear in the messages shown in the chat.
- Passwords: the countdowns of 2FA codes shown at the same time are now perfectly in sync.