<?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: ProofPack</title>
    <description>The latest articles on DEV Community by ProofPack (@proofpack_mongo).</description>
    <link>https://dev.to/proofpack_mongo</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%2F4105298%2Ff3045398-f9b4-4d5b-a944-60ffdaa5fe38.png</url>
      <title>DEV Community: ProofPack</title>
      <link>https://dev.to/proofpack_mongo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/proofpack_mongo"/>
    <language>en</language>
    <item>
      <title>Soft-launching SaySo: collect approve embed testimonials (without agency pricing)</title>
      <dc:creator>ProofPack</dc:creator>
      <pubDate>Wed, 02 Sep 2026 03:53:15 +0000</pubDate>
      <link>https://dev.to/proofpack_mongo/soft-launching-sayso-collect-approve-embed-testimonials-without-agency-pricing-14ip</link>
      <guid>https://dev.to/proofpack_mongo/soft-launching-sayso-collect-approve-embed-testimonials-without-agency-pricing-14ip</guid>
      <description>&lt;h3&gt;
  
  
  The boring problem
&lt;/h3&gt;

&lt;p&gt;Most solo founders and freelance marketers know they need testimonials. The process dies in email: awkward asks, scattered replies, nothing clean to put on the landing page.&lt;/p&gt;

&lt;h3&gt;
  
  
  What SaySo is
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;SaySo&lt;/strong&gt; is a thin testimonial wall:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Share a collection link&lt;/li&gt;
&lt;li&gt;Approve or reject what comes back&lt;/li&gt;
&lt;li&gt;Embed a wall of love (or share the public page)&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Free vs Pro
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Free:&lt;/strong&gt; up to 5 published text testimonials + “Powered by SaySo” badge&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro ($24/mo):&lt;/strong&gt; remove the badge, more published slots&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Week 1 honesty
&lt;/h3&gt;

&lt;p&gt;Text is first-class. Video is &lt;strong&gt;Loom / URL paste&lt;/strong&gt; — there is no built-in recorder or hosted video storage yet. That keeps the MVP small and honest.&lt;/p&gt;

&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://sayso-nine.vercel.app" rel="noopener noreferrer"&gt;https://sayso-nine.vercel.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you try it, I’d love notes on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is 5 free testimonials the right gate?&lt;/li&gt;
&lt;li&gt;Is $24/mo fair for badge-off?&lt;/li&gt;
&lt;li&gt;Would you need native video recording before paying?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>saas</category>
      <category>showdev</category>
      <category>startup</category>
    </item>
    <item>
      <title>ProofPack: hash-locked delivery receipts for AI client work</title>
      <dc:creator>ProofPack</dc:creator>
      <pubDate>Wed, 02 Sep 2026 02:40:39 +0000</pubDate>
      <link>https://dev.to/proofpack_mongo/proofpack-hash-locked-delivery-receipts-for-ai-client-work-5f79</link>
      <guid>https://dev.to/proofpack_mongo/proofpack-hash-locked-delivery-receipts-for-ai-client-work-5f79</guid>
      <description>&lt;h3&gt;
  
  
  The problem
&lt;/h3&gt;

&lt;p&gt;Agencies and freelancers increasingly ship AI-assisted work. The deliverable is often a prompt, a model output, and some surrounding context — but the handoff lives in email, Slack, or a shared doc. When a client asks “what exactly did we get?” you’re reconstructing history from chat logs.&lt;/p&gt;

&lt;p&gt;That’s an operational problem, not a cryptography problem. Still, a simple cryptographic receipt helps: lock the bytes, stamp the time, share one artifact.&lt;/p&gt;

&lt;h3&gt;
  
  
  What ProofPack does
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;ProofPack&lt;/strong&gt; turns that bundle into a timestamped, hash-locked delivery receipt:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Paste the &lt;strong&gt;prompt&lt;/strong&gt;, &lt;strong&gt;output&lt;/strong&gt;, and optional &lt;strong&gt;context&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;The system computes a &lt;strong&gt;SHA-256&lt;/strong&gt; hash over the content and records a &lt;strong&gt;timestamp&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;You get a &lt;strong&gt;share link&lt;/strong&gt; and a &lt;strong&gt;PDF&lt;/strong&gt; — something you can send with the deliverable or file in the project.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Think packing slip, not notarization.&lt;/p&gt;

&lt;h3&gt;
  
  
  How the receipt idea works (high level)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Immutability via hash:&lt;/strong&gt; Change a character in the prompt or output and the SHA-256 changes. The receipt points at a specific snapshot.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Timestamp:&lt;/strong&gt; When the receipt was created — useful for “we locked this version on this date,” not for claiming legal finality.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Share link + PDF:&lt;/strong&gt; Human-readable handoff for clients who won’t open a hex digest.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No special magic beyond hashing and packaging. The value is the workflow: one place to freeze “what we delivered” before the next revision cycle.&lt;/p&gt;

&lt;h3&gt;
  
  
  Who it’s for
&lt;/h3&gt;

&lt;p&gt;Agencies and freelancers who want &lt;strong&gt;delivery transparency&lt;/strong&gt; with clients — fewer ambiguous handoffs, clearer scope conversations after AI-assisted revisions.&lt;/p&gt;

&lt;h3&gt;
  
  
  Explicit disclaimer
&lt;/h3&gt;

&lt;p&gt;ProofPack is a &lt;strong&gt;transparency / delivery-receipt&lt;/strong&gt; tool. It is &lt;strong&gt;not&lt;/strong&gt; legal advice. It is &lt;strong&gt;not&lt;/strong&gt; a compliance certification. It is &lt;strong&gt;not&lt;/strong&gt; court attestation. If you need legal or regulatory assurance, talk to a lawyer or auditor.&lt;/p&gt;

&lt;h3&gt;
  
  
  Soft launch / try it
&lt;/h3&gt;

&lt;p&gt;MVP is live. Free tier: &lt;strong&gt;3 receipts&lt;/strong&gt;. Planned paid: Starter &lt;strong&gt;$39/mo&lt;/strong&gt;, Pro &lt;strong&gt;$79/mo&lt;/strong&gt;.&lt;br&gt;
&lt;strong&gt;&lt;a href="https://getproofpack.vercel.app" rel="noopener noreferrer"&gt;https://getproofpack.vercel.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Feedback I’m hunting
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Does “hash-locked receipt” communicate clearly to non-technical PMs and clients?&lt;/li&gt;
&lt;li&gt;What fields belong in “context” for real agency workflows?&lt;/li&gt;
&lt;li&gt;Any deal-breakers around pasting client prompts/outputs into a third-party tool?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>saas</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
