Product Feature Research

Anything.com - Version History

Surface

Version history panel for a project. Accessed via Version history in the project sidebar (see Anything.com - Workspace and New Project).

Layout

Two-pane: left version list + action footer, right preview.

Left pane โ€” version list

Header - Project name Calculator, Anything logo. - โ† Back to chat.

Version card (single entry in this capture): - Title: "Build me a calculator" (mirrors the prompt that produced this version). - Label line: feat: add calculator component to the web app โ€” conventional-commit formatted message (automatic). - Timestamp: 4 minutes ago. - Highlighted (grey background) indicating selected version.

๐Ÿ’ญ

Anything.com auto-generates conventional-commit messages (feat: โ€ฆ) from the user's prompt. This is a subtle but strong signal โ€” the system is modeled as a version-controlled codebase under the hood (probably git-backed), and the conventional-commit format is a dev-friendly touch even in a no-code surface. Pattern: Conventional-commit Autolabels.

Footer (at bottom of left pane) - Cancel (link, left). - Restore Version (button, right โ€” inactive in capture, likely active when a non-current version is selected).

Right pane โ€” preview

Top header

Same persistent header as other subviews: viewport toggles, Homepage search, Invite, Publish.

Components observed

Component Purpose
Stacked version cards (list) Linear version browser
Highlighted active card Current version
Auto-generated conventional commit Agent-derived labels
Split footer buttons (Cancel / Restore) Confirm-to-rollback UX
Live preview of selected version Visual diff via re-render

Differentiators vs Replit

Sources