<?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: Prom Sereyreaksa</title>
    <description>The latest articles on DEV Community by Prom Sereyreaksa (@prom_sereyreaksa).</description>
    <link>https://dev.to/prom_sereyreaksa</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%2F3069007%2F5a71c245-3354-4b82-9ceb-f4b7fca385dc.jpg</url>
      <title>DEV Community: Prom Sereyreaksa</title>
      <link>https://dev.to/prom_sereyreaksa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prom_sereyreaksa"/>
    <language>en</language>
    <item>
      <title>I’m Building a Free Open Source Screen Studio Alternative for Windows — Looking for Contributors</title>
      <dc:creator>Prom Sereyreaksa</dc:creator>
      <pubDate>Mon, 23 Mar 2026 17:09:19 +0000</pubDate>
      <link>https://dev.to/prom_sereyreaksa/im-building-a-free-open-source-screen-studio-alternative-for-windows-looking-for-contributors-34o8</link>
      <guid>https://dev.to/prom_sereyreaksa/im-building-a-free-open-source-screen-studio-alternative-for-windows-looking-for-contributors-34o8</guid>
      <description>&lt;h1&gt;
  
  
  Screen Studio is amazing… but it’s Mac only
&lt;/h1&gt;

&lt;p&gt;On Windows, most screen recorders are either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;too basic
&lt;/li&gt;
&lt;li&gt;paid
&lt;/li&gt;
&lt;li&gt;or require manual editing
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I decided to build my own.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing WinStudio
&lt;/h2&gt;

&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%2Ffr9kfjmgjhjxhqrubz5n.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%2Ffr9kfjmgjhjxhqrubz5n.png" alt="WinStudio Preview" width="800" height="663"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WinStudio&lt;/strong&gt; is a free and open source screen recording tool for Windows that focuses on one thing:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Record → auto process → export&lt;br&gt;&lt;br&gt;
No timeline editing. No manual zooming.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Record a window or full screen
&lt;/li&gt;
&lt;li&gt;Track cursor movement, clicks, and keyboard activity
&lt;/li&gt;
&lt;li&gt;Automatically generate zoom effects based on interaction
&lt;/li&gt;
&lt;li&gt;Keep zoom active while typing, dragging, or scrolling
&lt;/li&gt;
&lt;li&gt;Smooth cursor movement for cleaner visuals
&lt;/li&gt;
&lt;li&gt;Export directly to MP4
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to make recording demos and tutorials effortless.&lt;/p&gt;




&lt;h2&gt;
  
  
  How it works (high level)
&lt;/h2&gt;

&lt;p&gt;The app:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Captures the selected window using FFmpeg
&lt;/li&gt;
&lt;li&gt;Tracks cursor + input events using low-level hooks
&lt;/li&gt;
&lt;li&gt;Maps interactions to video coordinates
&lt;/li&gt;
&lt;li&gt;Generates zoom keyframes automatically
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Everything is processed after recording — no manual editing required.&lt;/p&gt;




&lt;h2&gt;
  
  
  Current progress
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Recording pipeline works
&lt;/li&gt;
&lt;li&gt;Cursor tracking is implemented
&lt;/li&gt;
&lt;li&gt;Auto zoom logic is working
&lt;/li&gt;
&lt;li&gt;Cursor smoothing is implemented
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Current issue
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Cursor-to-video coordinate mismatch (zoom drifting issue)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The zoom sometimes shifts slightly away from the actual click position.&lt;br&gt;&lt;br&gt;
This is likely due to coordinate mapping differences between FFmpeg capture and cursor tracking.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;WinUI 3
&lt;/li&gt;
&lt;li&gt;.NET 8
&lt;/li&gt;
&lt;li&gt;FFmpeg
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why this project exists
&lt;/h2&gt;

&lt;p&gt;A lot of developers just want to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;record demos
&lt;/li&gt;
&lt;li&gt;show features
&lt;/li&gt;
&lt;li&gt;share tutorials
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But editing zoom manually is painful.&lt;/p&gt;

&lt;p&gt;This project aims to remove that completely.&lt;/p&gt;




&lt;h2&gt;
  
  
  Looking for contributors
&lt;/h2&gt;

&lt;p&gt;The project is still early, and I’d love help with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fixing coordinate mapping issues
&lt;/li&gt;
&lt;li&gt;Improving zoom logic
&lt;/li&gt;
&lt;li&gt;Performance optimization
&lt;/li&gt;
&lt;li&gt;UI/UX improvements
&lt;/li&gt;
&lt;li&gt;Adding features (mic input, editor, etc.)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're interested, check it out:&lt;/p&gt;

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




