
Runno
Codespace
Productivity Power Tools
Creative Tim
CodeMyUI
30 seconds of code
Snipt
Snipper.ml
React
Vue.js
Next.js
Svelte
Tailwind CSS
Angular.io
Node.js
AngularJS
ReactBased on our record, React seems to be a lot more popular than Runno. While we know about 818 links to React, we've tracked only 8 mentions of Runno. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Working on Runno (https://runno.dev/) as a side project. It's a tool for running code in the browser for educational use. I've been playing around with turning it into a sandbox for running code in Python (https://runno.dev/articles/sandbox-python/). This would allow you to safely execute AI generated code. Generally thinking about more ways to run code in sandbox environments, as I think this will become more... - Source: Hacker News / over 1 year ago
Really impressed by the depth and breadth of this project, well done! A particularly interesting part is the socket layer inside the browser. Other people solving this problem have previously used a proxy to a server that does the real socket implementation. This means you can't have a "browser-only" solution. The author has solved this (for HTTP/S only) by proxying HTTP requests and then re-creating them as fetch... - Source: Hacker News / over 2 years ago
This is the use case I've been tackling with Runno (https://runno.dev), it's more performant than OP's approach but not as flexible. - Source: Hacker News / over 2 years ago
I love these kinds of interactive code/sandbox projects! The author's example page [1] gives some more background on the design of Codapi as well [2]. Another similar project is Runno which runs entirely client-side in the browser [3]. [1] https://antonz.org/code-examples/ [2] https://codapi.org/ [3] https://runno.dev/. - Source: Hacker News / over 2 years ago
I'm working on this problem as well and would be happy to sling you some thoughts and notes. Check my website https://runno.dev and send an email to the address on that website! - Source: Hacker News / almost 3 years ago
Let's start by preparing a sample application that we want to place in a Docker image. This will be a web application created using the React framework and its create-react-app tool. It will generate a code template and configuration, allowing us to focus on the image creation aspects. - Source: dev.to / about 1 year ago
Python integrates seamlessly with machine learning (TensorFlow, PyTorch) and data analytics stacks (Pandas). Node.js integrates better with frontend JS ecosystems like React, Vue, and Next.js. - Source: dev.to / 10 months ago
Dora AI exemplifies this. Allan Murphy Bruun adds, "What makes it different is its context-aware logic stitching that understands user flows beyond just UI elements." By analyzing Figma designs, it generates React code with state management, saving hours in development. - Source: dev.to / 11 months ago
Import { createFileRoute } from "@tanstack/react-router"; Import logo from "../../logo.svg"; Import "../../App.css"; Export const Route = createFileRoute("/_authenticated/")({ component: AuthenticatedRoute, }); Function AuthenticatedRoute() { return (- Source: dev.to / about 1 year ago![]()
...
One inspiring example is a developer building a "Todoist Clone" using a combination of React, Node.js, and MongoDB. The developer tapped into open source libraries and community support to create a highly responsive task management application. This project underscores how indie hackers can achieve rapid development and adaptation with minimal budget โ a theme echoed in several indie hacking success stories. - Source: dev.to / about 1 year ago
Codespace - A beautiful cross-platform code snippet manager
Vue.js - Reactive Components for Modern Web Interfaces
Productivity Power Tools - Extension for Visual Studio - A set of extensions to Visual Studio 2012 Professional (and above) which improves developer productivity.
Next.js - A small framework for server-rendered universal JavaScript apps
Creative Tim - Awesome Bootstrap freebies and templates to build better websites
Svelte - Cybernetically enhanced web apps