| I am building my own web platform based solely on web standards, without relying on any CLI or frameworks. ---
https://RTCode.io is my real-time web playground with 2-way IO sync. (Check out the multi-device remote sync video on the home page!) I created this playground while working on https://try.WebPDF.pro PDF web components. It allowed me to view and edit the light DOM state of my components without reloading the page and losing the DOM state. --- https://RTEdge.net is the edge network where the playground deploys code. You can code an in-editor service worker on RTCode.io (which works inside the editor and keeps its internal state until you edit it again) that deploy to the edge with a single click. Edge workers are paired with enterprise-grade storage options KV, R2, ... See https://new.rt.ht → Backend for more details. Deployments can be edited by appending '?' at the end of the pathname: <https://new.rt.ht/?> Code Versions is a new feature I am working on that gives users full history, diffs, rollback, and a whole lot more! --- Both the web playground and the edge network will launch publicly in 2024 (around Christmas?), after being in closed alpha for over a year. (I say closed but anyone can Sign in with a provider and start deploying code today. Editing does not even require sign in.) They have already proven to be incredibly useful for several teams who appreciate the power and simplicity of web standards. Upon launch, these platforms will position themselves between CodePen and Vercel, offering superior features while maintaining laser-sharp focus on speed, efficiency, and the discipline to say no to bloat, hype, and complexity. |