<?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: Gather</title>
    <description>The latest articles on DEV Community by Gather (@scriptgather).</description>
    <link>https://dev.to/scriptgather</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%2F3938053%2F08c0a9ad-1a82-4561-ad8a-27af7b0dc830.jpg</url>
      <title>DEV Community: Gather</title>
      <link>https://dev.to/scriptgather</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/scriptgather"/>
    <language>en</language>
    <item>
      <title>I Got Tired of Searching for Web Resources, So I Built ScriptGather</title>
      <dc:creator>Gather</dc:creator>
      <pubDate>Tue, 08 Sep 2026 10:28:23 +0000</pubDate>
      <link>https://dev.to/scriptgather/im-building-a-new-webmaster-community-would-you-join-3fm3</link>
      <guid>https://dev.to/scriptgather/im-building-a-new-webmaster-community-would-you-join-3fm3</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I got tired of jumping between different websites whenever I needed&lt;br&gt;
a WordPress plugin, PHP script, WHMCS module, template, or another&lt;br&gt;
web development resource.&lt;/p&gt;

&lt;p&gt;So I decided to build my own place for it: ScriptGather.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://scriptgather.com" rel="noopener noreferrer"&gt;https://scriptgather.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ScriptGather is a new community for web developers and webmasters&lt;br&gt;
where people can discover, share and discuss useful resources.&lt;/p&gt;

&lt;p&gt;I'm currently building categories for:&lt;/p&gt;

&lt;p&gt;• WordPress themes &amp;amp; plugins&lt;br&gt;
• PHP scripts&lt;br&gt;
• Laravel &amp;amp; Node.js projects&lt;br&gt;
• WHMCS modules &amp;amp; themes&lt;br&gt;
• SaaS &amp;amp; web applications&lt;br&gt;
• Flutter &amp;amp; mobile projects&lt;br&gt;
• HTML templates&lt;br&gt;
• XenForo resources&lt;br&gt;
• Developer tools&lt;/p&gt;

&lt;p&gt;It's still very early, and I'm looking for the first people who can&lt;br&gt;
help shape the community and make it genuinely useful.&lt;/p&gt;

&lt;p&gt;If you're a webmaster, developer, designer, or simply interested in&lt;br&gt;
web development, I'd genuinely love to have you there.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://scriptgather.com" rel="noopener noreferrer"&gt;https://scriptgather.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What resource category would you want to see added first?&lt;/p&gt;

&lt;p&gt;Thanks for checking it out! ❤️&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>wordpress</category>
      <category>php</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Stop paying for Mock APIs. Here is a 100% free, zero-auth Smart Mock &amp; SSE Stream Tool</title>
      <dc:creator>Gather</dc:creator>
      <pubDate>Mon, 18 May 2026 12:16:32 +0000</pubDate>
      <link>https://dev.to/scriptgather/stop-paying-for-mock-apis-here-is-a-100-free-zero-auth-smart-mock-sse-stream-tool-3d8o</link>
      <guid>https://dev.to/scriptgather/stop-paying-for-mock-apis-here-is-a-100-free-zero-auth-smart-mock-sse-stream-tool-3d8o</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;As a frontend developer, I was always frustrated by existing Mock API tools. They either limit your daily requests, require a credit card/sign-up, or hide cool features behind a paywall. &lt;/p&gt;

&lt;p&gt;So, I decided to build a completely free, unlimited, and &lt;strong&gt;zero-database&lt;/strong&gt; tool directly integrated into our developer community: &lt;strong&gt;&lt;a href="https://www.fikiral.net.tr/p/1-mock-api" rel="noopener noreferrer"&gt;Fikiral Smart Mock API&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  What makes it unique?
&lt;/h3&gt;

&lt;p&gt;It encodes your JSON data directly into the URL using Base64. This means your links &lt;strong&gt;never expire&lt;/strong&gt;, there is &lt;strong&gt;no data cap&lt;/strong&gt;, and you &lt;strong&gt;don't even need to create an account&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But that's not all. I wanted to make it a fully capable sandbox. You can simulate complex backend behaviors using just URL parameters:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;⚡ Server-Sent Events (SSE) Live Streaming&lt;/strong&gt;: Just add &lt;code&gt;&amp;amp;stream=true&lt;/code&gt; to your endpoint. It instantly converts your static JSON into a real-time stream (1-second intervals). Perfect for testing AI/ChatGPT-like typing effects!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;⏳ Network Delay&lt;/strong&gt;: Add &lt;code&gt;&amp;amp;delay=3000&lt;/code&gt; to simulate a 3-second loading/spinner state.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;❌ Custom Status Codes&lt;/strong&gt;: Add &lt;code&gt;&amp;amp;status=401&lt;/code&gt; or &lt;code&gt;&amp;amp;status=500&lt;/code&gt; to test how your UI handles errors.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🔍 Dynamic Filtering&lt;/strong&gt;: Add &lt;code&gt;&amp;amp;q=YourKeyword&lt;/code&gt; to filter matching values inside arrays on the fly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🔢 Pagination Limit&lt;/strong&gt;: Add &lt;code&gt;&amp;amp;limit=5&lt;/code&gt; to restrict your array responses.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  How to use it?
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://www.fikiral.net.tr/p/1-mock-api" rel="noopener noreferrer"&gt;Fikiral Mock API&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Paste your custom JSON.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Generate Smart Endpoint"&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Use the URL in your React, Vue, Next.js, or Vanilla JS projects.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I built this tool to give back to the developer community. Please try it out, break it, and let me know what features you want me to add next! &lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://www.fikiral.net.tr/" rel="noopener noreferrer"&gt;https://www.fikiral.net.tr/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>frontend</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
