OpenWrt: A Linux OS targeting embedded devices (openwrt.org)
89 points by pykello 2h ago 33 comments
Experimenting with Local LLMs on macOS (blog.6nok.org)
158 points by frontsideair 4h ago 92 comments
Show HN: React AI Agent Chat SDK
2 mifydev 0 9/8/2025, 5:55:02 PM github.com ↗
Hey HN!
Over the past two weekends, I've (vibe)coded a library for creating agentic chats. It's a full-stack library - it provides React UI components for the chat, tools, and a backend endpoint implementation based on Vercel AI SDK.
The reason I've written that library is because I saw that Vercel created Chat SDK, but when I wanted to try it, I realized that it's not an SDK; it's just a website template, which is also deeply tied to Next.js. The library I've created can be used everywhere. (I hope)
Want to quickly try it out? Install it with SourceWizard: npx sourcewizard@latest install react-ai-agent-chat-sdk
Let me know if you have any questions or see any bugs!
No comments yet