Please sign in to access this page

VS-code Lite

VS-code Lite Used AI

7 devlogs
13h 48m
•  Ship certified
Created by 25th_Bam

Used VS Code to write code, now writing code to build my own VS Code 😄.
A browser-based code editor built with React, inspired by VS Code. Write HTML, CSS, and JavaScript directly in your browser and see live previews as you code—just like a web playground.

Creating a code editor which runs on browser.

I used ai for writing the Redme.md file 😊

Timeline

Ship 2

1 payout of shell 64.0 shells

25th_Bam

9 days ago

25th_Bam Covers 1 devlog and 2h 59m

just improved the project, fixed bugs. tried to add import/export files but facing some issues so drop that idea.

Update attachment

Ship 1

1 payout of shell 237.0 shells

25th_Bam

19 days ago

25th_Bam Covers 6 devlogs and 10h 49m

finally the web editor is ready to ship

Update attachment

Few updates : added dark/light theme for editor, changed some css, Added a default counter code in editor which can we preview

Added tabs for CSS and JavaScript separately...

Added Live preview to show the output of the HTML code...

Created the editor section where we can wright html currently....

Update attachment

🆕 New Project Started
Kicking off a new project: a lightweight VS Code-like code editor that runs directly in the browser! 🧑‍💻
The setup is complete with React (Vite) and TailwindCSS — excited to build this step-by-step and explore the inner workings of a live code editor.

Update attachment