Postingan

Show HN: DenchClaw – Local CRM on Top of OpenClaw https://ift.tt/rH1Ty5W

Show HN: DenchClaw – Local CRM on Top of OpenClaw Hi everyone, I am Kumar, co-founder of Dench ( https://denchclaw.com ). We were part of YC S24, an agentic workflow company that previously worked with sales floors automating niche enterprise tasks such as outbound calling, legal intake, etc. Building consumer / power-user software always gave me more joy than FDEing into an enterprise. It did not give me joy to manually add AI tools to a cloud harness for every small new thing, at least not as much as completely local software that is open source and has all the powers of OpenClaw (I can now talk to my CRM on Telegram!). A week ago, we launched Ironclaw, an Open Source OpenClaw CRM Framework ( https://ift.tt/xkcYJVK ) but people confused us with NearAI’s Ironclaw, so we changed our name to DenchClaw ( https://denchclaw.com ). OpenClaw today feels like early React: the primitive is incredibly powerful, but the patterns are still forming, and everyone is piecing together their own way t...

Show HN: I gave my robot physical memory – it stopped repeating mistakes https://ift.tt/7Jb4hLR

Show HN: I gave my robot physical memory – it stopped repeating mistakes https://ift.tt/idLle2h March 9, 2026 at 11:36PM

Show HN: Skir – A schema language I built after 15 years of Protobuf friction https://ift.tt/E4cykGa

Show HN: Skir – A schema language I built after 15 years of Protobuf friction Why I built Skir: https://ift.tt/WbyDcpS... Quick start: npx skir init All the config lives in one YML file. Website: https://skir.build GitHub: https://ift.tt/bQTgXac Would love feedback especially from teams running mixed-language stacks. https://skir.build/ March 9, 2026 at 12:17AM

Show HN: Astro MD Editor – Schema-aware editor for Astro content collections https://ift.tt/MrTCSgj

Show HN: Astro MD Editor – Schema-aware editor for Astro content collections I built this for my own Astro projects where I got tired of hand-editing YAML frontmatter and switching between files. astro-md-editor reads your collection schemas and gives you a local editor UI with typed frontmatter controls (including image/color/icon pickers) alongside a markdown/MDX editor. Run it with: npx astro-md-editor Would love feedback on schema edge cases or missing field types. https://ift.tt/jbkmTY5 March 8, 2026 at 11:44PM

Show HN: I built a simple book tracker because I kept buying books I owned https://ift.tt/IFanU5m

Show HN: I built a simple book tracker because I kept buying books I owned I'm Maureen, a senior and self-taught developer. I love browsing second-hand book markets but kept coming home with books I already owned. I couldn't find a simple enough app to track my library — everything required an account, had ads, or pushed a subscription. So I built one myself. SeniorEase Library (Android): scan an ISBN, book is added instantly. No account, no ads, one-time €2.99. First 10 books free. Would love any feedback! https://ift.tt/JZTs2ci March 8, 2026 at 11:17PM

Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local https://ift.tt/ukAwgUi

Show HN: Prompt Armour – Real-time PII detection for AI chatbots, 100% local https://prompt-armour.vercel.app/ March 8, 2026 at 12:34AM

Show HN: Aegis – Open-source pre-execution firewall for AI agents https://ift.tt/jIQAlbg

Show HN: Aegis – Open-source pre-execution firewall for AI agents Every agent framework lets the LLM decide which tools to call at machine speed. There's nothing between the decision and execution — no check, no confirmation. AEGIS intercepts tool calls before they execute: classifies them (SQL, file, shell, network), evaluates against policies, and either allows, blocks, or holds for human approval. One line of code, zero changes to your agent: import agentguard agentguard.auto("http://localhost:8080") Built-in detection for SQL injection, path traversal, command injection, prompt injection, data exfiltration, and PII leakage. Every trace is Ed25519 signed and SHA-256 hash-chained. Supports 9 Python frameworks (Anthropic, OpenAI, LangChain, CrewAI, Gemini, Bedrock, Mistral, LlamaIndex, smolagents), plus JS/TS and Go SDKs. Self-hosted, MIT licensed, Docker Compose one-liner. https://ift.tt/mzbD7ZH https://ift.tt/mzbD7ZH March 7, 2026 at 11:47PM