
AI-Powered Online Compiler & IDE - Run Code... | 8gwifi.org
在浏览器中编写和运行代码,具有 AI 代码生成和自动修复功能。
@anish2good · X
完整作品展
技术栈
60 projects

在浏览器中编写和运行代码,具有 AI 代码生成和自动修复功能。
@anish2good · X


由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db


在共享画布上运行多个编码代理,自动防止文件冲突。
moss_ab_mirande_ney · Product Hunt
Murmell Cloud canvas where your team and AI agents works together

在Bind AI中使用Claude、GPT和Gemini编写和运行代码,然后部署到Vercel。
@bind_ai · X
We got tired of juggling model subscriptions and editors, so we built Bind AI One tab: Claude, GPT, Gemini, an IDE that runs the code and ships it to Vercel Heads down on the shortest path from idea to application #vibecoding

用语音从手机无需手操作运行 Claude Code 会话
@phiwenger · X
Yeah /remote-control is the workaround but it's clunky. I built yothere for exactly this. With yothere you can spin up multiple Claude Code sessions from your phone, run them all hands-free by voice, and just get pinged when done or stuck.

Master algorithms, system design, and interview prep. Join the ultimate all-in-one coding academy and real-time arena to prove your engineering excellence.
@phero20f · X

编写代码,以交互式图表实时可视化执行流程。
@neon_time · X

在云沙箱中运行 Claude Code 代理,支持电子邮件、域名和钱包集成。
hishboy · HN
Cloud based firecracker VMs for agents, with email, domains and wallets

用纯英文编写端到端测试,在真实浏览器上按计划运行。
@vgavrilovikj · X

Edge Python 是一个在浏览器中运行的轻量级 Python 解释器。
dylansuttonc · HN
When I started programming Edge Python more than six months ago, I was looking for a version of Python that weighed less than 200 kb so it could reach any device, sandboxed by design, built with browsers in mind, decoupled from the operating system and very fast. Today the closest competitor would be MicroPython. However, it did not solve my real problems or the problems of the people who use the project. * Managing async and blocking code on the event loop. MicroPython inherits CPython's blocki