<?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>DEV Community: user</title>
    <description>The latest articles on DEV Community by user (@fyp).</description>
    <link>https://dev.to/fyp</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4075181%2F50ffb498-1c8c-4ee5-8f49-016c068e3927.jpeg</url>
      <title>DEV Community: user</title>
      <link>https://dev.to/fyp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fyp"/>
    <language>en</language>
    <item>
      <title>I built Plan Measure: an open-source PDF measurement tool for architectural plans</title>
      <dc:creator>user</dc:creator>
      <pubDate>Wed, 12 Aug 2026 18:32:52 +0000</pubDate>
      <link>https://dev.to/fyp/i-built-plan-measure-an-open-source-pdf-measurement-tool-for-architectural-plans-80c</link>
      <guid>https://dev.to/fyp/i-built-plan-measure-an-open-source-pdf-measurement-tool-for-architectural-plans-80c</guid>
      <description>&lt;p&gt;I built Plan Measure, a small open-source browser tool for measuring architectural PDF plans.&lt;/p&gt;

&lt;p&gt;The workflow is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;load a PDF&lt;/li&gt;
&lt;li&gt;calibrate the scale using a known distance&lt;/li&gt;
&lt;li&gt;measure straight-line distances&lt;/li&gt;
&lt;li&gt;measure polygon perimeter and area&lt;/li&gt;
&lt;li&gt;export measurements to CSV&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also supports multi-page PDFs, local session recovery, zoom/pan, and editable measurement vertices.&lt;/p&gt;

&lt;p&gt;Everything runs locally in the browser. There is no backend, no account, and PDFs are never uploaded anywhere.&lt;/p&gt;

&lt;p&gt;Live app:&lt;br&gt;
&lt;a href="https://userfypp.github.io/plan-measure/" rel="noopener noreferrer"&gt;https://userfypp.github.io/plan-measure/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source code:&lt;br&gt;
&lt;a href="https://github.com/userfypp/plan-measure" rel="noopener noreferrer"&gt;https://github.com/userfypp/plan-measure&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tech stack:&lt;br&gt;
React, TypeScript, Vite, PDF.js, Konva, IndexedDB.&lt;/p&gt;

&lt;p&gt;This is the first stable version, and I’m looking for feedback rather than trying to add features randomly.&lt;/p&gt;

&lt;p&gt;If you work with architectural plans, estimating, construction, or takeoffs, I’d especially like to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Was the calibration workflow clear?&lt;/li&gt;
&lt;li&gt;Was anything confusing?&lt;/li&gt;
&lt;li&gt;What important capability is missing?&lt;/li&gt;
&lt;li&gt;Would you use a lightweight tool like this again?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Critical feedback is welcome.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>opensource</category>
      <category>typescript</category>
      <category>react</category>
    </item>
  </channel>
</rss>
