<?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: Robby Schlesinger</title>
    <description>The latest articles on DEV Community by Robby Schlesinger (@rlschlesinger).</description>
    <link>https://dev.to/rlschlesinger</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%2F3923532%2F0a8e14bf-4711-4204-8d71-287775f2ed53.png</url>
      <title>DEV Community: Robby Schlesinger</title>
      <link>https://dev.to/rlschlesinger</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rlschlesinger"/>
    <language>en</language>
    <item>
      <title>I Stopped Using Notion, Linear, and Airtable. Now Everything Lives in Obsidian.</title>
      <dc:creator>Robby Schlesinger</dc:creator>
      <pubDate>Sun, 10 May 2026 16:37:15 +0000</pubDate>
      <link>https://dev.to/rlschlesinger/i-stopped-using-notion-linear-and-airtable-now-everything-lives-in-obsidian-2f7c</link>
      <guid>https://dev.to/rlschlesinger/i-stopped-using-notion-linear-and-airtable-now-everything-lives-in-obsidian-2f7c</guid>
      <description>&lt;h2&gt;
  
  
  How I built a Bases-powered personal OS that runs my whole business from one vault
&lt;/h2&gt;

&lt;p&gt;For two years, I ran my business across six different tools.&lt;/p&gt;

&lt;p&gt;Notion for projects. Linear for tasks. Airtable for customers. Google Sheets for revenue. Readwise for book notes. And a notes app for everything else that didn't fit anywhere.&lt;/p&gt;

&lt;p&gt;Every week, I'd start Monday in five browser tabs, mentally reconstructing what was happening, what was late, and who I needed to follow up with. I wasn't running a business. I was doing triage.&lt;/p&gt;

&lt;p&gt;The irony? I'm a solo founder. One person. I was spending more time managing tools than doing work.&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem with "systems" built from multiple apps
&lt;/h2&gt;

&lt;p&gt;Productivity tools are optimized for teams. Linear assumes you have engineers. Notion assumes you have an ops person who'll maintain the workspace. Airtable assumes you want to pay per seat.&lt;/p&gt;

&lt;p&gt;None of them are built for the person who is also their own PM, sales rep, customer support agent, and finance department.&lt;/p&gt;

&lt;p&gt;When you're that person, the coordination overhead of moving data between apps isn't just annoying — it's a context-switch tax that compounds. Every time I had to open a new tool to find something, I lost a minute. Multiply that by 30 times a day.&lt;/p&gt;

&lt;p&gt;I started looking for a single place to put everything.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Obsidian — and why Bases changed everything
&lt;/h2&gt;

&lt;p&gt;I'd been using Obsidian as my notes app for a while. It's local-first (your data is files, not a database), it's fast, and the plugin ecosystem is obsessive.&lt;/p&gt;

&lt;p&gt;But it was always just &lt;em&gt;notes&lt;/em&gt;. Unstructured. Great for thinking, not for tracking.&lt;/p&gt;

&lt;p&gt;Then Obsidian shipped &lt;strong&gt;Bases&lt;/strong&gt; — a built-in database layer that lets you query your own notes like a spreadsheet. Any note with a &lt;code&gt;status: Active&lt;/code&gt; property becomes a row. Any folder becomes a table. You write the filter once, and the view updates automatically as your notes change.&lt;/p&gt;

&lt;p&gt;That's when I started building.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I built: a founder OS in eight databases
&lt;/h2&gt;

&lt;p&gt;Over the past few months, I put together a system I now call &lt;strong&gt;Founder OS&lt;/strong&gt;. It's not a productivity philosophy. It's not a framework. It's a set of eight Bases that live inside your Obsidian vault and cover the actual operational surface of a solo business:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The core four:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Projects&lt;/strong&gt; — what you're building, with status, priority, and area&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tasks&lt;/strong&gt; — linked to projects, with energy tags and due dates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Inbox&lt;/strong&gt; — an unbounded capture layer that gets processed into tasks or notes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Daily Log&lt;/strong&gt; — one note per day, with a morning intention and end-of-day wins&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The business four:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Customers&lt;/strong&gt; — a lightweight CRM: stage, tier, revenue, next action&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Revenue&lt;/strong&gt; — every income and expense tracked, with a P&amp;amp;L formula view&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Content Calendar&lt;/strong&gt; — drafts, scheduled, and published posts, linked to goals&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learnings&lt;/strong&gt; — books, courses, and conversations distilled to key insights&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each one is a &lt;code&gt;.base&lt;/code&gt; file with multiple views. Tasks has a "Today" view, a "This Week" view, and a board. Revenue has a "By Month" view and a running total. Customers has a pipeline Kanban.&lt;/p&gt;

