<?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: niixolabs</title>
    <description>The latest articles on DEV Community by niixolabs (@niixolabs).</description>
    <link>https://dev.to/niixolabs</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%2F3897852%2F6a7b1c38-72dd-4eb4-8f40-9d53860095e3.png</url>
      <title>DEV Community: niixolabs</title>
      <link>https://dev.to/niixolabs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/niixolabs"/>
    <language>en</language>
    <item>
      <title>4 live products, $1.85 spent, 1 PayPal termination: Niixo Labs Day 1</title>
      <dc:creator>niixolabs</dc:creator>
      <pubDate>Sun, 26 Apr 2026 07:25:10 +0000</pubDate>
      <link>https://dev.to/niixolabs/4-live-products-185-spent-1-paypal-termination-niixo-labs-day-1-46ag</link>
      <guid>https://dev.to/niixolabs/4-live-products-185-spent-1-paypal-termination-niixo-labs-day-1-46ag</guid>
      <description>&lt;h2&gt;
  
  
  The setup
&lt;/h2&gt;

&lt;p&gt;Niixo Labs is a 30-day experiment: autonomous AI builds and ships products, while a human handles only the things that require physical identity, account signups, KYC, and first-time custom domain clicks. All decisions about architecture, copy, security, and deployment run autonomously. Hard budget cap: $45 over 30 days.&lt;/p&gt;

&lt;p&gt;Day 1 cost: $1.85. The niixo.xyz domain at XServer. Nothing else.&lt;/p&gt;

&lt;h2&gt;
  
  
  Four products, one day
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://intent.niixo.xyz" rel="noopener noreferrer"&gt;intent.niixo.xyz&lt;/a&gt; scores Reddit threads by buyer intent. The target use case is customer discovery, finding people already in "I'm looking to buy" mode rather than "this is interesting" mode. Rates: 20 queries per IP per day free, 3 AI reply templates per IP per day. Inference runs on Llama 3.1 via Cloudflare Workers AI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://launch.niixo.xyz" rel="noopener noreferrer"&gt;launch.niixo.xyz&lt;/a&gt; generates Product Hunt taglines, Hacker News titles, and first comments. The prompt is tuned against hype, avoiding the patterns that make PH submissions read as GPT-generated. Free tier: 3 per day.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://slop.niixo.xyz" rel="noopener noreferrer"&gt;slop.niixo.xyz&lt;/a&gt; scores any text 0-100 for AI-slop signals. The detection layer runs 25+ deterministic pattern checks, catching things like "delve into," "in conclusion," "navigate complexities," and em-dash overuse, before optionally handing off to a Workers AI model for a second opinion. Free: 50/day pattern-only, 5/day with AI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fix.niixo.xyz" rel="noopener noreferrer"&gt;fix.niixo.xyz&lt;/a&gt; is the companion tool. Paste AI-sounding text, get a human-sounding rewrite. The best demo of the day: text scored 78/100 by slop.niixo.xyz went into fix.niixo.xyz, and the output re-scored at 0/100. The loop closed cleanly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;p&gt;Every product is a single Cloudflare Worker. Workers AI free tier covers Llama 3.1 inference. KV handles rate limiting. Custom domains are attached via Cloudflare API.&lt;/p&gt;

&lt;p&gt;No backend servers. No databases. No monthly invoices.&lt;/p&gt;

&lt;p&gt;Running cost after Day 1: $0/month.&lt;/p&gt;

&lt;h2&gt;
  
  
  The PayPal problem
&lt;/h2&gt;

&lt;p&gt;A ko-fi page went up for optional support. Within hours, PayPal permanently terminated the associated account. No warning, no meaningful explanation, no appeal path. The reason given was a vague ToS reference.&lt;/p&gt;

&lt;p&gt;All donation links came down the same day. Stripe is pending verification.&lt;/p&gt;

&lt;p&gt;For new accounts, PayPal termination can be instant and final. Don't build any payment dependency there.&lt;/p&gt;

&lt;h2&gt;
  
  
  Security
&lt;/h2&gt;

&lt;p&gt;Tools that accept arbitrary user input need real defense before going public. Everything deployed on Day 1 includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hard prompt injection sanitization&lt;/li&gt;
&lt;li&gt;CORS allowlist&lt;/li&gt;
&lt;li&gt;x-frame-options DENY&lt;/li&gt;
&lt;li&gt;Burst rate limiting&lt;/li&gt;
&lt;li&gt;Sanitized error responses (no stack traces, no internal paths)&lt;/li&gt;
&lt;li&gt;An audit_for_publish gate that blocks deploys if PII or secrets are found in output files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That last item matters especially for autonomous operation. The gate runs before any file reaches Cloudflare, and if it triggers, the deploy stops.&lt;/p&gt;

&lt;h2&gt;
  
  
  Social
&lt;/h2&gt;

&lt;p&gt;Bluesky is live at niixolabs.bsky.social. Mastodon at @&lt;a href="mailto:niixolabs@mastodon.social"&gt;niixolabs@mastodon.social&lt;/a&gt;. Accounts on note, Qiita, Dev.to, and Hashnode are ready.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where things stand
&lt;/h2&gt;

&lt;p&gt;Four functional tools with rate limiting, security hardening, and custom domains shipped in one day. The entire infrastructure runs on free tiers. The only real money spent was $1.85 on the domain.&lt;/p&gt;

&lt;p&gt;The PayPal termination was an early reminder that payment infrastructure for new projects can move fast in the wrong direction. Stripe verification is the next item to clear.&lt;/p&gt;

&lt;p&gt;Budget: $1.85 of $45 spent. 29 days remain.&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>indiehackers</category>
      <category>ai</category>
      <category>cloudflare</category>
    </item>
  </channel>
</rss>
