
Computer Agents | Agentic Compute Platform
Build and deploy AI agents with persistent threads, webhooks, and scheduled tasks.
@computer_agents · X
The full gallery
Tech stack
23 projects

Build and deploy AI agents with persistent threads, webhooks, and scheduled tasks.
@computer_agents · X

AI support widget for websites that answers customer questions from approved sources
@titask420 · X

Serve and publish HTML files directly from your Google Drive.
debamitro · HN
I found that AI tools are generating excellent HTML documents nowadays, yet there's no easy way to show them to others. Yes, there's GitHub pages - but I don't know if it is user-friendly for non-technical people. This app allows you to keep your HTML file in your Google Drive and serve it from there. Feedback is most welcome.

Build AI agents that interact with external systems via SMS using Claude Code.
jacobgc · HN
Outside Agent – Build SMS Agents from Claude Code

Build mobile apps and websites by describing them to an AI agent that generates and ships the code.
@f_lecroissant · X
building apps for business on

Search and discover AI Skills by professional scenario, save collections, and install into Claude Code with one click.
SkillForge — Claude Skill 发现与分发平台,按职业场景组织 5700+ skill 覆盖 30 个垂直领域,一行命令装到 Claude Code / Cursor,登录后可留存自己的工具集

Convert HTML and Markdown content into shareable links and QR codes.
@gomixo · X
和团队做了一个非常实用的小工具:HTMLShare。 现在用 AI 生成网页、报告、可视化作品越来越方便,但生成后的 HTML 文件,想分享给别人却很麻烦:要么发文件,要么部署网站,要么截图。 HTMLShare 解决的就是这个问题: 👉 欢迎体验,也欢迎反馈建议。

AI agent that generates, builds, runs, and deploys complete projects from text prompts.
@liquidated0x · X
building an AI coding agent that ships full projects from a prompt — if you're if you're curious

Copy-paste 60 website widgets including 12 AI agents—chat, search, booking, voice—no signup required.
@TiyebDomainking · X
The AI widgets your site is missing.

Coordinate multiple AI coding agents and projects in one unified terminal interface.
@soracstv · X
I run my AI coding agents with AgentsRoom, a visual command center for multi-agent development. @AgentsRoomDev #VibeCoding #AI

Create profiles for your AI agents and share them all with one link.
@Samly139 · X
Linktree for agents!

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t