<?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: Ruben</title>
    <description>The latest articles on DEV Community by Ruben (@tulu).</description>
    <link>https://dev.to/tulu</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%2F617593%2F7735df33-d4f2-443a-93d3-2a549f47163e.jpg</url>
      <title>DEV Community: Ruben</title>
      <link>https://dev.to/tulu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tulu"/>
    <language>en</language>
    <item>
      <title>I replaced my personal tracking spreadsheets with mini-apps I built myself</title>
      <dc:creator>Ruben</dc:creator>
      <pubDate>Tue, 28 Apr 2026 16:56:05 +0000</pubDate>
      <link>https://dev.to/tulu/i-replaced-my-personal-tracking-spreadsheets-with-mini-apps-i-built-myself-1523</link>
      <guid>https://dev.to/tulu/i-replaced-my-personal-tracking-spreadsheets-with-mini-apps-i-built-myself-1523</guid>
      <description>&lt;p&gt;I had spreadsheets for everything.&lt;/p&gt;

&lt;p&gt;Money I lent to friends. Domain renewals. Bookmarks I'd never find again. Birthdays I'd forget. Each one a tab in a file I'd eventually lose or &lt;br&gt;
share by accident.&lt;/p&gt;

&lt;p&gt;So I built NoSheetKit — a suite of small focused tools that each do one job.&lt;/p&gt;

&lt;h2&gt;
  
  
  The philosophy
&lt;/h2&gt;

&lt;p&gt;No backend. No database. No signup. Data stays in your browser via localStorage.&lt;/p&gt;

&lt;p&gt;If you want backups, you have two options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Local export&lt;/strong&gt; — download a ZIP with one JSON file per app, anytime, no login needed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Drive&lt;/strong&gt; — connect your account and generate/upload that same ZIP automatically 
to your own Drive. No shared storage, no third-party servers — your Drive, your file.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; (App Router)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; + &lt;strong&gt;shadcn/ui&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;localStorage&lt;/strong&gt; as primary storage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google OAuth&lt;/strong&gt; for optional login&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Drive API&lt;/strong&gt; for automatic backups&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Calendar API&lt;/strong&gt; for reminders&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The apps
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Loans&lt;/strong&gt; — money lent/borrowed with partial payments and balances&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dates&lt;/strong&gt; — birthdays, anniversaries, reminders&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Domains&lt;/strong&gt; — portfolio with renewal dates and alerts&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Links&lt;/strong&gt; — saved URLs with tags&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tasks&lt;/strong&gt; — kanban + list with spaces&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Collections&lt;/strong&gt; — books, games, gear tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Some decisions I found interesting
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;localStorage over IndexedDB&lt;/strong&gt; — simpler, sufficient for personal data volumes, &lt;br&gt;
easier to debug and export.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cold backup over live sync&lt;/strong&gt; — Drive backup only triggers manually or at &lt;br&gt;
login/logout. No conflict resolution needed, no sync complexity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No global state&lt;/strong&gt; — each mini-app is fully independent. No Zustand, no context &lt;br&gt;
hell. Just a generic &lt;code&gt;useLocalStorage&lt;/code&gt; hook shared across apps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Live demo (no signup needed): &lt;a href="https://nosheetkit.com" rel="noopener noreferrer"&gt;https://nosheetkit.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Repo (MIT): &lt;a href="https://github.com/tulu/no-sheet-kit" rel="noopener noreferrer"&gt;https://github.com/tulu/no-sheet-kit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback on the architecture or the product direction.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>nextjs</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
