
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
26 projects

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

Paste JSON code to edit, format, validate and transform in your browser without uploading data.
@bhushankuma491 · X

Share context across AI agents so they remember your codebase and task history.
@dorikuio · X
AI agents have amnesia — Claude Code figures out the codebase, an hour later Codex starts from zero. So I built a shared memory + task board for every MCP agent — Claude Code, Codex, Cursor, Gemini CLI: Is this just my problem? Help me find out.

Mobile workspace for editing and previewing HTML/CSS/JS apps with AI integration.
u/heisenberg2995 · Reddit
I built a mobile workspace to edit and preview the HTML apps ChatGPT/Claude write for you. Hey everyone! I built VanillaPad , a mobile workspace for building simple HTML/CSS/JS projects. 👉 https://vanillapad.dev The idea came from something I kept running into. Sometimes I'd need a simple utility app or a quick landing page or to test a little game idea. Getting the initial code written was easy since I could just ask ChatGPT or Claude on my phone. The hard part came af

Free local-first API client for HTTP, WebSocket, GraphQL, gRPC, MQTT, and more. No account or cloud required.
@HalxDocs · X
Reqit—a fast, local-first API client for developers.

Generate professional documentation for startups without coding or complex setup.
@hannah24_app · X

Find, copy, and share AI workflows — reusable execution systems with tools, prompts, and steps.
@softlaunched_io · X
Hey Jack! We've just recently launched, we're a marketplace for sharing AI workflows. We're also big fans of quick-to-launch vibe coding, our entire build process workflow is public and free to check out and copy!

Track user events and understand behavior to ship products faster.
@kitbasedev · X
We just launched, check us out at

Browser extension that customizes webpages with text prompts for styling, layout, and feature changes.
alentodorov · HN
built it in spring 2026--ready to share today. use opus 4.8 to create css and js snipptes to style the websites you visit the way you want. make nytimes more print-like, hn more matrix, or just replace any mention of AI with the :poop-emoji" -- your call.

Free website security scanner checking SSL, headers, and compliance for instant trust scores and AI-guided fixes.
@MrPenetratorTP · X
MrPenetrator helps businesses monitor their website’s trust, security and performance before problems affect their visitors.

AI agent on a cloud computer that automates workflows, drives browsers, and runs deep research.
u/Sea_Way6729 · Reddit
We started working on MoClaw 6 months ago as a side project, and managed to turn it into our main and only business! About half a year ago, a group of friends and I started working on a tool in our free time. We wanted a safer and more streamlined version of OpenClaw because there were many, many stories about AI going rogue, and ultimately decided to make one ourselves. On top of that, the costs of running autonomous, independent agents were quite high if you wanted to do it the proper, safe

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