| Hi everyone, I wanted a fast, privacy-focused way to track equipment, tools, and inventory using physical NFC tags and QR codes without handing my data over to a third-party SaaS cloud. So, I built an app called GridStorage. A quick note on how it was built: I used AI to help (of course) code this, but I didn't just rely on a lazy one-prompt bot. Because I have a background working with Flutter, I guided the process file-by-file, carefully reviewing and controlling the architecture, state management, and error handling every step of the way. How it's holding up in the real world: I’ve been running the backend container on my QNAP NAS at work for the past 3 months now, and it has genuinely been rock solid for my daily workflow. What it does: 100% Free Local Mode: Works completely offline on your Android device if you don't want to run a server. Self-Hosted Backend: You can deploy the backend via Docker Windows or e.g. QNAP NAS to keep 100% ownership of your data. Platforms: The mobile app is already published on Google Play, and I can also share the web dashboard version if anyone is interested in running the full stack. I put together a page with all the details, setup instructions, and download links here: 🔗 https://nexlay.github.io/GridStorage-Info/ I’d love to hear your thoughts, feedback, or any critique from fellow self-hosters! [link] [留言] |
I got tired of subscription inventory apps, so I built my own self-hosted NFC/barcode tracker (Flutter + Docker/QNAP)
Related
Reaching your own LAN without port forwarding, public URLs, or a VPN concentrator
Disclosure: I maintain Lantunnel. It is Apache-2.0 and the source is linked at the end. Every self-hoster hits the same wall. The NAS is at home. The GPU box is at the office. Ollama is on the desktop you walked away from. All of them sit behind NAT, and none of them belong on the public internet.
Demystifying HarmonyOS NEXT: A Deep Dive Into the Architecture, ArkUI, and Distributed Core
Under-the-hood breakdown of Huawei’s “Pure HarmonyOS” SDK for engineers and architects. For the past decade, mobile operating system architecture has been dominated by two paradigms: Android’s JVM-based, garbage-collected model, and iOS’s Darwin/Mach kernel with Swift/Objective-C. Huawei’s Harmony
Orca: the ADE for orchestrating a fleet of coding agents in parallel
What do you do when Claude Code proposes one solution, Codex a different one, and Gemini a third? The usual move is to pick an agent up front and take whatever it produces. Orca changes that dynamic: it runs all three at once, each isolated in its own git worktree, and lets you compare the results a