Skip to main content

Docfiy is documentation infrastructure for teams that already have a website. Instead of copying pages by hand, you enter a URL, Docfiy analyzes your site, and generates a docs site you can refine and publish.

How it works

  1. Crawl — Docfiy reads your public pages and detects sections, headings, and structure.
  2. Generate — Content is organized into a docs layout with navigation and readable pages.
  3. Edit — Use the dashboard editor to tweak copy, reorder pages, and adjust branding.
  4. Publish — Your site goes live at {your-site}.docfiy.com, with optional custom domains.
flowchart LR
    URL["Website URL"] --> Crawl["Crawl & analyze"]
    Crawl --> Draft["Docs site draft"]
    Draft --> Editor["Dashboard editor"]
    Editor --> Publish["Live site"]

What you manage in the dashboard

Sites — Each project has its own subdomain and settings.

Editor — Change page content, sidebar navigation, colors, and theme without touching code.

Domains — Start on a Docfiy subdomain, then connect docs.yourcompany.com when you're ready.

AI features

  • Search — Built-in search across your docs, with semantic indexing on paid plans.
  • Assistant — Lets readers ask questions and get answers grounded in your documentation.
  • llms.txt — Automatically generated so AI tools can discover your content efficiently.

Other ways to start

Besides crawling a website, you can start from scratch (empty site) or import existing docs from GitBook, Notion, or a Markdown repo during onboarding.

Next steps