<?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: Krzysztof</title>
    <description>The latest articles on DEV Community by Krzysztof (@krzysztof_fromlaunchdire).</description>
    <link>https://dev.to/krzysztof_fromlaunchdire</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%2F3543673%2F9b07f26f-14c6-4524-85cc-31b45b8e0063.jpg</url>
      <title>DEV Community: Krzysztof</title>
      <link>https://dev.to/krzysztof_fromlaunchdire</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/krzysztof_fromlaunchdire"/>
    <language>en</language>
    <item>
      <title>Stripe charges up to $2 just to send an invoice email… so I built my own tool</title>
      <dc:creator>Krzysztof</dc:creator>
      <pubDate>Fri, 06 Mar 2026 19:34:22 +0000</pubDate>
      <link>https://dev.to/krzysztof_fromlaunchdire/stripe-charges-up-to-2-just-to-send-an-invoice-email-so-i-built-my-own-tool-3ed5</link>
      <guid>https://dev.to/krzysztof_fromlaunchdire/stripe-charges-up-to-2-just-to-send-an-invoice-email-so-i-built-my-own-tool-3ed5</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0gdt6gnl78hakxnmo9az.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0gdt6gnl78hakxnmo9az.png" alt=" " width="800" height="446"&gt;&lt;/a&gt;&lt;br&gt;
I haven’t posted here in a while, but I’m back to share a new project I’ve been working on.&lt;br&gt;
While working on a few projects using Stripe, I noticed something frustrating.&lt;/p&gt;

&lt;p&gt;When you receive a payment, Stripe already takes ~2.9% + $0.30 in processing fees.&lt;/p&gt;

&lt;p&gt;But if you want to send the customer an invoice using Stripe Invoicing, they charge an additional 0.4% per invoice sent (max $2) - just to generate the PDF and send the email!!!! 🤯&lt;/p&gt;

&lt;p&gt;Example:&lt;br&gt;
$100 payment&lt;br&gt;
~ $3.20 processing fee&lt;br&gt;
~ $0.40 invoice fee&lt;/p&gt;

&lt;p&gt;It doesn’t sound like much, but it adds up really quickly.&lt;br&gt;
If you have 100 customers and send 12 invoices per year, that's 1,200 invoices.&lt;/p&gt;

&lt;p&gt;At up to $2 per invoice, that can be $2,400/year just for sending PDFs, separate from transaction fees 🤯&lt;/p&gt;

&lt;p&gt;So I built a small tool that generates invoices directly from Stripe payments without using Stripe’s invoicing system.&lt;/p&gt;

&lt;p&gt;There’s very little competition in this niche, but most existing tools don’t properly handle European tax regulations. And if you’ve ever dealt with bureaucracy in Poland or the EU, you know it’s a completely different level compared to the US 😅&lt;/p&gt;

&lt;p&gt;One thing that makes this tool stand out is that it’s EU VAT compliant, including:&lt;/p&gt;

&lt;p&gt;Automatic reverse charge for EU B2B&lt;br&gt;
Export notation for non-EU customers&lt;br&gt;
Domestic VAT handling for local sales&lt;br&gt;
For me this is also a weekend project that solves a real problem I personally had, but maybe it will help others too.&lt;/p&gt;

&lt;p&gt;The MVP took about 3 days to build while I was on vacation in Riyadh (and during Ramadan there isn’t that much to do anyway 😄)&lt;/p&gt;

&lt;p&gt;My goal for March is to get the first 5 customers, and then try to start scaling it from there.&lt;/p&gt;

&lt;p&gt;Keep shipping 🚀🚀🚀🚀&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tooling</category>
    </item>
    <item>
      <title>i made a free list of 100 places where you can promote your app</title>
      <dc:creator>Krzysztof</dc:creator>
      <pubDate>Wed, 04 Mar 2026 18:54:06 +0000</pubDate>
      <link>https://dev.to/krzysztof_fromlaunchdire/i-made-a-free-list-of-100-places-where-you-can-promote-your-app-1il6</link>
      <guid>https://dev.to/krzysztof_fromlaunchdire/i-made-a-free-list-of-100-places-where-you-can-promote-your-app-1il6</guid>
      <description>&lt;p&gt;I recently shared this on another reddit and it got 500 upvotes so I thought I’d share it here as well, hoping it helps more people.&lt;/p&gt;

&lt;p&gt;Every time I launch a new product, I go through the same annoying routine: Googling “SaaS directories,” digging up 5-year-old blog posts, and piecing together a messy spreadsheet of where to submit. It’s frustrating and time-consuming.&lt;/p&gt;

&lt;p&gt;For those who don’t know launch directories are websites where new products and startups get listed and showcased to an audience actively looking for new tools and solutions. They’re like curated marketplaces or hubs for discovery, not just random link dumps.&lt;/p&gt;

&lt;p&gt;It’s annoying to find a good list, so I finally sat down and built a proper list of launch directories: sites like Product Hunt, BetaList, StartupBase, etc. Ended up with 82 legit ones.&lt;/p&gt;

