Skip to main content
v1.24.0
HERO reaches out to the tools you use, works on your phone, and its tables get genuinely relational. (Release in progress.)New
  • HERO on your phone — the whole app now works on mobile, rebuilt around a native-feeling sidebar, drawer and command menu. Pull down past the top of a document to reach AI, search and quick actions; tap a term or reference to read its full definition or clause; and it sits correctly under the Safari toolbar.
  • Zapier integration — 63 HERO operations exposed as single, composable steps: trigger a workflow when something changes in HERO, or let another app create documents, add rows, request signatures, and more. Zapier connects over OAuth and gets REST-hook subscriptions that can watch several projects or tables at once — and it’s all built on a shared integration layer, so more platforms are coming soon.
  • Signed webhook deliveries — every outbound delivery to a subscription is signed (X-Hero-Signature: HMAC-SHA256 over a timestamped body), so your endpoint can confirm it genuinely came from HERO and reject replays.
  • Relations that make sense — narrow a link column so it offers only the valid rows (no more one-table-per-permitted-set), flag links that no longer fit their filter, and let a formula reach across a relation to read a column on the row it points at (with @ offering those columns).
  • Filters you can describe — type what you want in plain English (“signed contracts this quarter with no effective date”) and HERO builds the filter; combine conditions with OR, and each field offers only the operators that fit it.
  • Smarter CSV import — choose which columns to import, and preview exactly what HERO will build (columns and inferred types) before it builds it.
  • Versioned reference sets — mark a table as a versioned terminology set, and a document records which release it was written against, so you can see which documents are affected when terms drift.
Improved
  • Refreshed interface — a lighter, more consistent look on desktop; on mobile, a ground-up redesign built for touch.
  • Faster start — returning users skip the splash wait, and the app no longer holds longer than it needs to.
  • Export or send any node straight from its breadcrumb (right-click or menu).
  • Every toast now has an X and swipes away; a type change says what it will cost before you make it.
Fixed
  • Loading a document no longer risks dropping the live-collaboration connection mid-handshake.
  • The slash menu can’t scroll the document out from under you; single-select chips follow renames instead of showing stale text.
  • Counting linked rows counts links, not commas; a cell edit no longer leaves the linked table stale.
v1.22.1
The follow-through to 1.21 — sharper automations, keyboard-first navigation, and conditions you can actually see.New
  • Command palette everywhere — quick actions now reach Tables, Automations, the AI page and chat, Settings, Plans, Home, and a Switch-workspace list, all from the keyboard.
  • AI writes real cross-references — when the assistant writes “see Section 2,” it becomes a live clause reference that stays correct as the document changes, not dead text.
  • Automations that ask before they run — turn on “Run with data” for a manual automation and starting it prompts for input that reaches the steps as the run payload. Any step can quote it back with the “What you typed” reference, from every way of starting the run.
  • New workflow steps — find a document or a row rather than pinning one, create a table, add a column, delete matching rows, set a document’s reference, and delete a document. Each is a step now, so a workflow no longer spends an AI step on a lookup.
  • Automations understand the triggering document — a workflow started by a document event (e.g. a signature) can act on the row that document is about, so “when this NDA is signed, set its Effective Date” works.
  • Conditions you can see — per-step “only if…” conditions and the automation’s own top-level condition are now visible in the builder and honored at run time; references throughout show real names and colours.
  • Faster keyboard entry in tables — every add-row field is reachable by Tab, the form is fully keyboard-usable, and a defaulted row is named after the table instead of coming up blank.
Fixed
  • Inviting a member to a workspace no longer crashes the app.
  • A workflow started from a button in a document now receives what you typed, the same as “Run now” does.
  • A workflow that stops early — no matching template, not the counterparty — shows amber rather than green, so a run that did not finish no longer reads as one that did.
  • Undo and redo work in the workflow description box.
  • An empty select in a form no longer shows a small box where its value goes.
  • A finished workflow announces itself once. Notifications, invites and access requests could all arrive twice.
  • Signed documents no longer falsely report they’ve changed, with a repair pass for affected ones.
  • Desktop location cells that were dead in released builds work again; three stray debug switches were turned off.
  • The table type picker no longer opens behind its own dialog or freezes the page; a new folder no longer borrows a displaced row’s icon.
  • Buttons show a table’s own icon and colour; a failed Word import now says why.
