<?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: Rousselle laurent</title>
    <description>The latest articles on DEV Community by Rousselle laurent (@rousselle_laurent_45ab3e2).</description>
    <link>https://dev.to/rousselle_laurent_45ab3e2</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%2F3896486%2F83a1e359-7643-4b3a-b406-80160b792f3f.png</url>
      <title>DEV Community: Rousselle laurent</title>
      <link>https://dev.to/rousselle_laurent_45ab3e2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rousselle_laurent_45ab3e2"/>
    <language>en</language>
    <item>
      <title>Why I Built an Offline Collection App With No Account and No Cloud (DollVault)</title>
      <dc:creator>Rousselle laurent</dc:creator>
      <pubDate>Fri, 24 Apr 2026 18:03:02 +0000</pubDate>
      <link>https://dev.to/rousselle_laurent_45ab3e2/why-i-built-an-offline-collection-app-with-no-account-and-no-cloud-dollvault-1o9g</link>
      <guid>https://dev.to/rousselle_laurent_45ab3e2/why-i-built-an-offline-collection-app-with-no-account-and-no-cloud-dollvault-1o9g</guid>
      <description>&lt;p&gt;In 2026, almost every app asks you to create an account.&lt;/p&gt;

&lt;p&gt;Email, password, cloud sync, data storage… it has become the default.&lt;br&gt;
But for some use cases, that default no longer makes sense.&lt;br&gt;
That’s exactly the problem I ran into.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;The problem with modern apps &lt;br&gt;
I was looking for a simple way to manage a private collection.&lt;br&gt;
What I found instead were apps that were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cloud-based&lt;/li&gt;
&lt;li&gt;account-driven&lt;/li&gt;
&lt;li&gt;tracking user behavior&lt;/li&gt;
&lt;li&gt;often overcomplicated&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even for something as simple as tracking items, most tools required handing over personal data.&lt;br&gt;
That raised a simple question:&lt;br&gt;
Do we really need the cloud for everything?&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;Privacy is not optional for everyone&lt;br&gt;
Some types of collections are more sensitive than others.&lt;br&gt;
In certain communities, privacy isn’t just a preference — it’s expected. And yet, most apps completely ignore that.&lt;br&gt;
They assume users are fine with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;creating accounts&lt;/li&gt;
&lt;li&gt;syncing data online&lt;/li&gt;
&lt;li&gt;storing personal information on remote servers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But that assumption is wrong for a growing number of users.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;The idea: remove everything unnecessary&lt;br&gt;
So I decided to build something different.&lt;/p&gt;

&lt;p&gt;A collection app with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;no account&lt;/li&gt;
&lt;li&gt;no cloud&lt;/li&gt;
&lt;li&gt;no tracking
Just a simple tool that works entirely on your device.
That idea became DollVault.&lt;/li&gt;
&lt;/ul&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%2F9v81ilnujlzn2t5jzo61.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%2F9v81ilnujlzn2t5jzo61.PNG" alt=" " width="800" height="1734"&gt;&lt;/a&gt;&lt;br&gt;
⸻&lt;/p&gt;

&lt;p&gt;What “offline-first” really means&lt;br&gt;
Offline-first is often used as a buzzword.&lt;br&gt;
But in this case, it’s literal.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;All data is stored locally&lt;/li&gt;
&lt;li&gt;Nothing is sent to external servers&lt;/li&gt;
&lt;li&gt;No analytics, no tracking scripts&lt;/li&gt;
&lt;li&gt;No login system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app works instantly, without friction.&lt;br&gt;
And more importantly:&lt;br&gt;
you stay in control of your data&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;Simplicity over features&lt;br&gt;
Another issue I noticed with existing apps was feature overload.&lt;br&gt;
Too many options, too many menus, too much friction.&lt;/p&gt;

&lt;p&gt;So I focused on keeping things simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;track your collection&lt;/li&gt;
&lt;li&gt;manage a wishlist&lt;/li&gt;
&lt;li&gt;organize items clearly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s it.&lt;br&gt;
No unnecessary complexity.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;Building a small ecosystem&lt;br&gt;
DollVault is not a standalone idea.&lt;br&gt;
It’s part of a small ecosystem I’m building around the same philosophy.&lt;br&gt;
Alongside it, there’s DollCare Schedule, an app focused on maintenance tracking.&lt;br&gt;
The goal is simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;one app for collection&lt;/li&gt;
&lt;li&gt;one app for care&lt;/li&gt;
&lt;li&gt;both private and offline&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;A different direction&lt;br&gt;
Most apps today are built around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;data collection&lt;/li&gt;
&lt;li&gt;subscriptions&lt;/li&gt;
&lt;li&gt;cloud infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DollVault goes in the opposite direction. It’s built around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;privacy&lt;/li&gt;
&lt;li&gt;simplicity&lt;/li&gt;
&lt;li&gt;full user control&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;Final thoughts&lt;br&gt;
Not every app needs to be offline.&lt;br&gt;
Not every app needs to avoid the cloud.&lt;br&gt;
But some do.&lt;br&gt;
And for those use cases, the current ecosystem is still lacking.&lt;br&gt;
That’s what I wanted to fix.&lt;/p&gt;

&lt;p&gt;⸻&lt;/p&gt;

&lt;p&gt;If you’re curious, you can check it out here:&lt;br&gt;
&lt;a href="https://apps.apple.com/us/app/doll-vault-collection-log/id6759059469" rel="noopener noreferrer"&gt;https://apps.apple.com/us/app/doll-vault-collection-log/id6759059469&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And more details here:&lt;br&gt;
&lt;a href="https://sultrydollwear.com/pages/doll-vault-app" rel="noopener noreferrer"&gt;https://sultrydollwear.com/pages/doll-vault-app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>mobile</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