&lt;h2&gt;
  
  
  Final note
&lt;/h2&gt;

&lt;p&gt;This is still a work in progress, but the core idea is already working.&lt;/p&gt;

&lt;p&gt;If you’ve ever wanted a &lt;strong&gt;Screen Studio-like tool on Windows&lt;/strong&gt;, this might be it.&lt;/p&gt;

&lt;p&gt;Would love feedback or contributions.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>LeakScope: Supabase Security Scanner That Finds Leaks in Seconds</title>
      <dc:creator>Prom Sereyreaksa</dc:creator>
      <pubDate>Thu, 19 Mar 2026 18:05:31 +0000</pubDate>
      <link>https://dev.to/prom_sereyreaksa/leakscope-supabase-security-scanner-that-finds-leaks-in-seconds-kk3</link>
      <guid>https://dev.to/prom_sereyreaksa/leakscope-supabase-security-scanner-that-finds-leaks-in-seconds-kk3</guid>
      <description>&lt;h2&gt;
  
  
  We Built LeakScope After Seeing the Same Supabase Leaks Everywhere
&lt;/h2&gt;

&lt;p&gt;While pentesting Supabase-powered apps — especially fast-built MVPs using tools like Cursor, Lovable, and Bolt — we kept seeing the same thing:&lt;/p&gt;

&lt;p&gt;The same critical security issues. Over and over again.&lt;/p&gt;

&lt;p&gt;Leaked API keys sitting in frontend code.&lt;br&gt;&lt;br&gt;
Databases with no proper access control.&lt;br&gt;&lt;br&gt;
User data exposed with a simple ID change.&lt;/p&gt;

&lt;p&gt;These weren’t rare mistakes — they were patterns.&lt;/p&gt;

&lt;p&gt;One small misconfiguration, and your entire database could be public.&lt;/p&gt;

&lt;p&gt;We fixed these issues in our own projects first.&lt;br&gt;&lt;br&gt;
Then we realized: this isn’t just our problem — it’s everywhere.&lt;/p&gt;




&lt;h2&gt;
  
  
  Introducing LeakScope
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://www.leakscope.tech/" rel="noopener noreferrer"&gt;https://www.leakscope.tech/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LeakScope is a free security scanner for Supabase apps.&lt;/p&gt;

&lt;p&gt;Just paste your app URL and get a clear report in seconds.&lt;/p&gt;

&lt;p&gt;No login. No setup. No risk to your project.&lt;/p&gt;




&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%2Fyjmnkmpg8x17z7ex0ven.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%2Fyjmnkmpg8x17z7ex0ven.png" alt="LeakScope Preview" width="800" height="401"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What We Kept Finding
&lt;/h2&gt;

&lt;p&gt;Across hundreds of real apps, the same issues showed up again and again:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;API keys exposed in public JavaScript
&lt;/li&gt;
&lt;li&gt;Weak or missing access control (RLS)
&lt;/li&gt;
&lt;li&gt;Users able to access other users’ data
&lt;/li&gt;
&lt;li&gt;Sensitive data leaking in responses
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are the kinds of issues that can quietly turn into major breaches.&lt;/p&gt;




&lt;h2&gt;
  
  
  Real Impact
&lt;/h2&gt;

&lt;p&gt;Since launching in March 2026:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1,600+ apps scanned
&lt;/li&gt;
&lt;li&gt;11,000+ vulnerabilities found
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many of them were serious enough to expose entire databases.&lt;/p&gt;




&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;LeakScope scans your app the same way an attacker would — from the outside.&lt;/p&gt;

&lt;p&gt;It looks at publicly accessible code and endpoints, and flags real risks with clear explanations so you know exactly what to fix.&lt;/p&gt;

&lt;p&gt;Everything is read-only, and nothing is stored.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who This Is For
&lt;/h2&gt;

&lt;p&gt;If you're:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building fast with Supabase
&lt;/li&gt;
&lt;li&gt;Shipping MVPs with AI tools
&lt;/li&gt;
&lt;li&gt;Not 100% confident about your security
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;LeakScope gives you a quick safety check before things go wrong.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Go to &lt;a href="https://www.leakscope.tech/" rel="noopener noreferrer"&gt;https://www.leakscope.tech/&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Paste your app URL&lt;br&gt;&lt;br&gt;
Run a scan  &lt;/p&gt;

&lt;p&gt;Takes less than a minute.&lt;/p&gt;




&lt;p&gt;We built LeakScope because we kept seeing the same problems everywhere.&lt;/p&gt;

&lt;p&gt;Now you can catch them before someone else does.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>startup</category>
      <category>vibecoding</category>
    </item>
  </channel>
</rss>
