Skip to content

live-by-unix/QuickyJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to QuickyJS

QuickyJS is a lightweight way to instantly test code snippets of HTML, CSS (with HTML because CSS can't "run" by itself), and JS!

THIS README covers usage, use cases, tech stack, licensing, and has a few quick previews.
Before we start, if you want localhost, we have a localhost release

Usage

To start, copy/paste your code into the text box or drag and drop or click in the other box to insert a HTML/CSS/JS file.
Use theme button to switch between light/dark mode.
Click run to execute your HTML/CSS/JS.
You can set it to auto (auto recognize HTML/CSS/JS), or set a specific language.

Use cases

Use this when you need to test web code snippets/files, or if you just want to play around.

Licensing

MIT LICENSE - free to use, modify, post.

Previews

Screenshot 2026-06-25 at 1 47 00 PM Now we will run a HTML snippet you can see in example-readme.html And just take a look! Screenshot 2026-06-25 at 1 48 26 PM

And that's all for the QuickyJS project!