
AI Team for Creators
使用AI团队构建和部署应用。
@daogangtang · X
my claw team to help creators/OPC ship their app without the tech team. We help them build, deploy, and auto scale.
完整作品展
技术栈
63 projects

使用AI团队构建和部署应用。
@daogangtang · X
my claw team to help creators/OPC ship their app without the tech team. We help them build, deploy, and auto scale.

seus.ai 自动设计、构建和部署软件系统。
@Bim_evaporates · X
Check out DMs open


向AI代理分配工程任务,自动生成拉取请求。
u/FMLatex · Reddit
Rustgrid - From mission to merge What if tickets became work orders for AI coding agents—connect a repo, assign the task, and get a pull request back. Looking for a few early testers: https://rustgrid.com Happy to bump for free any serious early adopter in exchange of feedback submitted by /u/FMLatex to r/SideProject [link] [comments]


为 AI 代理提供 UI 截图和设计上下文来构建更好的界面。
u/albanianspy · Reddit
the boring internal tool became the product we didn’t start with a saas idea. we were just annoyed that every agent-built UI looked weirdly related. so we made an internal finish gate: real screen references, a design contract, browser checks, and a ban list for generic AI defaults. one developer kept asking why it wasn’t public. eventually we stopped having a good answer. now UIZZE has a few paid users. builder disclosure: it’s mine, $9/mo or $99 lifetime: https://uizze.com current


完成真实项目赚取技能徽章,建立可验证的求职作品集。
u/tejassp03 · Reddit
building in public: a tool to practice real work instead of courses saw so many people finishing courses and collecting certificates like they're collecting pokemon cards. So we built something that closes the gap between "i finished the course" and "i can actually do the work" it's tasklearn.app , you get real industry tasks, you attempt them, you see how far you actually get. no videos, no tutorials , just the task itself and ai feedback on what you did. learning th


与AI代理聊天自动分类开发工作。
@suhaaspk · X
Hi! building Jungle ( Its a way for small teams to automatically triage bugs and feature requests to keep development moving while they sleep

WorkerHub:尼日利亚经验证专业人士的本地服务市场。
@Worker_Hub · X

在浏览器中使用 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