The Rundev is a Playground for your favorite Programming language at runtime.

It allows you to edit your code in real-time, and see the result instantly. No more hours saving/extracting/installing locally. Get a more instant development experience. just click and start programming.

Work spaces:

Markdown
javaScript
TypeScript
Python
Go
Rust
C Sharp
Visual Basic
index.js
console.log('Hello world');

const users = [
  { user: 'fred', age: 48 },
  { user: 'barney', age: 36 },
  { user: 'tex', age: 71 },
];

Math.max(...users.map(item => item.age));
> Hello world
> 71

🚀 Start coding within seconds.

👨🏻‍💻 The easiest way to learn javascript, the fastest JavaScript coding experience ever made.

✨ Type code faster and easier with smart code autocomplete. It helps avoid looking for documentation every time and it adds confidence in your coding abilities.

It is....SimpleFastReadableEfficientPlain text
1#Markdown Preview
2##Markdown Preview
3###Markdown Preview
4
5- List Item 1
6- List Item 1
7
8```js
9
console.log('hello from Markdown')
10```
11> First quote

Markdown Preview

Basic Syntax

Heading 3

  • List item 1
  • List item 2
  • console.log('hello from Markdown')
    First quote

    Platforms

    Latest version: v0.2.0

    macOS (.app)not avaible
    Windows (.exe)64 bit
    Linux (.deb)64 bit
    More distros (.AppImage)64 bit

    Project Goals

    The goal of the project is to create a beautiful and easy writing experience, while maintaining a readable layout at all times, so for simplicity you can consider Markdown as a writing method.

    @Sauterdev: In the future, we anticipate that the community will come up with innovative additions to enhance what could be the simplest, most powerful, and best-tested productivity interface.