🛠️ All DevTools
Showing 761–780 of 6097 tools
Last Updated
July 18, 2026 at 08:00 AM
Hide Secrets from AI Agents and NPM install using Airgap
Hacker News (score: 16)Hide Secrets from AI Agents and NPM install using Airgap
Coding a Brick Tower [video]
Hacker News (score: 13)Coding a Brick Tower [video]
Amazon drops Sam Altman movie after announcing OpenAI partnership
Hacker News (score: 161)Amazon drops Sam Altman movie after announcing OpenAI partnership
MiniMax M3 vs. GLM 5.2: Codegen comparison across autonomous coding tasks
Hacker News (score: 19)MiniMax M3 vs. GLM 5.2: Codegen comparison across autonomous coding tasks
GPT-5.5 hallucinates 3x more than MIT-licensed GLM-5.2
Hacker News (score: 40)GPT-5.5 hallucinates 3x more than MIT-licensed GLM-5.2
BuilderIO/agent-native
GitHub TrendingA framework for building agent-native applications.
aishwaryanr/awesome-generative-ai-guide
GitHub TrendingA one stop repository for generative AI research updates, interview resources, notebooks and much more!
koala73/worldmonitor
GitHub TrendingReal-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
palmier-io/palmier-pro
GitHub TrendingmacOS video editor built for AI
US court rules Ohio can restrict children's use of social media
Hacker News (score: 18)US court rules Ohio can restrict children's use of social media
Show HN: I built an 11-LLM consensus engine to detect AI hallucination
Show HN (score: 5)Show HN: I built an 11-LLM consensus engine to detect AI hallucination
Show HN: Write SaaS apps where users control where their data is stored
Hacker News (score: 40)[Other] Show HN: Write SaaS apps where users control where their data is stored Hello HN,<p>I would like to share with you linkedrecords.com - an open source backend as a service I'm working on since some time now. You can think of it as an firebase/convex alternative with an interesting twist.<p>In 2018 I needed to write large software requirements/architecture documents in Google Docs. While I was annoyed by the limitations of Google Docs back then (no captions on figures, no automatic heading numbering, slow when docs are bigger,...) I was still fascinated by the real time collaboration features of it. So I've started a quest to understand how it works and I begun to implement an alternative to Google Docs.<p>I was convinced that this kind of real time collaboration is the future so I've given it much thought how I could make this as generic as possible so I could use it in all future tools I would build.<p>In the same time I was playing around with firebase (surprisingly you can not build a google docs alternative with firebase that easy as their real time collaboration does not provide merging text but rather just JSON). And back then I was also convinced that backend as a service is the right way to go. I was thinking that one of the most important reason we were still writing custom backend code is because of authorization.<p>I also was faced with another problem when trying to make the backend as generic as possible: relations between entities are also domain specific. E.g. A Documents can have many comments.<p>Luckily I was intrigued by another concept back in 2018 it was called web 3.0. Back in 2018 this had nothing to do with crypto. It was used as a term to refer to the semantic web and the resource description framework as one of its standards. There are also some RDF implementations which I could have reused but they are all XML and mostly Java based. I needed something light. Instead of implementing my own RDF product I took the idea of the RDF triplestore and came up with my own interpretation of it.<p>Using concepts like: triplestores and schema-on-read, I came up with a system that does not has any business logic in its backend and while working on my Google Docs alternative I felt in love with it as I've discovered some properties I did not anticipated from the get go:<p>- Dealing with global state in react is very easy. It feels like you use an SQL client in your browser and all queries are reactive and always up to date. When writing a query you do not have to think about authorization it's all backed in. - Because the backend is 100% free of domain specific code you can point your single page app to any linkedrecords deployment. - You never have to write backend code - Its quite efficient when using AI agents<p>The best way to experience it, is to follow this little tutorial: <a href="https://linkedrecords.com/getting-started/" rel="nofollow">https://linkedrecords.com/getting-started/</a><p>It takes a while to get a hang of it so you have to have an open mind.<p>I would love to read your feedback on this.
Show HN: Appaca – AI Workspace for Operators
Show HN (score: 5)Show HN: Appaca – AI Workspace for Operators Build a custom CRM, internal tool, or workflow your team needs. Appaca builds and runs it all in one platform.
Datasette Apps: Host custom HTML applications inside Datasette
Hacker News (score: 43)Datasette Apps: Host custom HTML applications inside Datasette
Show HN: Crawlie – Free open-source SEO audit tool for humans and agents
Show HN (score: 7)Show HN: Crawlie – Free open-source SEO audit tool for humans and agents With AI, it's faster than ever to ship a marketing site... but most of what gets generated is slop that was never built to be found. Plus the tools meant to catch that fall short: most SEO auditors cost money, don't play nicely with your agents, or tell you what's wrong without telling you how to actually rank for SEO and GEO (Generative Engine Optimization: being cited by AI search like ChatGPT, Perplexity, and Google AI Overviews).<p>crawlie fixes that! It's 100% free, it's local-first, it's agent-native (MCP baked in!), and every issue it finds comes with why it matters and how to fix it.
Shape Suffixes – Good Coding Style
Hacker News (score: 14)Shape Suffixes – Good Coding Style
Guide to the TD4 4-bit DIY CPU
Hacker News (score: 28)Guide to the TD4 4-bit DIY CPU
SHOW HN: I built a "living proof-of-work" profile for builders
Show HN (score: 5)SHOW HN: I built a "living proof-of-work" profile for builders
Amazon investigating engineers who criticized AI data center expansion
Hacker News (score: 32)Amazon investigating engineers who criticized AI data center expansion
Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages
Hacker News (score: 14)Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages I built this because I kept generating HTML/Markdown reports from Claude Code/Codex and needed a permanent share link instead of a localhost tunnel. Pagecast is a local CLI that publishes those files to your own Cloudflare Pages account.<p>It supports Markdown and HTML, stable URLs, renaming, republishing to the same URL, and watch mode for continuous updates to same file. It is MIT licensed.<p>The main design choice is that there is no hosted Pagecast account. It uses your Cloudflare account and deploys there directly and has claude code and codex integrations as skill/hooks.<p>Basically it can be used as a replacement for codex sites or claude artifacts