<?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: Perfecture</title>
    <description>The latest articles on DEV Community by Perfecture (@perfecture).</description>
    <link>https://dev.to/perfecture</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%2F4099020%2Fc5a65564-01b2-48fd-8eb0-c9cc19917473.png</url>
      <title>DEV Community: Perfecture</title>
      <link>https://dev.to/perfecture</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/perfecture"/>
    <language>en</language>
    <item>
      <title>I built a slot alert system for French prefectures</title>
      <dc:creator>Perfecture</dc:creator>
      <pubDate>Fri, 28 Aug 2026 13:20:34 +0000</pubDate>
      <link>https://dev.to/perfecture/i-built-a-slot-alert-system-for-french-prefectures-1kfp</link>
      <guid>https://dev.to/perfecture/i-built-a-slot-alert-system-for-french-prefectures-1kfp</guid>
      <description>&lt;p&gt;French administrative appointments are a nightmare: prefectures release appointment slots at random times, and they vanish in minutes. Titre de séjour, passeport, driving licence medical commission... people refresh pages for weeks.&lt;/p&gt;

&lt;h3&gt;
  
  
  The problem
&lt;/h3&gt;

&lt;p&gt;Prefecture booking systems are old web forms with no notification feature. Slots appear at 8am or 7pm, gone in 10 minutes. For a driving licence medical commission (a mandatory visit for many drivers), waiting months is normal.&lt;/p&gt;

&lt;h3&gt;
  
  
  The solution
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://perfecture.fr" rel="noopener noreferrer"&gt;Perfecture.fr&lt;/a&gt; polls prefecture booking pages continuously and sends an alert the moment a slot opens. Stack: Next.js for the frontend, Python workers for the polling, Supabase for storage, Redis for queues.&lt;/p&gt;

&lt;h3&gt;
  
  
  Lessons learned
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Slot release patterns are predictable: morning and evening peaks (10h00 and 18h00 see most releases).&lt;/li&gt;
&lt;li&gt;Alert latency matters more than coverage: users checking a 7h20 slot found it gone by 7h30.&lt;/li&gt;
&lt;li&gt;Batch size tuning (20 → 5) made watched campaigns much more responsive.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's in beta and free: &lt;a href="https://perfecture.fr" rel="noopener noreferrer"&gt;perfecture.fr&lt;/a&gt;. If you've ever fought with a French administrative booking system, you know why this exists.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>python</category>
    </item>
  </channel>
</rss>