v1.21.0
A relaunch, not a patch — automations, published sites, a new color system, and legally defensible signatures.New
  • Automations — build workflows that run themselves: when something happens, do something. Author from a plain-English prompt (it lands paused for review) or on a drag-and-drop canvas with nested If … otherwise … paths that compare any two values, plus a Stop step. Triggers: schedule, incoming email, webhook/API (carrying its payload), table/column/project changes, people joining or gaining access, clause/term/signature events, and saved/restored versions. Actions: run an AI step, send email from your own mailbox, call any API and use what comes back (auth, POST/GET/DELETE, Slack), request a signature, create documents/folders, write formatted content into a document, edit cells/columns, wait, and more — with live run streaming, mid-run stop, and its own page/link/icon per automation.
  • Connectors — connecting Gmail, Outlook, or another service lets you choose exactly what access to grant at connect time: read-only by default, sending or file changes as a deliberate opt-in, and only the minimum scope each needs.
  • Automation ownership — each automation shows who owns it (runs use the owner’s connected accounts and AI credit), the Connectors and Trigger-reference tabs are owner-only, managing an automation is separate from authoring its steps, and a departing member’s automations move with them.
  • Smarter buttons — a button’s destination is now one field: a URL, a link to another HERO document (clicking navigates in-app, no new tab), an automation to run, or a table (clicking opens its add-row form). The chosen target shows as a chip; buttons pointing at an unreachable document show as disabled.
  • New color system — nine coherent hues replace dozens of near-duplicates across icons, highlights, select tags, sections, and collaborator cursors; a six-color theme-aware text highlighter; colored inline code; every token derived from one source so light/dark always agree.
  • Legally defensible signatures — server-side signing captures time, IP, device, and a document hash into a tamper-evident audit trail; signed documents lock automatically, and voiding records who unlocked it.
  • AI file attachments — the assistant can upload an image, video, or audio file and create a document containing it.
  • Bring your own AI key — add an OpenAI or Anthropic key in Settings → AI and every AI request, automations included, runs on your account instead of your monthly credits. Choose per provider, so you can keep one on your plan and one on your key. Your own key draws down no allowance and unlocks every model that provider offers; spend on it is reported separately. Keys are stored encrypted and never shown again.
Improved
  • Tables: see and change each field’s type inline; add rows through a form so they’re never blank.
  • One-click Export to Word or PDF from quick actions.
  • AI web search runs exclusively through a data-protection-covered provider; AI undo checkpoints no longer clutter version history.
  • @-mentions can match a clause by its number.
Fixed
  • Find-and-replace no longer corrupts text after a defined term.
  • Version compare no longer crashes.
  • Unchecked table checkboxes stay visible without hovering; export pill labels survive PDF conversion; inline code renders cleanly across wrapped lines.
v1.20.0
New
  • Computed columns — describe a formula column in plain English and HERO compiles it into a real, validated formula, filling every row and recomputing as dependencies change. @-reference other columns (relation/select/one-to-many included), live preview, per-row error tooltips, a full text/number/money/date/logic function library, and AI-authored columns via set_computed.
  • Per-row permissions — grant one specific person viewer or editor access to one specific row without changing their role elsewhere. A Permissions dialog on the row/table menu shows who can reach a row and how; select multiple rows to manage them together (audience grouped per row, add/remove across the selection). Managing row access is reserved for workspace admins and owners.
  • Media columns — the image column type now holds images, video, and audio together (relabelled “Media”); the audio player gained a playback-speed picker.
  • Rebuilt tooltips — floating-ui powered: open when the pointer settles, stay pinned through scroll, nested tooltips stay open, and mobile tap-through is fixed.
  • Title autocomplete — autocomplete now works in the title block.
  • Published embedded rows — published documents show the rows an embedded table view lists, matching what an invited collaborator sees.
  • Resilient AI chat — the agent stream heartbeats through long thinking/tool calls, and a dropped connection shows a clear message with a Retry that resumes where it left off.
Improved
  • Word/PDF export: section titles stay with their content across page breaks, table column widths carry into the .docx, code blocks export monospace, embedded references and form blocks no longer vanish, and large conversions get a longer timeout.
  • Word import preserves unknown wrapper structures and keeps numbers in “Section 4.1” cross-references.
  • AI-inserted ISO dates render like picker-chosen dates.
  • Top search ranks exact title matches first.
  • Save as PDF is now a secondary icon-only button.
Fixed
  • The term-finder no longer breaks pasted code blocks.
  • Restored the attachments toggle when sending; media blocks no longer interrupt the send scan.
  • Tables show an honest “No access” message instead of asking you to refresh.
  • Scrolling a wide column no longer drags the whole page sideways.
Breaking
  • The legacy per-cell “Cell Math” formula column type has been removed in favor of computed columns. Columns already using it keep working and stay editable, but it’s no longer offered for new columns.
v1.19.1
New
  • AI-generated Word documents — the assistant produces real, downloadable .docx files (up to 10 at once), saved into your project; available from every model and over MCP.
  • Edit .docx over MCP — the Word-editing tools are now exposed to connected apps like Claude.
  • Model picker for everyone — every user can choose their AI model (previously developer-only); the choice persists per chat thread. Premium models draw down your plan’s AI allowance proportionally to cost.
  • “Undo that” over MCP — reverse AI changes made through connected apps, repeatably, across documents, tables, and placeholders.
  • Per-placeholder highlight toggle — flip an individual placeholder or reference from the highlighted pill to plain, style-inheriting text.
  • Searchable row selectors — filter and sort rows when linking to a record.
Improved
  • Robust PDF form filling — complex real-world forms (damaged structure, page-only fields) fill correctly and stay interactive.
  • Save as PDF uses the document’s name for the download filename.
