<?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: Jozef</title>
    <description>The latest articles on DEV Community by Jozef (@sulejj).</description>
    <link>https://dev.to/sulejj</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%2F4092936%2Ffa7b49f7-0617-4bc5-b82a-c9d710b5e4d5.png</url>
      <title>DEV Community: Jozef</title>
      <link>https://dev.to/sulejj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sulejj"/>
    <language>en</language>
    <item>
      <title>I built an explicit content filter API for indie devs, and I'd love your feedback</title>
      <dc:creator>Jozef</dc:creator>
      <pubDate>Tue, 25 Aug 2026 07:14:52 +0000</pubDate>
      <link>https://dev.to/tabushield/i-built-an-explicit-content-filter-api-for-indie-devs-and-id-love-your-feedback-5ek1</link>
      <guid>https://dev.to/tabushield/i-built-an-explicit-content-filter-api-for-indie-devs-and-id-love-your-feedback-5ek1</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I'm Jozef. I work as a Product Manager and build side projects in my free time.&lt;/p&gt;

&lt;p&gt;A few months ago, I needed a way to filter out explicit and NSFW images for an app. I realized the existing tools, like AWS Rekognition or Hive, target large companies. They have complicated pricing, heavy SDKs, and take too much time to set up for a solo dev trying to pass App Store guidelines.&lt;/p&gt;

&lt;p&gt;So I built Tabu. It is an image and video moderation API made for indie developers and small teams.&lt;/p&gt;

&lt;p&gt;Here is the tech stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Machine learning:&lt;/strong&gt; It uses TensorFlow.js (MobileNetV2) running on my own servers. Inference takes about 200ms.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy:&lt;/strong&gt; Images process in memory and delete instantly. Nothing gets saved.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Caching:&lt;/strong&gt; I added SHA-256 hashing with &lt;code&gt;lru-cache&lt;/code&gt; to deduplicate requests. If you upload the exact same image twice, it skips the ML model and returns the cached result.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  I need some feedback
&lt;/h3&gt;

&lt;p&gt;I want to improve the product before a larger release. I am looking for a few developers to test it and tell me what is broken or confusing.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Read the docs:&lt;/strong&gt; Tell me if the setup steps make sense.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Test the API:&lt;/strong&gt; Get a free key, upload some edge-case images, and see if the caching works.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Check the dashboard:&lt;/strong&gt; Tell me if the UI is hard to use.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The free tier includes 5,000 requests per month, so you do not need a credit card to try it.&lt;/p&gt;

&lt;p&gt;If you have a few minutes, please let me know what you think in the comments. I am here to learn.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://tabushield.com/" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
🔗 &lt;strong&gt;&lt;a href="https://tabushield.com/docs" rel="noopener noreferrer"&gt;API Docs&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>api</category>
      <category>node</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
