<?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: Lahiru Gambheera</title>
    <description>The latest articles on DEV Community by Lahiru Gambheera (@lahiru_gambheera_0aa092a8).</description>
    <link>https://dev.to/lahiru_gambheera_0aa092a8</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%2F1750761%2Fa88c7ee5-7669-48be-afce-b424a0eafc89.jpg</url>
      <title>DEV Community: Lahiru Gambheera</title>
      <link>https://dev.to/lahiru_gambheera_0aa092a8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lahiru_gambheera_0aa092a8"/>
    <language>en</language>
    <item>
      <title>The reporting tool gap nobody talks about — and what I'm building to fix it</title>
      <dc:creator>Lahiru Gambheera</dc:creator>
      <pubDate>Sun, 19 Apr 2026 04:24:41 +0000</pubDate>
      <link>https://dev.to/lahiru_gambheera_0aa092a8/the-reporting-tool-gap-nobody-talks-about-and-what-im-building-to-fix-it-1oo1</link>
      <guid>https://dev.to/lahiru_gambheera_0aa092a8/the-reporting-tool-gap-nobody-talks-about-and-what-im-building-to-fix-it-1oo1</guid>
      <description>&lt;p&gt;Every SaaS product eventually gets the same support ticket.&lt;/p&gt;

&lt;p&gt;"Can I customise the report layout?"&lt;br&gt;
"Can I export this with my own columns?"&lt;br&gt;
"Can we add a subtotal by region?"&lt;/p&gt;

&lt;p&gt;And every team picks one of three bad answers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option 1: Say no.&lt;/strong&gt;&lt;br&gt;
You lose the power user. They switch to the competitor who said yes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option 2: Use an enterprise reporting tool.&lt;/strong&gt;&lt;br&gt;
Stimulsoft, DevExpress, Crystal Reports descendants. Powerful. $500–$2,000 per developer seat. SQL-first, built before REST APIs existed. Embedding them cleanly in a web app your customers use is painful glue code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option 3: Build it yourself.&lt;/strong&gt;&lt;br&gt;
You spend 6–8 weeks building something that half-works, then maintain it forever while your actual roadmap waits.&lt;/p&gt;

&lt;p&gt;There's a fourth option nobody has done well yet for modern SaaS teams. That's what I'm building.&lt;/p&gt;

&lt;h2&gt;
  
  
  ReportKit — a JSON-native embeddable report designer
&lt;/h2&gt;

&lt;p&gt;The architecture is simple by design.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The designer:&lt;/strong&gt; a drag-and-drop canvas you embed directly in your app. Your users — not your developers — add tables, charts, labels, and images. They bind data fields using &lt;code&gt;{{placeholder}}&lt;/code&gt; syntax. When they save, the output is a plain JSON object.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The viewer:&lt;/strong&gt; a component you drop into your app.&lt;/p&gt;

&lt;p&gt;Pass it &lt;code&gt;templateJSON&lt;/code&gt; and &lt;code&gt;dataJSON&lt;/code&gt;. It renders the report — on screen, as PDF, or formatted for print. That's the entire integration surface.&lt;/p&gt;

&lt;p&gt;If your API returns JSON, ReportKit works with it. No SQL views. No data pipeline changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why JSON-native matters
&lt;/h2&gt;

&lt;p&gt;Every legacy reporting tool was designed around SQL queries. You write a query, the tool runs it, the report renders. That made sense in 2004.&lt;/p&gt;

&lt;p&gt;Modern SaaS teams work differently. Your data comes from REST APIs, GraphQL endpoints, microservices. Wiring that into a SQL-first reporting tool means building a translation layer you'll maintain forever.&lt;/p&gt;

&lt;p&gt;ReportKit skips the translation layer entirely. Your existing API response is the data source. The template is just JSON. The viewer combines them.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm validating
&lt;/h2&gt;

&lt;p&gt;I'm at the pre-launch validation stage — not looking for thousands of users, just 20 paying customers who actually have this problem.&lt;/p&gt;

&lt;p&gt;Offering lifetime Product licenses to the first 20 buyers at $399. Includes self-hosted deployment, source access, and all future updates. First 5 buyers also get a 30-min architecture call.&lt;/p&gt;

&lt;p&gt;If you've been putting off a "custom reports" feature because the existing options were too expensive or too painful to embed — drop a comment. Brutal feedback is equally welcome. "I'd never pay for this because X" is exactly what I need to hear at this stage.&lt;/p&gt;

</description>
      <category>angular</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
