Work in progress
Code beautifully,
in your browser
A fully-functional code editor built from scratch. Custom syntax highlighting, no dependencies, pure craft.
Try the Editor1function greet(name) {
2 return `Hello, ${name}`;
3}
4
5// Built from scratch