<?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: Harsh Singh</title>
    <description>The latest articles on DEV Community by Harsh Singh (@harshcreator).</description>
    <link>https://dev.to/harshcreator</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%2F1187753%2Fc25209d3-d774-4197-a181-23a550c600df.png</url>
      <title>DEV Community: Harsh Singh</title>
      <link>https://dev.to/harshcreator</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harshcreator"/>
    <language>en</language>
    <item>
      <title>I Built an Offline-First AI Copilot for the Terminal – Meet Promptly</title>
      <dc:creator>Harsh Singh</dc:creator>
      <pubDate>Sat, 28 Jun 2025 07:15:02 +0000</pubDate>
      <link>https://dev.to/harshcreator/i-built-an-offline-first-ai-copilot-for-the-terminal-meet-promptly-483g</link>
      <guid>https://dev.to/harshcreator/i-built-an-offline-first-ai-copilot-for-the-terminal-meet-promptly-483g</guid>
      <description>&lt;p&gt;Hey folks! 👋&lt;br&gt;
Like many developers, I often found myself Googling things like:&lt;br&gt;
"kill process on port 3000"&lt;br&gt;
"revert last git commit"&lt;br&gt;
"list all large files in a directory"&lt;br&gt;
So I built something to fix that: Promptly – an AI-powered, offline-first assistant for your terminal. 🧠⌨️&lt;/p&gt;

&lt;p&gt;What is Promptly?&lt;br&gt;
Promptly turns plain English into shell commands you can trust. It works like a copilot, but for your terminal:&lt;/p&gt;

&lt;p&gt;💬 "List all Python files modified today"&lt;br&gt;
➡️ find . -name '*.py' -mtime 0&lt;br&gt;
You get:&lt;br&gt;
🔹 The command&lt;br&gt;
🔹 A plain-English explanation&lt;br&gt;
🔹 A confirmation prompt before execution&lt;br&gt;
All of this happens either offline using a local LLM, or online via OpenAI (if enabled).&lt;/p&gt;

&lt;p&gt;⚙️ Features&lt;br&gt;
✅ Natural Language → Shell Commands&lt;br&gt;
✅ Offline mode (via Ollama or llm-rs)&lt;br&gt;
✅ Online fallback (OpenAI-compatible APIs)&lt;br&gt;
✅ Plugin system (Git, Docker, AWS coming soon)&lt;br&gt;
✅ Safe command execution with dry-run checks&lt;br&gt;
✅ Built in Rust for speed, reliability, and safety&lt;/p&gt;

&lt;p&gt;How It Works ?&lt;br&gt;
Promptly is built around a modular Rust core and can be used:&lt;br&gt;
As a standalone CLI tool&lt;br&gt;
As a plugin integrated into your terminal (like in VS Code or Alacritty)&lt;br&gt;
With a Tauri-based GUI in the works&lt;br&gt;
You can choose which LLM powers your assistant — local-first models like CodeLlama, DeepSeek-Coder, or WizardCoder via Ollama.&lt;/p&gt;

&lt;p&gt;📦 Try It Out&lt;br&gt;
🌐 Website: &lt;a href="https://shell-assistant-promptly.vercel.app" rel="noopener noreferrer"&gt;https://shell-assistant-promptly.vercel.app&lt;/a&gt;&lt;br&gt;
💻 GitHub: &lt;a href="https://github.com/Harshcreator/promptly/tree/main/shell-assistant" rel="noopener noreferrer"&gt;https://github.com/Harshcreator/promptly/tree/main/shell-assistant&lt;/a&gt;&lt;br&gt;
Install instructions are on the site — just clone and run. It’s free and open source.&lt;/p&gt;

&lt;p&gt;📣 Why I Built This&lt;br&gt;
I wanted something that worked without needing to call OpenAI for every command, especially for tasks that are repetitive or security-sensitive.&lt;br&gt;
Privacy, speed, and local intelligence were key.&lt;br&gt;
And I wanted devs to be able to extend it easily — so I built a plugin system from day one.&lt;/p&gt;

&lt;p&gt;🙌 What’s Next?&lt;br&gt;
Better vector-based local learning (Qdrant + embeddings)&lt;br&gt;
More plugins (Terraform, K8s, AWS CLI)&lt;br&gt;
TUI interface&lt;br&gt;
VS Code extension&lt;/p&gt;

&lt;p&gt;🗣️ Feedback &amp;amp; Contributions&lt;br&gt;
If you like the idea or have feature ideas, I’d love your feedback or contributions! Drop a star on GitHub ⭐ or open an issue.&lt;/p&gt;

&lt;p&gt;All of this happens either offline using a local LLM, or online via OpenAI (if enabled).&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>rust</category>
      <category>cli</category>
    </item>
    <item>
      <title>Placeholder Contributor</title>
      <dc:creator>Harsh Singh</dc:creator>
      <pubDate>Wed, 18 Oct 2023 00:04:02 +0000</pubDate>
      <link>https://dev.to/harshcreator/placeholder-contributor-7ad</link>
      <guid>https://dev.to/harshcreator/placeholder-contributor-7ad</guid>
      <description>&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Highs and Lows
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Growth
&lt;/h3&gt;

</description>
      <category>hack23contributor</category>
    </item>
    <item>
      <title>Placeholder Pledge</title>
      <dc:creator>Harsh Singh</dc:creator>
      <pubDate>Tue, 17 Oct 2023 23:41:33 +0000</pubDate>
      <link>https://dev.to/harshcreator/placeholder-pledge-48ih</link>
      <guid>https://dev.to/harshcreator/placeholder-pledge-48ih</guid>
      <description>&lt;p&gt;My 4th PR just got accepted.&lt;/p&gt;

</description>
      <category>hacktoberfest23</category>
    </item>
  </channel>
</rss>
