Yrkit – Code from Anywhere

Hey, everyone. I am Matheus Araújo, from Brazil, and I have been building Yrkit for the last few years. It is an IDE that works on the cloud currently - I have plans for it -, and has some cool features: live preview, code editor, console, elements (like devtools), terminal, ssh, kanban, drop-and-drop, ai, and other tools.

I still don't know how to distribute it, and I still have no one using it except myself - I use it daily for my clients' projects -, and I would like your feedback.

Yrkit is a dream of mine, I always wanted to have an IDE that I build myself, as well as a programming language that operates with it - yr, at https:yr-lang.org. It is a working product, I already launched it, and I am experimenting marketing and distributing, but I would really love your feedback.

For me, it works because I can code from anywhere, and it is perfect for JS and Node. I code from my phone, wherever I am at, and, if I have to do some things in the terminal, I can access it directly, ou go through my computer and run the actions that it created. It generates artifacts in html, css, js, bash, python, etc.

I still don't know how to pass that idea to other people, or how to talk about this project, but I would really love some feedback, and I would love to have someone else using it.

I think that is also a good tool for those who are learning JS.

I appreciate all feedback.

Matheus Araújo

reddit.com
u/No_District_2708 — 9 days ago
▲ 4 r/devtools+3 crossposts

Yrkit – Code from Anywhere

Hey, everyone. I am Matheus Araújo, from Brazil, and I have been building Yrkit for the last few years. It is an IDE that works on the cloud currently - I have plans for it -, and has some cool features: live preview, code editor, console, elements (like devtools), terminal, ssh, kanban, drop-and-drop, ai, and other tools.

I still don't know how to distribute it, and I still have no one using it except myself - I use it daily for my clients' projects -, and I would like your feedback.

Yrkit is a dream of mine, I always wanted to have an IDE that I build myself, as well as a programming language that operates with it - yr, at https:yr-lang.org. It is a working product, I already launched it, and I am experimenting marketing and distributing, but I would really love your feedback.

For me, it works because I can code from anywhere, and it is perfect for JS and Node. I code from my phone, wherever I am at, and, if I have to do some things in the terminal, I can access it directly, ou go through my computer and run the actions that it created. It generates artifacts in html, css, js, bash, python, etc.

I still don't know how to pass that idea to other people, or how to talk about this project, but I would really love some feedback, and I would love to have someone else using it.

I appreciate all feedback.

Matheus Araújo

u/No_District_2708 — 2 days ago
▲ 110 r/brdev

Yr é uma DSL onde HTML, CSS, JavaScript, Python e Bash coexistem em um único arquivo .yr, separados por marcadores de seção simples:

>< para HTML ## para CSS @@ para JS frontend && para Node.js backend ** para DevOps (build, serve, deploy) !! para importar outros arquivos .yr como componentes

Ainda não tem variáveis ou loops — é uma DSL de marcação estruturada, não uma linguagem de propósito geral ainda. Mas funciona em produção.

A ideia surgiu do cansaço de ficar alternando entre linguagens e arquivos para cada projeto. Com Yr, tudo fica em um lugar só, com uma sintaxe legível desde o primeiro dia.

Está publicada no npm e no GitHub há alguns anos, mas só agora estou divulgando de verdade.

A plataforma construída em cima dela é o Yrkit — uma IDE na nuvem que roda no browser, incluindo no celular. Mas o Yr em si é independente e pode ser usado via CLI em qualquer projeto.

GitHub: https://github.com/yr-lang/yr

npm: https://npmjs.com/package/@yr-lang/yr

Docs: https://yr-lang.org/docs

Yrkit: https://yrkit.com

Edit:

Agradecendo o comentários de todos e o feedback, gostaria também de adicionar mais informações. Acho que ficou meio difícil de entender o projeto, e posso melhorar o README da linguagem, mas aqui vão mais alguns recursos:

App Yrkit: https://app.yrkit.com

Templates de Landing Page em Yr: https://github.com/yr-lang/yrweb

Yrlang: https://yr-lang.org

Em todos os sites vocês conseguem ter uma IDE própria pra testar a linguagem, e no App vocês conseguem criar arquivos, e usar a IDE pra outras linguagens, e também ver um pouco dos recursos da Yr. A versão Free do App Yrkit vem com o parser da Yr, e você também pode salvar seus arquivos no próprio site. As outras versões vêm com suporte a backend — Node.js, banco de dados — então você consegue construir desde landing pages até aplicações completas com CRUD, autenticação, e tudo mais. Mas essa versão já é ótima pra fazer umas landing pages, e organizar outras coisas, mesmo que seja só pra testar yr, html, js, css, etc. A Yrkit é um produto oficial da Yr que foi completamente montado usando a Yr, nada mais. Agradeço todo o feedback!

u/No_District_2708 — 4 months ago

I built Yrkit because I wanted to code from anywhere. Not "the laptop is in the other room" anywhere — I mean from my phone, lying on the couch next to my wife, or from a hospital bed, or traveling.

In 2024 I was on the road for months and Yrkit was how I kept shipping client projects. The whole pipeline — write, run, deploy — from a phone screen.

What it includes:

  • Cloud IDE (works on mobile, any language)
  • Visual drag-and-drop page builder
  • CI/CD pipeline — build, serve, deploy from the same tab
  • Database manager
  • Project kanban
  • AI copilot — BYOK (Anthropic or OpenAI, your key, at cost, permanently)

It's also built on Yr, a language I've been developing alongside the platform. You don't need to learn it to use the IDE.

Early beta. Has bugs. Works in production — I use it daily, including to build Yrkit itself. Solo developer, 5 years in.

50 early adopter spots, 50 left.

Happy to answer anything.

Site: https://yrkit.com
App: https://app.yrkit.com
Yr: https://yr-lang.org
Yr on GitHub: https://github.com/yr-lang/yr

reddit.com
u/No_District_2708 — 4 months ago