&lt;p&gt;The whole system is about 64 templates and 8 database files. It took weeks to get right.&lt;/p&gt;




&lt;h2&gt;
  
  
  What a workday actually looks like now
&lt;/h2&gt;

&lt;p&gt;I open Obsidian. One app.&lt;/p&gt;

&lt;p&gt;My Daily Log template auto-fills with today's date. Embedded directly in it: my Today tasks (pulled live from the Tasks base), my top active projects, and my revenue for the month so far.&lt;/p&gt;

&lt;p&gt;I capture everything to Inbox — a stray thought, a feature idea, a customer name. Once a day I process the inbox: either trash it, turn it into a task, or file it as a note.&lt;/p&gt;

&lt;p&gt;When I talk to a customer, I open their note in the Customers base. I log the conversation, update their stage, and set a next action. The CRM view updates automatically.&lt;/p&gt;

&lt;p&gt;End of day, I mark tasks done. The Weekly Review template (triggered on Fridays) pulls in that week's wins, my open tasks, and my content published. It takes five minutes.&lt;/p&gt;

&lt;p&gt;That's the whole system. No browser tabs. No Zapier glue. No paying for five subscriptions.&lt;/p&gt;




&lt;h2&gt;
  
  
  The tradeoffs (because nothing is free)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Obsidian Bases is still relatively new.&lt;/strong&gt; It's stable, but it's not Airtable. Some power features (complex relational joins, multi-user editing) aren't there yet. If you have a team, this isn't for you — yet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Setup takes time.&lt;/strong&gt; You need to understand how Bases filters work, how to structure your properties, how templates interact with the database layer. It's learnable, but it's not plug-and-play unless you have a starting point.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It requires discipline.&lt;/strong&gt; The system works because notes get filed correctly. If you stop processing your inbox, the whole thing drifts. That's true of any system, but Obsidian won't nag you with notifications.&lt;/p&gt;




&lt;h2&gt;
  
  
  The download (if you want a head start)
&lt;/h2&gt;

&lt;p&gt;Because the setup took me so long, I packaged the whole thing for other founders to use without rebuilding from scratch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://foundervault.dev" rel="noopener noreferrer"&gt;Founder OS&lt;/a&gt;&lt;/strong&gt; is a ready-to-use Obsidian vault with all eight Bases, 64 templates, sample data, and a setup guide. Three tiers depending on how much of your business you want to bring into Obsidian:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Lite ($19)&lt;/strong&gt; — the core four bases, daily/weekly workflow, all templates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro ($49)&lt;/strong&gt; — all eight bases, CRM, revenue tracking, content calendar&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pro+ ($99)&lt;/strong&gt; — Pro plus quarterly content packs with lifetime updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're already in Obsidian, you can drop it into your existing vault. If you're new, it comes with everything you need to start.&lt;/p&gt;

&lt;p&gt;There's a launch discount running this week — code &lt;code&gt;LAUNCH20&lt;/code&gt; at checkout.&lt;/p&gt;




&lt;h2&gt;
  
  
  Should you try this?
&lt;/h2&gt;

&lt;p&gt;If you're a solo founder, indie hacker, or freelancer who's tired of tab soup — yes, it's worth trying.&lt;/p&gt;

&lt;p&gt;Obsidian is free. The Bases feature is built in. You could build this system yourself with time and patience.&lt;/p&gt;

&lt;p&gt;Or you could start with something that already works and spend your Monday doing the actual work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://foundervault.dev" rel="noopener noreferrer"&gt;foundervault.dev&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I write occasionally about building things solo. Follow if that's your thing.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>obsidian</category>
      <category>productivity</category>
      <category>solopreneur</category>
      <category>pkm</category>
    </item>
  </channel>
</rss>