Fixed
  • Table picker: Enter selects the highlighted table, not the first in the list.
  • Checkbox cells are centered and toggle from anywhere in the cell.
  • All table cell types align to a shared baseline.
v1.19.0
New
  • Better text cells — click to place the caret exactly where you tapped, fill-height scrollable cells, and an expandable text input.
  • Multi-select editing — open the item editor straight from a multi-select chip.
  • Upload progress — an animated indeterminate bar while media uploads.
  • Fading document names — long names in the tree fade like overflowing table cells.
Improved
  • Enlarged the string-cell edit card and dropped the hover tooltip; checkbox centered, location muted.
  • Upgraded TipTap to 3.28.0 and shared one ResizeObserver across text cells for fewer re-renders.
Fixed
  • Backspace reliably deletes empty blocks inside columns.
v1.18.0
New
  • MCP OAuth 2.1 — the HERO MCP server now supports OAuth 2.1 with dynamic client registration and discovery, ready for the Claude directory.
  • View-drag block selection — drag across blocks to select them, with an eager gap cursor (consolidated into SelectionKit).
  • Smarter string cells — fade overflow, reveal the full text on hover, and edit in a popover card.
  • Gallery multi-image covers — browse multiple cover images in a carousel.
  • Auto-saving badges — badge edits save as you go.
Improved
  • Visible keyboard focus app-wide; Enter honors the focused button; alert dialogs trap Tab.
  • Media uploads as raw binary with a 50MB limit and real error messages.
Fixed
  • Map pins and markers no longer vanish when flipping between light and dark theme.
  • Dropped the TipTap Pro dependency.
v1.17.0
New
  • A new block-selection experience — unified block selection, drag-head, and trailing-pad handling.
  • Redesigned badges — click-to-open menu with live preview, keyboard-first, no save step.
  • Mention a record, then a column — reverse @ lookup that starts from a record.
  • Cross-workspace search — Quick Navigation finds projects across every workspace.
  • Number column decimals — set fixed decimal places (or keep default).
  • Self-setting-up blocks — icon, button, media, and database blocks auto-open on insert.
  • Smarter containers — columns and tabs behave as proper containers, with live 10% resize snapping.
  • Cleaner embeds and more icons — borderless auto-sized embeds; new icons including arrows.
Improved
  • PDF form filling handles forms that defeat pdf-lib via a pdf.js fallback.
v1.16.1
New
  • Sync cards — one shared card template across Board, Gallery, and Timeline views, with per-card sync and dynamic button links.
  • Published card content — published sites now render card-editor content.
  • Resizable columns — free-count resizable columns from the command menu.
  • Dynamic button links — restricted to URL/email/phone columns with an auto scheme.
Improved
  • Editor menus default to non-modal to stop node-view flicker.
  • Copy and send carry an embedded table’s views and card content across projects.
  • Google Maps moved to the async loader with dark-mode support.
Fixed
  • Card spacing now matches the editor exactly, with no height jump.
  • Clipboard copy/paste round-trips nodes via data-* attributes.
  • Signature values show again in published and exported HTML.
v1.16.0
New
  • Rich, collaborative cards — database cards across Board, Gallery, List, and Timeline views gain an editable body with live field chips, a slash menu, a bubble menu, tabs, titles, and rich notes — edited collaboratively through a shared per-table document.
  • Card content travels — sending a document carries embedded views and their card content to the recipient.
Improved
  • Field rows read inline as “Column: value”, empty rows are skipped, and autocomplete offers every column and value.
  • View settings moved onto the tabs row; table top-bar controls reveal on hover instead of filling the whole view.
v1.15.0
New
  • Database views — turn any table into a Board (kanban), Gallery, List, Calendar, Timeline, Map, or Chart, each with its own config; switch, add, rename, duplicate, and delete views per table.
  • Filters — a visual filter builder with per-view persistence, powered by a new filter engine (formula columns filterable by value and unit).
  • Image columns — upload, paste, and reorder images directly in cells, and use an image column as a Gallery card cover.
Improved
  • Rich drag-and-drop across Board and Calendar (overlays, drop targets, reschedule); click a card to open its row sheet.
  • List view renders as a numbered list and is text-selectable.
v1.14.0
New
  • Icon blocks — insert and style icons anywhere, with a picker, editable size (slider + px field that scales with the editor font), and DOCX export.
  • Button blocks — primary, secondary, and ghost buttons with an anchored settings popover (type/icon/position/alignment) and a slash command.
  • Reworked dashboard — sortable, resizable document covers with hover previews, a right-click context menu (rename/copy/open/delete), a New split-button with Import, and keyboard shortcuts throughout.
Improved
  • Space previews a folder or project as a cover dialog; per-row metadata appears on hover.
  • AI readDocumentText now includes buttons.
launch
Initial public release of the HERO API and developer portal. Coverage:
  • Documents, projects, blocks, tables, workspaces, organizations
  • Media, upload, export, TTS, snapshots, published artifacts
  • AI agents (chat + streaming) and MCP tool catalog
  • Realtime collaboration via Hocuspocus + Y.js