FreeJavaScript projects

100 free JavaScript projects you can open, learn from and use

All 100 projects are live, sorted into 12 categories. Every one is plain JavaScript in a single HTML file, built around a browser feature worth knowing in 2026: AI that runs on your own device, WebGPU, WebRTC, passkeys, offline apps and more. Open the demo, read the code, then make it yours.

Topics in the setAI in the Browser projects
Free projects
with source code
10012 categories

Open it. Read it. Build it.

Questions people ask

Are these JavaScript projects really free?

Yes. Every project is released under the MIT license. You can use them for learning, client work and paid products. Some AI models have their own license, and the project page says so when that matters.

Do I need React or a framework?

No. Each project is one HTML file with plain JavaScript and CSS inside. There is no build step and no npm install. Serve the folder and open it in a browser.

Are these good projects for a portfolio?

Yes. Each one uses a newer browser feature, like WebGPU, WebCodecs or passkeys, that many developers have not tried yet. That makes them stand out more than another to do list.

What do I need to run them?

A modern browser and a local server, like npx serve . or python -m http.server. A few projects also need a camera, a microphone, a Bluetooth device or a recent version of Chrome, and each project page says so.