Web Editor
The IntentText web editor at iteditor.vercel.app is a browser-based authoring tool for .it files. No CLI, no terminal, no installation.
Who it's for
- HR managers writing offer letters and policies
- Legal teams drafting contracts without technical tooling
- Journalists authoring articles with structured formatting
- Anyone who wants to work with
.itfiles without a terminal
Features
Live preview
Write .it syntax on the left, see the rendered output on the right. Changes appear in real time.
Theme picker
A dropdown menu to select from all 8 built-in themes. The preview updates immediately. The selected theme is written to meta: automatically:
meta: | type: document | theme: warm
Trust UI
Visual indicators for trust status:
- Approval stamps — green badges showing who approved and when
- Signature badges — signed blocks show the signer name and role
- Sealed banner — frozen documents display a "Document Sealed" banner with the hash
- Amendment cards — each amendment is displayed as a card with before/after values
History panel
For tracked documents (track: true), the history panel shows:
- Revision timeline
- Who changed what and when
- Before/after values for each change
Export
- HTML — download the rendered HTML with the selected theme
- PDF — export to PDF with full print layout
- JSON — download the parsed AST
Block editor
Point-and-click block addition:
- Click the + button between blocks
- Select a keyword from the menu
- Fill in the content and properties
- The
.itsource is updated automatically
Syntax highlighting
IntentText keywords and aliases are highlighted by category:
| Category | Color |
|---|---|
| Trust | Gold |
| Agent | Orange |
| Content | Green |
| Structure | Blue |
| Data | Purple |
| Layout | Gray |
| Identity | Light blue |
Getting started
- Go to iteditor.vercel.app
- Start writing
.itsyntax — or use the block editor - Select a theme from the dropdown
- Export to HTML or PDF when ready
No accounts required for basic editing. Sign in with GitHub to save and share documents.