<?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: Radhey Kalra</title>
    <description>The latest articles on DEV Community by Radhey Kalra (@jr4dh3y).</description>
    <link>https://dev.to/jr4dh3y</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%2F3964269%2F610637a2-f6eb-432d-927f-3b0394b8e458.jpeg</url>
      <title>DEV Community: Radhey Kalra</title>
      <link>https://dev.to/jr4dh3y</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jr4dh3y"/>
    <language>en</language>
    <item>
      <title>I built BoxBox, a self-hosted file manager for home-labs</title>
      <dc:creator>Radhey Kalra</dc:creator>
      <pubDate>Tue, 02 Jun 2026 10:48:09 +0000</pubDate>
      <link>https://dev.to/jr4dh3y/i-built-boxbox-a-self-hosted-file-manager-for-home-labs-12eg</link>
      <guid>https://dev.to/jr4dh3y/i-built-boxbox-a-self-hosted-file-manager-for-home-labs-12eg</guid>
      <description>&lt;p&gt;I wanted a simple way to manage files on my Linux server from the browser.&lt;/p&gt;

&lt;p&gt;Not a full cloud suite.&lt;br&gt;
Not a bloated desktop app.&lt;br&gt;
Just a clean web UI over the folders and disks I already have mounted.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;BoxBox&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;BoxBox is a self-hosted file manager for homelabs, NAS-style setups, and bare-metal Linux servers.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/jR4dh3y/BoxBox" rel="noopener noreferrer"&gt;https://github.com/jR4dh3y/BoxBox&lt;/a&gt;&lt;br&gt;
Site: &lt;a href="https://boxbox.radhey.dev" rel="noopener noreferrer"&gt;https://boxbox.radhey.dev&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;BoxBox lets you browse multiple mounted paths from one UI:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/mnt/storage
/srv/media
/home/user
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-mount navigation&lt;/li&gt;
&lt;li&gt;Chunked uploads for large files&lt;/li&gt;
&lt;li&gt;Real-time progress through WebSockets&lt;/li&gt;
&lt;li&gt;Copy, move, and delete operations&lt;/li&gt;
&lt;li&gt;Image, audio, video, PDF, code, and text previews&lt;/li&gt;
&lt;li&gt;Monaco editor for editing config and code files in the browser&lt;/li&gt;
&lt;li&gt;Docker and Compose deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main idea is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Manage Linux server files like local folders.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Why not just use Nextcloud?
&lt;/h2&gt;

&lt;p&gt;Nextcloud, Seafile, Syncthing, and similar tools are great, but they are much bigger than what I wanted.&lt;/p&gt;

&lt;p&gt;I did not need calendars, contacts, sync clients, plugins, or a whole cloud ecosystem.&lt;/p&gt;

&lt;p&gt;I wanted something narrower:&lt;/p&gt;

&lt;p&gt;Open browser. Pick mount. Browse files. Upload and download. Preview media. Edit config files. Move stuff around.&lt;/p&gt;

&lt;p&gt;That is the core loop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;p&gt;The backend is written in &lt;strong&gt;Go&lt;/strong&gt;.&lt;br&gt;
The frontend is built with &lt;strong&gt;SvelteKit&lt;/strong&gt; and &lt;strong&gt;TypeScript&lt;/strong&gt;.&lt;br&gt;
The editor uses &lt;strong&gt;Monaco&lt;/strong&gt;.&lt;br&gt;
Live progress and events use &lt;strong&gt;WebSockets&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Deployment is Docker-first, so the setup is meant to stay simple for homelab use.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I want feedback on
&lt;/h2&gt;

&lt;p&gt;BoxBox is still early, and I would love feedback from people who actually run homelabs or NAS servers.&lt;/p&gt;

&lt;p&gt;PRs, issues, feature requests, commits, bug reports, and security feedback are open.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/jR4dh3y/BoxBox" rel="noopener noreferrer"&gt;https://github.com/jR4dh3y/BoxBox&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>go</category>
      <category>svelte</category>
      <category>selfhosting</category>
    </item>
  </channel>
</rss>
