<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hector</title>
    <description>The latest articles on DEV Community by Hector (@xittech).</description>
    <link>https://dev.to/xittech</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3829862%2Fdfc95f68-46d9-4c80-af8d-2d4ec7d76a0e.png</url>
      <title>DEV Community: Hector</title>
      <link>https://dev.to/xittech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xittech"/>
    <language>en</language>
    <item>
      <title>I built a cloud code editor in 8th grade because I wanted to code at school</title>
      <dc:creator>Hector</dc:creator>
      <pubDate>Tue, 17 Mar 2026 18:42:58 +0000</pubDate>
      <link>https://dev.to/xittech/i-built-a-cloud-code-editor-in-8th-grade-because-i-wanted-to-code-at-school-256h</link>
      <guid>https://dev.to/xittech/i-built-a-cloud-code-editor-in-8th-grade-because-i-wanted-to-code-at-school-256h</guid>
      <description>&lt;p&gt;Hey Dev.to! I'm in 8th grade and I recently finished building Nestd. It's a browser-based code editor that saves your work to the cloud.&lt;/p&gt;

&lt;p&gt;Why I built it&lt;/p&gt;

&lt;p&gt;I code every day after school but at school I had nothing. No setup, No shared folder, nothing. So I decided to build my own solution that works from any browser on any device.&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;p&gt;VS Code-like editor powered by Monaco (the same engine that powers VS Code)&lt;br&gt;
HTML, CSS and JS tabs with live auto-preview&lt;br&gt;
IntelliSense and auto-complete built in&lt;br&gt;
Auto-saves to the cloud every 2 seconds&lt;br&gt;
Download your project as an HTML file&lt;br&gt;
Works on your phone too&lt;/p&gt;

&lt;p&gt;I build it with&lt;/p&gt;

&lt;p&gt;Vanilla HTML, CSS and JS&lt;br&gt;
Monaco Editor&lt;br&gt;
Supabase for auth and database&lt;/p&gt;

&lt;p&gt;Live site: &lt;a href="https://nest-d.vercel.app/" rel="noopener noreferrer"&gt;https://nest-d.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is my biggest project so far and I'm really proud of it. Would love feedback from more experienced developers :)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>cloud</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
