
Tokenstead - Find AI Models for Your Hardware
查找与您硬件兼容的AI模型并查看性能和价格估计。
cdnsteve · HN
Tokenstead, find AI models for your hardware
完整作品展
技术栈
60 projects

查找与您硬件兼容的AI模型并查看性能和价格估计。
cdnsteve · HN
Tokenstead, find AI models for your hardware

为AI代理提供持久记忆和知识,支持文件、URL和MCP工具原生集成。
kitforai · GitHub
kitforai Kit for AI developer hub — official SDK, Claude Code plugin, MCP setup, and llms.txt.

AI业务运营系统,利用AI代理和自动化将商业目标转化为可执行任务。
@AskForgeLabs · X
Building ForgeLabs ⚡ An AI-powered Business OS that turns goals into executable missions using AI agents, automation, and controlled autonomous execution. Built for businesses that want AI to do more than just chat.

通过单个 OpenAI 兼容 API 访问 80+ AI 模型,包括 Claude、GPT 和 Gemini,内置自动故障转移。
@theaimart · X
Get the highest accurate responses via if you want your vibe coded app doesn’t hallucinate in production

在平台上管理和同步你的AI Agent技能配置,避免供应商锁定。
@matebenyovszky · X
I use multiple providers Claude Code, Cursor, Codex, Hermes, Antigravity etc. and multiple machines. Over time, each one ended up with its own slightly different skills and tools 😰 So I started where a playbook is a portable bundle containing my MCP/OpenAPI servers, skills, prompts, personas and memory, which I can take with me into whichever environment I’m using. I’m still trying to figure out whether this is useful beyond my own workflow. Ideas? 🤔 🍎 Source / open source on Github: matebenyovszky/agentplaybooks I also built an npm CLI that audits a project and syncs the same skills and MCP definitions across harnesses.

Open Cloud 是为 AI 代理配置主权无服务器云引擎的平台。
@jackbearsupply · X

为独立开发者生成和验证桌面应用许可证密钥,支持机器锁定。
@sublimeartsio · X

Signal Intelligence 信号情报中心,提供来自全球 17+ 供应商的实时数据。
MomohNobert · HN
Pronto – real‑time wire for AI agents (70k+ feeds connected)

便携式记忆库,可在 Claude、ChatGPT、Cursor 等 AI 助手间持久保存。
u/OrganicArgument2092 · Reddit
I shipped Lodekeep: portable memory for AI agents that follows you across Claude, Cursor, and ChatGPT Every new AI chat starts from zero. Claude, Cursor, ChatGPT all forget my stack, my decisions, the gotchas I already solved, so I kept re-pasting the same context every single session. I got sick of it and built Lodekeep. You capture a decision, preference, or lesson once, and it's recallable in every future session across every MCP client (Claude web + desktop, Claude Code, Cursor, Gemini

一站式AI网络诊断工具,支持DNS、SSL和数据包分析。
@paqetnet · X
Building Paqet — DNS, SSL, network & email diagnostics in one place, built to actually be usable. Describe your issue, AI runs the checks and tells you what's wrong + what to do next. Solo-built, free to try, API included 🛠️

用于集中管理和调度多个数字显示屏内容的云平台。
@xenovimapp · X
Introducing XENOVIM A cloud-based Digital Signage Platform built for modern businesses. ✔ Centralized Screen Management ✔ Offline Playback ✔ Content Scheduling ✔ Multi-Device Control Smart Displays. Centralized Control. Built to Connect. 🌐

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared