<?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: trekpwild</title>
    <description>The latest articles on DEV Community by trekpwild (@trekpwild).</description>
    <link>https://dev.to/trekpwild</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%2F3964817%2F783005c0-58d0-4251-8639-526fd5057481.png</url>
      <title>DEV Community: trekpwild</title>
      <link>https://dev.to/trekpwild</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trekpwild"/>
    <language>en</language>
    <item>
      <title>How I Built a Proposal Generator in a Single HTML File</title>
      <dc:creator>trekpwild</dc:creator>
      <pubDate>Tue, 02 Jun 2026 14:14:47 +0000</pubDate>
      <link>https://dev.to/trekpwild/how-i-built-a-proposal-generator-in-a-single-html-file-hp3</link>
      <guid>https://dev.to/trekpwild/how-i-built-a-proposal-generator-in-a-single-html-file-hp3</guid>
      <description>&lt;p&gt;I got tired of writing client proposals in Google Docs that looked amateur. Every SaaS alternative charged $20-50/month for what's essentially a PDF template. So I built ProposalForge — one HTML file, 30KB, zero dependencies.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Stack (It's Just HTML)
&lt;/h2&gt;

&lt;p&gt;No React. No Vue. No build step. Just vanilla HTML, CSS, and JavaScript.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CSS custom properties&lt;/strong&gt; power a 3-template theming system&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a class="mentioned-user" href="https://dev.to/media"&gt;@media&lt;/a&gt; print&lt;/strong&gt; stylesheet handles PDF export — no library needed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;localStorage&lt;/strong&gt; manages draft persistence&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart pricing calculator&lt;/strong&gt; with auto-totals, discounts, and tax&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why Single-File?
&lt;/h2&gt;

&lt;p&gt;Because nobody wants to install software or create an account to write a proposal. You download the file, double-click, and start working. It works 100% offline — useful when you're at a client site with no internet.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Templates
&lt;/h2&gt;

&lt;p&gt;Three themes (Modern, Minimal, Creative) that you can switch between instantly. The CSS custom property system means each template is just a different set of variable values.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;You don't need a framework for a polished UI — CSS variables are incredibly powerful&lt;/li&gt;
&lt;li&gt;
&lt;a class="mentioned-user" href="https://dev.to/media"&gt;@media&lt;/a&gt; print is underrated — perfect PDFs with zero JavaScript&lt;/li&gt;
&lt;li&gt;Single-file tools are a real business model — Gumroad makes distribution trivial&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I'm selling it for $12 one-time on Gumroad. No subscriptions, no accounts, no internet required after download.&lt;/p&gt;

&lt;p&gt;Would love feedback from other indie makers here — especially on pricing and feature ideas!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://trekwild.gumroad.com/l/srjgkk" rel="noopener noreferrer"&gt;https://trekwild.gumroad.com/l/srjgkk&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
