<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: MarianWZ</title>
    <description>The latest articles on Forem by MarianWZ (@andreiasi_marian_b3b813dc).</description>
    <link>https://forem.com/andreiasi_marian_b3b813dc</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3872372%2F2f50dfcb-a64a-408b-bf1a-a5fb407c7544.png</url>
      <title>Forem: MarianWZ</title>
      <link>https://forem.com/andreiasi_marian_b3b813dc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/andreiasi_marian_b3b813dc"/>
    <language>en</language>
    <item>
      <title>Stop Writing Documentation From Scratch — Let AI Do It</title>
      <dc:creator>MarianWZ</dc:creator>
      <pubDate>Fri, 10 Apr 2026 19:30:14 +0000</pubDate>
      <link>https://forem.com/andreiasi_marian_b3b813dc/stop-writing-documentation-from-scratch-let-ai-do-it-eck</link>
      <guid>https://forem.com/andreiasi_marian_b3b813dc/stop-writing-documentation-from-scratch-let-ai-do-it-eck</guid>
      <description>&lt;p&gt;The documentation problem&lt;br&gt;
Every software team faces the same tension: users need docs, but writing them is slow, tedious, and always out of date the moment you ship a new feature.&lt;/p&gt;

&lt;p&gt;I spent months building DocuPil to solve this. It's an AI-powered documentation generator that takes a URL and produces complete, structured documentation — automatically.&lt;/p&gt;

&lt;p&gt;From URL to published docs in 3 steps&lt;br&gt;
Step 1: Crawl&lt;/p&gt;

&lt;p&gt;Paste your website URL. DocuPil's crawler maps your site — up to 500 pages — including navigation flows, UI elements, and content structure. It even supports authenticated areas if you provide credentials.&lt;/p&gt;

&lt;p&gt;Step 2: Generate&lt;/p&gt;

&lt;p&gt;The AI analyzes everything it found and produces organized documentation:&lt;/p&gt;

&lt;p&gt;Getting Started guides&lt;br&gt;
Feature explanations&lt;br&gt;
API references (if applicable)&lt;br&gt;
Tutorials and how-to sections&lt;br&gt;
FAQ&lt;br&gt;
Everything comes out in Markdown, properly structured with headings, code blocks, and cross-references.&lt;/p&gt;

&lt;p&gt;Step 3: Edit &amp;amp; Publish&lt;/p&gt;

&lt;p&gt;Use the built-in Markdown editor with live preview, formatting toolbar, and keyboard shortcuts. When you're happy, hit publish — your docs go live instantly with:&lt;/p&gt;

&lt;p&gt;Full-text search&lt;br&gt;
Dark mode&lt;br&gt;
Syntax highlighting&lt;br&gt;
Table of contents&lt;br&gt;
Mobile-responsive layout&lt;br&gt;
What makes it different&lt;br&gt;
AI Chat Assistant — Don't just generate and forget. Ask the AI to rewrite a section, add code examples, expand on a topic, or even scrape a specific page from your site for fresh content.&lt;/p&gt;

&lt;p&gt;16 Languages — Click a button, get your entire doc set translated. No copy-pasting into Google Translate.&lt;/p&gt;

&lt;p&gt;Team Workflows — Invite collaborators with granular roles. Everyone works in the same workspace.&lt;/p&gt;

&lt;p&gt;Export Freedom — Download everything as Markdown or PDF. Your docs, your data.&lt;/p&gt;

&lt;p&gt;Who is this for?&lt;br&gt;
Solo devs who need docs but don't have time to write them&lt;br&gt;
Startups shipping fast and needing docs to keep up&lt;br&gt;
Agencies creating client deliverables&lt;br&gt;
Open source maintainers who want better contributor docs&lt;br&gt;
Pricing that makes sense&lt;br&gt;
Plan    Price   Projects    Pages/Crawl&lt;br&gt;
Starter $5/mo   3   100&lt;br&gt;
Pro $19/mo  10  500&lt;br&gt;
Business    $49/mo  Unlimited   Unlimited&lt;br&gt;
Lifetime    €30 once  1   500&lt;br&gt;
Every subscription includes a 7-day free trial. No credit card required to start.&lt;/p&gt;

&lt;p&gt;Get started&lt;br&gt;
👉 docupil.com&lt;/p&gt;

&lt;p&gt;I'm actively building this and would love to hear what features matter most to you. Drop a comment or reach out — happy to chat.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
    <item>
      <title>I Built a Tool That Turns Any Website Into Full Documentation in Minutes</title>
      <dc:creator>MarianWZ</dc:creator>
      <pubDate>Fri, 10 Apr 2026 19:11:43 +0000</pubDate>
      <link>https://forem.com/andreiasi_marian_b3b813dc/i-built-a-tool-that-turns-any-website-into-full-documentation-in-minutes-5990</link>
      <guid>https://forem.com/andreiasi_marian_b3b813dc/i-built-a-tool-that-turns-any-website-into-full-documentation-in-minutes-5990</guid>
      <description>&lt;p&gt;We all know the drill — you ship a product, users love it, then someone asks: "Where are the docs?"&lt;/p&gt;

&lt;p&gt;Writing documentation is one of those tasks every dev team knows they need to do but keeps pushing to "next sprint." I got tired of that cycle, so I built DocuPil.&lt;/p&gt;

&lt;p&gt;What it does&lt;br&gt;
You give it a URL. It crawls your site (up to 500 pages), analyzes the UI, navigation, and content — then generates structured documentation automatically:&lt;/p&gt;

&lt;p&gt;Getting Started guides&lt;br&gt;
API references&lt;br&gt;
Tutorials &amp;amp; walkthroughs&lt;br&gt;
FAQ sections&lt;br&gt;
All in clean Markdown, ready to edit.&lt;/p&gt;

&lt;p&gt;How it works&lt;br&gt;
Paste your URL — DocuPil crawls and maps your entire site&lt;br&gt;
AI generates docs — structured sections based on what it finds&lt;br&gt;
Edit &amp;amp; publish — use the built-in Markdown editor, or export to PDF/Markdown&lt;br&gt;
Features devs actually care about&lt;br&gt;
🌍 16 languages — one-click translation&lt;br&gt;
🤖 AI chat assistant — ask it to rewrite sections, add examples, or create new pages&lt;br&gt;
🔍 Built-in search — published docs include full-text search out of the box&lt;br&gt;
👥 Team collaboration — owner, editor, viewer roles&lt;br&gt;
🎨 Custom branding — match your product's look and feel&lt;br&gt;
⚡ One-click publishing — hosted docs with dark mode, syntax highlighting, and TOC&lt;br&gt;
Pricing&lt;br&gt;
Starter — $5/mo (3 projects, 100 pages/crawl)&lt;br&gt;
Pro — $19/mo (10 projects, unlimited AI)&lt;br&gt;
Business — $49/mo (unlimited everything + API + SSO)&lt;br&gt;
Lifetime — €30 one-time per project&lt;br&gt;
All plans include a 7-day free trial.&lt;/p&gt;

&lt;p&gt;Try it&lt;br&gt;
👉 docupil.com&lt;/p&gt;

&lt;p&gt;I'd love feedback from the dev community. What would make this more useful for your workflow?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>documentation</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
