
AI-Powered Online Compiler & IDE - Run Code... | 8gwifi.org
Write and run code in your browser with AI code generation and auto-fix features.
@anish2good · X
The full gallery
Tech stack
60 projects

Write and run code in your browser with AI code generation and auto-fix features.
@anish2good · X

Describe self-correcting coding workflows in plain English and run them until tests pass.
forgeapp

AI-powered code review that runs code in microVMs to catch more bugs.
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

Local-first cognitive runtime with live AST graphs, runs in your browser with no data sharing.
@fortsignal1 · X

Run multiple coding agents on a shared canvas with automatic file conflict prevention.
moss_ab_mirande_ney · Product Hunt
Murmell Cloud canvas where your team and AI agents works together

Write and run code in an IDE with Claude, GPT, and Gemini models, then deploy to 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

Run your Claude Code sessions hands-free by voice from your phone.
@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

Write code and visualize its runtime execution as an interactive graph.
@neon_time · X

Run Claude Code agents in cloud sandboxes with email, domain, and wallet support.
hishboy · HN
Cloud based firecracker VMs for agents, with email, domains and wallets

Write end-to-end tests in plain English to run in a real browser on a schedule.
@vgavrilovikj · X

A lightweight Python runtime that runs in your browser, weighing under 200 KB.
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