<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: las_nish</title><link>https://news.ycombinator.com/user?id=las_nish</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 10:55:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=las_nish" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: I built an open-source CLI to turn your cloud app into a desktop app]]></title><description><![CDATA[
<p>I built an open-source CLI tool to solve a pain point I kept running into as a solo founder.<p>Most SaaS apps stay browser-only because building a desktop client usually means dealing with native frameworks, packaging, platform quirks, signing, CI/CD, and extra infra overhead. It’s slow, expensive, and frankly not worth it for many small teams.<p>This CLI abstracts most of that away. It:<p>- Wraps any existing cloud app into a desktop app
- Requires almost zero native code
- Runs on Windows, macOS, and Linux (Not fully tested on Linux btw)
- Keeps the build pipeline simple (no Electron boilerplate hell)<p>The goal isn’t to replace your cloud stack, it’s to give your users a native-feeling desktop experience without burning weeks on packaging and deployment.<p>I initially built this for my own product but decided to open source it because I know a lot of indie devs and early-stage teams face the same friction.<p>GitHub: <a href="https://github.com/deskofy/deskofy" rel="nofollow">https://github.com/deskofy/deskofy</a> 
Docs: <a href="https://docs.deskofy.app" rel="nofollow">https://docs.deskofy.app</a><p>Would love feedback, edge cases you’d like solved, or any integration ideas :D</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45561000">https://news.ycombinator.com/item?id=45561000</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 12 Oct 2025 19:22:14 +0000</pubDate><link>https://github.com/deskofy/deskofy</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45561000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45561000</guid></item><item><title><![CDATA[New comment by las_nish in "Are there any CLI-only tools that are monetized, no web UI at all?"]]></title><description><![CDATA[
<p>I agree with you. What if the CLI tool used a Stripe payment link for the subscription? Let’s assume the app is called ABC. When a user enters ABC in the terminal, they would see options like accessing the customer portal, deleting their account, etc. Since it’s a developer-focused tool, what are your thoughts?</p>
]]></description><pubDate>Tue, 30 Sep 2025 20:33:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45430872</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45430872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45430872</guid></item><item><title><![CDATA[Are there any CLI-only tools that are monetized, no web UI at all?]]></title><description><![CDATA[
<p>Hey folks,<p>I’m curious if there exist any command-line tools (CLI) that allow users to sign up, log in/out, manage subscription / billing, etc, entirely via terminal, without relying on any web UI or browser flow.<p>I’ve seen many tools that support CLI logins or actions post-login, but still use the web for checkout, payment, plan comparisons, account settings, etc. I’m wondering:<p>- Does anyone know a tool (open source or commercial) that handles full subscription lifecycle strictly via CLI?<p>- What are the technical or practical challenges people encountered in trying to build one?<p>- If this doesn’t exist widely, why do you think that is?<p>Thanks in advance for pointers or experiences you can share!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45430760">https://news.ycombinator.com/item?id=45430760</a></p>
<p>Points: 1</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 30 Sep 2025 20:24:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45430760</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45430760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45430760</guid></item><item><title><![CDATA[New comment by las_nish in "[dead]"]]></title><description><![CDATA[
<p>The idea is simple: most of us spend months building only to find out the product doesn’t resonate. Velovra helps by:<p>1. Collecting signups and early interest from potential users
2. Analyzing the data using proven theories and algorithms + pre-trained purpose-specific AI models
3. Showing whether your product is on track to succeed, based on targets you set (which can change as users evolve)</p>
]]></description><pubDate>Tue, 23 Sep 2025 19:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45351954</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45351954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45351954</guid></item><item><title><![CDATA[New comment by las_nish in "Show HN: A minimalist, encrypted knowledge platform for solo devs and founders"]]></title><description><![CDATA[
<p>Hey,<p>Short answer: Server-side encryption.<p>Long answer: The main application-level encryption key is stored externally in Doppler. Each project’s encryption key is encrypted using this main key. The main key is loaded as an environment variable when the backend server runs. After a set period (X days), the main key is automatically rotated, and all project keys are re-encrypted with the new main key and updated in Doppler.<p>Project keys are assigned to specific user accounts, so only the assigned users can decrypt them. The application does not use end-to-end encryption because future planned features require server-side encryption and decryption rather than client-side.<p>Yes, using LLMs can reduce privacy. To address this, we only send the necessary metadata and selected content to the models. In Ask mode, content is only sent if the user explicitly selects it. Edit mode works the same way: only the specifically selected text or code is passed to the model.<p>Hope this helps :)</p>
]]></description><pubDate>Tue, 23 Sep 2025 15:08:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45348148</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45348148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45348148</guid></item><item><title><![CDATA[New comment by las_nish in "Show HN: A minimalist, encrypted knowledge platform for solo devs and founders"]]></title><description><![CDATA[
<p>Hey, I really appreciate your feedback. This is our first product. We will consider your requests and consider lowering the price and other things you suggested.</p>
]]></description><pubDate>Mon, 22 Sep 2025 20:22:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45338955</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45338955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45338955</guid></item><item><title><![CDATA[New comment by las_nish in "Show HN: A minimalist, encrypted knowledge platform for solo devs and founders"]]></title><description><![CDATA[
<p>I forgot to mention, it's like a cursor for docs. There are both AI Ask and Edit modes, and beta users also have Agentic mode.</p>
]]></description><pubDate>Mon, 22 Sep 2025 16:45:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45336044</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45336044</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45336044</guid></item><item><title><![CDATA[New comment by las_nish in "Show HN: A minimalist, encrypted knowledge platform for solo devs and founders"]]></title><description><![CDATA[
<p>I’ve recently launched Orbivon, a knowledge platform designed for solo developers and founders who want to document and organize their work without distractions. It provides a clean, structured way to create organizations, projects, and documents, along with built-in diagramming support via complex Mermaid.js, all in a fast, minimalist interface.<p>What makes Orbivon different is its focus on security and simplicity. Your documents are protected with multiple layers of military-grade encryption, not just disk or database-level encryption, so your knowledge always stays private. The platform avoids cluttered menus and unnecessary features, staying distraction-free and streamlined. While many tools try to do everything, Orbivon is built specifically for founders and developers who want to write, organize, and diagram ideas efficiently.<p>I’m currently building the desktop application and planning a CLI tool to help automate internal product documentation workflows and integrate with MCP.</p>
]]></description><pubDate>Mon, 22 Sep 2025 16:44:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45336017</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45336017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45336017</guid></item><item><title><![CDATA[Show HN: A minimalist, encrypted knowledge platform for solo devs and founders]]></title><description><![CDATA[
<p>Article URL: <a href="https://orbivon.com">https://orbivon.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45336016">https://news.ycombinator.com/item?id=45336016</a></p>
<p>Points: 1</p>
<p># Comments: 7</p>
]]></description><pubDate>Mon, 22 Sep 2025 16:44:32 +0000</pubDate><link>https://orbivon.com</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=45336016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45336016</guid></item><item><title><![CDATA[New comment by las_nish in "Show HN: I built an AI that turns GitHub codebases into easy tutorials"]]></title><description><![CDATA[
<p>Nice project. I need to try this</p>
]]></description><pubDate>Sun, 20 Apr 2025 16:27:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43744768</link><dc:creator>las_nish</dc:creator><comments>https://news.ycombinator.com/item?id=43744768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43744768</guid></item></channel></rss>