<?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: Peter Deacon</title>
    <description>The latest articles on DEV Community by Peter Deacon (@rageypeep).</description>
    <link>https://dev.to/rageypeep</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%2F3817134%2F06e95ce9-3e97-43db-9374-6057de64c261.jpg</url>
      <title>DEV Community: Peter Deacon</title>
      <link>https://dev.to/rageypeep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rageypeep"/>
    <language>en</language>
    <item>
      <title>Hello Dev.to 👋 I'm building small tools with Flask and HTMX</title>
      <dc:creator>Peter Deacon</dc:creator>
      <pubDate>Tue, 10 Mar 2026 15:09:06 +0000</pubDate>
      <link>https://dev.to/rageypeep/hello-devto-im-building-small-tools-with-flask-and-htmx-in4</link>
      <guid>https://dev.to/rageypeep/hello-devto-im-building-small-tools-with-flask-and-htmx-in4</guid>
      <description>&lt;p&gt;Hi everyone!&lt;/p&gt;

&lt;p&gt;I’ve just joined Dev.to so I thought I’d introduce myself.&lt;/p&gt;

&lt;p&gt;I’m a hobby developer from the UK who enjoys building small web tools and experimenting with lightweight stacks. Recently I’ve been trying to keep things simple and focus on server-side rendering instead of heavy frontend frameworks.&lt;/p&gt;

&lt;p&gt;My current favourite stack is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python / Flask&lt;/li&gt;
&lt;li&gt;HTMX&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;Server-rendered templates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I really enjoy how HTMX lets you build interactive interfaces without needing a full SPA framework. It feels a lot closer to traditional web development, just with nicer interactions.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m working on
&lt;/h2&gt;

&lt;p&gt;My current project is called &lt;a href="https://jotspot.io" rel="noopener noreferrer"&gt;JotSpot&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It’s a small tool for creating quick &lt;strong&gt;shareable Markdown pages&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The goal is to keep it extremely lightweight:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;open the page&lt;/li&gt;
&lt;li&gt;start typing&lt;/li&gt;
&lt;li&gt;get a shareable link&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No complicated setup or heavy UI.&lt;/p&gt;

&lt;p&gt;One feature I’ve been experimenting with recently is a CLI API, so you can create notes directly from the terminal.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;echo "Hello world" | curl https://jotspot.io/api/v1/jots/text --data-binary @-&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;That instantly creates a draft jot.&lt;/p&gt;

&lt;p&gt;You can also fetch raw text versions like:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;https://jotspot.io/j/&amp;lt;slug&amp;gt;.txt&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I like building
&lt;/h2&gt;

&lt;p&gt;I’m especially interested in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;small web tools&lt;/li&gt;
&lt;li&gt;developer utilities&lt;/li&gt;
&lt;li&gt;simple architectures&lt;/li&gt;
&lt;li&gt;server-side rendering&lt;/li&gt;
&lt;li&gt;avoiding unnecessary complexity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m always experimenting and learning new things, so I’m looking forward to seeing what everyone here is building too.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and hello Dev.to 👋&lt;/p&gt;

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