&lt;p&gt;I also added a way to sort them by DR (Domain Rating) basically a metric (from tools like Ahrefs) that estimates how strong a website’s backlink profile is. Higher DR usually means the site has more authority and might pass more SEO value or get more organic traffic.&lt;/p&gt;

&lt;p&gt;I turned it into a simple site: &lt;a href="https://launchdirectories.com/" rel="noopener noreferrer"&gt;launchdirectories.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No fluff, no paywall, no signups just the list I wish I had every time I launch something.&lt;/p&gt;

&lt;p&gt;Thought it might help others here too.&lt;/p&gt;

</description>
      <category>marketing</category>
      <category>resources</category>
      <category>saas</category>
      <category>startup</category>
    </item>
    <item>
      <title>I built a free global VC directory (1,500+ firms, no signup)</title>
      <dc:creator>Krzysztof</dc:creator>
      <pubDate>Tue, 07 Oct 2025 14:45:05 +0000</pubDate>
      <link>https://dev.to/krzysztof_fromlaunchdire/i-built-a-free-global-vc-directory-1500-firms-no-signup-2279</link>
      <guid>https://dev.to/krzysztof_fromlaunchdire/i-built-a-free-global-vc-directory-1500-firms-no-signup-2279</guid>
      <description>&lt;p&gt;Hey everyone 👋&lt;/p&gt;

&lt;p&gt;I wanted to share something I built recently vcdir.com a global directory of venture capital firms that I put together in just 3 days.&lt;/p&gt;

&lt;p&gt;The goal was to make something simple, fast, and open a place where founders can easily discover investors, and VCs can get more visibility and inbound deal flow.&lt;/p&gt;

&lt;p&gt;Most VC databases I found were either outdated, overly complex, or hidden behind a paywall.&lt;/p&gt;

&lt;p&gt;So I decided to make one that’s:&lt;/p&gt;

&lt;p&gt;Free to browse — no signup or paywall&lt;/p&gt;

&lt;p&gt;Lists over 1,500+ verified VC firms from around the world&lt;/p&gt;

&lt;p&gt;Lets you filter by country, continent, investment phase, and market focus&lt;/p&gt;

&lt;p&gt;Each firm has a dedicated page with portfolio links, website, and SEO structure&lt;/p&gt;

&lt;p&gt;Includes categories, breadcrumbs, and a bookmarks for easy navigation and browsing&lt;/p&gt;

&lt;p&gt;I wanted a better domain, but everything decent was taken or insanely priced so vcdir.com it is 😅&lt;/p&gt;

&lt;p&gt;This isn’t meant to be a massive SaaS or paywall product just a useful, open directory that can grow organically and maybe make VC discovery a bit easier for everyone involved.&lt;/p&gt;

&lt;p&gt;Would love feedback from this community.&lt;/p&gt;

&lt;p&gt;What kind of data, filters, or features would make a VC directory genuinely helpful?&lt;/p&gt;

&lt;p&gt;Thanks for reading 🙌&lt;/p&gt;

</description>
      <category>resources</category>
      <category>showdev</category>
      <category>startup</category>
    </item>
    <item>
      <title>i made a free list of 80 places where you can promote your app/starup</title>
      <dc:creator>Krzysztof</dc:creator>
      <pubDate>Fri, 03 Oct 2025 13:00:35 +0000</pubDate>
      <link>https://dev.to/krzysztof_fromlaunchdire/i-made-a-free-list-of-80-places-where-you-can-promote-your-appstarup-2j0d</link>
      <guid>https://dev.to/krzysztof_fromlaunchdire/i-made-a-free-list-of-80-places-where-you-can-promote-your-appstarup-2j0d</guid>
      <description>&lt;p&gt;I recently shared this on reddit and it got 500 upvotes, so I thought I’d share it here as well, hoping it helps more people.&lt;/p&gt;

&lt;p&gt;Every time I launch a new product, I go through the same annoying routine: Googling “SaaS directories,” digging up 5-year-old blog posts, and piecing together a messy spreadsheet of where to submit. It’s frustrating and time-consuming.&lt;/p&gt;

&lt;p&gt;For those who don’t know launch directories are websites where new products and startups get listed and showcased to an audience actively looking for new tools and solutions. They’re like curated marketplaces or hubs for discovery, not just random link dumps.&lt;/p&gt;

&lt;p&gt;It’s annoying to find a good list, so I finally sat down and built a proper list of launch directories: sites like Product Hunt, BetaList, StartupBase, etc. Ended up with 85 legit ones.&lt;/p&gt;

&lt;p&gt;I also added a way to sort them by DR (Domain Rating) basically a metric (from tools like Ahrefs) that estimates how strong a website’s backlink profile is. Higher DR usually means the site has more authority and might pass more SEO value or get more organic traffic.&lt;/p&gt;

&lt;p&gt;I turned it into a simple site: &lt;a href="https://launchdirectories.com/" rel="noopener noreferrer"&gt;launchdirectories.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No fluff, no paywall, no signups.&lt;br&gt;
Just the list I wish I had every time I launch something.&lt;/p&gt;

&lt;p&gt;Thought it might help others here too&lt;/p&gt;

</description>
      <category>marketing</category>
      <category>resources</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
