<?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: Robert Fridzema</title>
    <description>The latest articles on DEV Community by Robert Fridzema (@fridzema).</description>
    <link>https://dev.to/fridzema</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%2F267710%2F924f732b-cb45-41b5-b0a4-a6150fa01c3c.jpg</url>
      <title>DEV Community: Robert Fridzema</title>
      <link>https://dev.to/fridzema</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fridzema"/>
    <language>en</language>
    <item>
      <title>Announcement: OxideDock Rust + Vue 3 desktop starter built on Tauri v2</title>
      <dc:creator>Robert Fridzema</dc:creator>
      <pubDate>Mon, 16 Feb 2026 09:18:29 +0000</pubDate>
      <link>https://dev.to/fridzema/announcement-oxidedock-rust-vue-3-desktop-starter-built-on-tauri-v2-3d6a</link>
      <guid>https://dev.to/fridzema/announcement-oxidedock-rust-vue-3-desktop-starter-built-on-tauri-v2-3d6a</guid>
      <description>&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%2F9nfiikrj7ubyllsyyhn9.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%2F9nfiikrj7ubyllsyyhn9.png" alt=" " width="800" height="598"&gt;&lt;/a&gt;&lt;br&gt;
I built a Tauri v2 + Vue 3 desktop starter so you don't have to wire up the boring stuff. I got tired of setting up the same thing every time I wanted to build a desktop app. Routing, state management, testing, linting, CI/CD, release pipelines — it's always the same dance before you can write a single line of actual app code. By the time everything worked together, I'd lost interest in the actual app i was aiming to build.&lt;/p&gt;

&lt;p&gt;So I put together &lt;a href="https://github.com/fridzema/oxide-dock" rel="noopener noreferrer"&gt;https://github.com/fridzema/oxide-dock&lt;/a&gt;&lt;br&gt;
It's a extensive starter template that gives you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tauri v2 + Vue 3 + TypeScript + Tailwind CSS v4&lt;/li&gt;
&lt;li&gt;Vitest and Playwright already configured (100% coverage)&lt;/li&gt;
&lt;li&gt;Rust tests run on Linux, macOS, and Windows in parallel&lt;/li&gt;
&lt;li&gt;ESLint, Prettier, Oxlint, Clippy, Rustfmt — all wired up with pre-commit hooks&lt;/li&gt;
&lt;li&gt;GitHub Actions CI that lints, tests, and builds on all three platforms&lt;/li&gt;
&lt;li&gt;Daily security audits on both Rust and JS dependencies via cargo-audit and bun audit&lt;/li&gt;
&lt;li&gt;Pre-commit hooks via Lefthook so bad code doesn't reach the repo&lt;/li&gt;
&lt;li&gt;Push a version tag and you get .dmg, .deb, .AppImage, .msi, and .exe automatically&lt;/li&gt;
&lt;li&gt;make bootstrap renames the entire project to your app name in one command&lt;/li&gt;
&lt;li&gt;Small app footprint (6,9MB)&lt;/li&gt;
&lt;li&gt;And many more...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Run make setup &amp;amp;&amp;amp; make dev and you're building your actual app.&lt;/p&gt;

&lt;p&gt;I posted this on r/vuejs a few days ago and it's been sitting at #1 on the subreddit since then, which honestly caught me off guard. The feedback there helped me tighten up a few things, and a couple of feature ideas from the comments are already on my list.&lt;/p&gt;

&lt;p&gt;It's MIT licensed. Fork it, gut it, make it yours. If you've been meaning to try Tauri but kept putting it off because of the setup overhead, this might save you a weekend(s).&lt;/p&gt;

&lt;p&gt;Would love to hear what you'd add or change.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>rust</category>
      <category>showdev</category>
      <category>vue</category>
    </item>
  </channel>
</rss>
