<?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: Sandro Hu</title>
    <description>The latest articles on DEV Community by Sandro Hu (@oranguengineer).</description>
    <link>https://dev.to/oranguengineer</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%2F3902487%2Fdda4efa0-028d-4a75-9d37-298cd834d95b.png</url>
      <title>DEV Community: Sandro Hu</title>
      <link>https://dev.to/oranguengineer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oranguengineer"/>
    <language>en</language>
    <item>
      <title>Building WeRemember in Public — Day 0: Why Another Calendar App?</title>
      <dc:creator>Sandro Hu</dc:creator>
      <pubDate>Thu, 14 May 2026 20:34:58 +0000</pubDate>
      <link>https://dev.to/oranguengineer/building-weremember-in-public-day-0-why-another-calendar-app-mb4</link>
      <guid>https://dev.to/oranguengineer/building-weremember-in-public-day-0-why-another-calendar-app-mb4</guid>
      <description>&lt;p&gt;&lt;em&gt;This is the start of a build-in-public series. No code yet. Just the why — because that's where everything starts.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  I Call Myself an Indie Hacker. But Right Now I'm Sitting in a Lecture Hall.
&lt;/h2&gt;

&lt;p&gt;My bio says "indie hacker swinging through the jungle." The reality is slightly less cinematic: I'm a computer engineering student, and lately my lectures have been covering Django.&lt;/p&gt;

&lt;p&gt;Something clicked.&lt;/p&gt;

&lt;p&gt;I'd been turning over a product idea in my head for a while — a privacy-first calendar, built for people who actually care about where their data lives. And suddenly I had a framework I was learning in depth, a real reason to go beyond the tutorial, and a project worth building.&lt;/p&gt;

&lt;p&gt;So here we are.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Google Calendar is the obvious choice for most people. It works, it's everywhere, it's free.&lt;/p&gt;

&lt;p&gt;But free means your events, your routines, your life, are sitting on someone else's servers. For a lot of people that's a fine tradeoff. For me, it's not.&lt;/p&gt;

&lt;p&gt;I wanted a calendar that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keeps data local — self-hosted, no cloud you didn't choose&lt;/li&gt;
&lt;li&gt;Works without phoning home&lt;/li&gt;
&lt;li&gt;Can be owned completely by whoever runs it
That app didn't exist in a form I was happy with. So I'm building it.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why Django? Why Now?
&lt;/h2&gt;

&lt;p&gt;Timing matters. I'm learning Django properly in university right now — not through a YouTube tutorial I'll abandon, but through structured coursework that's forcing me to understand it at the right depth. It felt wrong not to use that momentum.&lt;/p&gt;

&lt;p&gt;Django also happens to be a genuinely good fit:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Battle-tested for web apps with auth and data models&lt;/li&gt;
&lt;li&gt;HTMX + Alpine.js for a fast, interactive frontend without a full JS framework&lt;/li&gt;
&lt;li&gt;SQLite for self-hosting simplicity, PostgreSQL for the cloud version
I'm not picking Django to be clever. I'm picking it because I'm learning it right now and it fits the problem.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What WeRemember Actually Is
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;We Remember&lt;/strong&gt; (结绳记事 — literally "tying knots to remember") is a privacy-first, self-hostable calendar app.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No trackers, no Google, data stays local&lt;/strong&gt; — self-host it and it never leaves your machine&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AGPL licensed&lt;/strong&gt; — if you fork it and run it as a service, you open-source it too&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extensible by design&lt;/strong&gt; — a plugin system is on the roadmap for the long term
The target for now: privacy-conscious self-hosters and European users who live in GDPR culture and are willing to pay for privacy.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;The repo is live at &lt;a href="https://github.com/OranguStudio/we-remember" rel="noopener noreferrer"&gt;github.com/OranguStudio/we-remember&lt;/a&gt;. Follow along on X &lt;a href="https://x.com/OranguEngineer" rel="noopener noreferrer"&gt;@OranguEngineer&lt;/a&gt; or here on dev.to. Day 1 drops when the foundation is solid.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>buildinpublic</category>
      <category>privacy</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
