<?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: meghost</title>
    <description>The latest articles on DEV Community by meghost (@meghost_cfd3ab1dc3cca8ed9).</description>
    <link>https://dev.to/meghost_cfd3ab1dc3cca8ed9</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3993218%2Fd38b200c-f604-415e-845e-a6cd4ba445a7.png</url>
      <title>DEV Community: meghost</title>
      <link>https://dev.to/meghost_cfd3ab1dc3cca8ed9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meghost_cfd3ab1dc3cca8ed9"/>
    <language>en</language>
    <item>
      <title>I built an open-source, self-hostable Toggl alternative with built-in invoicing</title>
      <dc:creator>meghost</dc:creator>
      <pubDate>Fri, 19 Jun 2026 20:57:11 +0000</pubDate>
      <link>https://dev.to/meghost_cfd3ab1dc3cca8ed9/i-built-an-open-source-self-hostable-toggl-alternative-with-built-in-invoicing-6nf</link>
      <guid>https://dev.to/meghost_cfd3ab1dc3cca8ed9/i-built-an-open-source-self-hostable-toggl-alternative-with-built-in-invoicing-6nf</guid>
      <description>&lt;p&gt;As a designer who freelances on the side, I kept hitting the same two annoyances with time trackers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The good ones are proprietary, cloud-only, and charge &lt;strong&gt;per seat&lt;/strong&gt; the moment you grow.&lt;/li&gt;
&lt;li&gt;There's always an awkward gap between &lt;em&gt;"hours tracked"&lt;/em&gt; and &lt;em&gt;"invoice the client actually pays."&lt;/em&gt; You track in one tool, then re-type everything into an invoice somewhere else.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So I built &lt;strong&gt;&lt;a href="https://logr.work" rel="noopener noreferrer"&gt;Logr&lt;/a&gt;&lt;/strong&gt; — a free, open-source, self-hostable time tracker where the timer, per-client rates, and invoicing all live on &lt;strong&gt;one screen&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;⏱️ One-click timer with an automatic, live day timeline&lt;/li&gt;
&lt;li&gt;💸 &lt;strong&gt;Built-in invoicing&lt;/strong&gt; — turn unbilled sessions into an invoice in a couple of clicks&lt;/li&gt;
&lt;li&gt;🔗 Shareable invoice &amp;amp; report links (your client just opens a URL — no account)&lt;/li&gt;
&lt;li&gt;👥 Per-client / per-project billing rates&lt;/li&gt;
&lt;li&gt;📥 Import your history from Toggl (CSV)&lt;/li&gt;
&lt;li&gt;🤖 A built-in &lt;strong&gt;MCP server endpoint&lt;/strong&gt; — so you can query your own time data from an AI assistant&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why open-source + self-hostable
&lt;/h2&gt;

&lt;p&gt;Your time entries and client data are sensitive. With Logr they live in &lt;strong&gt;your own Supabase database&lt;/strong&gt; — not on a vendor's servers. The whole codebase is &lt;strong&gt;AGPL-3.0&lt;/strong&gt;, so you can audit it, fork it, or host it yourself. No per-seat pricing, no feature gating, no lock-in.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 16&lt;/strong&gt; (App Router) + &lt;strong&gt;React 19&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; (Postgres + auth + RLS)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind v4&lt;/strong&gt; + shadcn/ui&lt;/li&gt;
&lt;li&gt;Deploys to &lt;strong&gt;Vercel&lt;/strong&gt; (one click), &lt;strong&gt;Docker&lt;/strong&gt;, Fly.io, or any Node host&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Self-host it in ~5 minutes
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git clone https://github.com/zerox9dev/logr
# create a free Supabase project, then set 3 env vars:
#   NEXT_PUBLIC_SUPABASE_URL
#   NEXT_PUBLIC_SUPABASE_ANON_KEY
#   SUPABASE_SERVICE_ROLE_KEY
npm install &amp;amp;&amp;amp; npm run build &amp;amp;&amp;amp; npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>showdev</category>
      <category>opensource</category>
      <category>selfhosted</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
