Skip to main content

IntentText Hub

The IntentText Hub is the template marketplace for .it files. Browse, fork, publish, and merge templates across 8 domains.

Two-tier system

Community tier

Anyone with a GitHub account can publish templates. Community templates are available instantly — no review required.

  • Publish with intenttext hub publish template.it --domain finance
  • Visible to all users immediately
  • Author name and profile linked to GitHub account

Curated tier

Templates reviewed by the IntentText team for quality, completeness, and best practices. Curated templates appear in the official directory.

  • Submit for review after publishing
  • Review checks: correct keywords used, realistic data, proper print layout, trust keywords where appropriate
  • Approved templates get a "Curated" badge

The 76 official templates

DomainCountExamples
Legal10Service agreement, NDA, terms of service
Business10Proposal, quarterly report, meeting minutes
HR10Offer letter, performance review, job description
Education10Syllabus, lesson plan, rubric
Technical10API spec, ADR, incident report
Finance8Invoice, budget, expense report
Healthcare10Patient consent, treatment plan, discharge summary
Government8Building permit, FOIA request, grant application

Browse all templates at hub.intenttext.io.

The 8 built-in themes

Themes are distributed through the Hub. All 8 built-in themes are pre-installed.

ThemeStyle
corporateBlue accents, Inter font, professional
minimalClean, maximum whitespace, simple typography
warmWarm colors, Georgia serif, friendly
technicalMonospace accents, compact, data-dense
printMaximum readability on paper
legalFormal, serif, minimal color
editorialMagazine-style, large headings, pull quotes
darkDark background, light text, screen-optimized

See Themes for details.

Authentication

Sign in with GitHub OAuth. Your GitHub username becomes your Hub identity.

# Authenticate via browser
intenttext hub login

Publishing a template

# Publish to the Hub
intenttext hub publish invoice-template.it --domain finance

# With metadata
intenttext hub publish invoice-template.it --domain finance --description "Standard invoice with line items"

Requirements:

  • File must parse without errors
  • meta: | type: template recommended
  • title: and summary: required

Using Hub templates

Browse online

Go to hub.intenttext.io and filter by domain or search by name.

Pull via CLI

intenttext hub pull invoice-standard --domain finance

Fork

Fork a template to your account, customize it, and publish your version.

Publishing themes

Create custom themes and distribute them through the Hub:

intenttext theme publish my-theme.json

See Themes for the theme JSON format.