terminal v2.0.4 :: No-Build Ready

Copy. Paste.
Go Full Send.

The digital junkyard of premium HTML templates, Three.js experiments, and no-build tools. Mostly native. Mostly useful. 100% free.

html

Native Templates

Lightweight. Zero dependencies.

view_in_ar

Three.js Lab

Physics, particles, and shaders.

Welcome to the Skunkworks

This isn't a coding bootcamp. This is a repository of useful chaos. I use modern AI tools to generate project skeletons, then I hand-refine them into dependency-free gold.

Why? Because sometimes you need to save your ass at 3am, and you don't have time to configure Webpack.

"Trash code that works isn't trash. It's production ready."

Every template here is designed to be Start -> Run. No build steps required. Just open index.html and go.

The "No-Build" Philosophy

Modern web dev is bloated. We forgot how powerful the browser actually is.

1. Native over Npm

If we can do it with Vanilla JS and CSS variables, we do it. No npm install required for 90% of these archives.

// No imports. No build. Just code.
const init = () => {
  const canvas = document.querySelector('canvas');
  // ... your 3am genius idea here
}

2. Three.js Playground

A collection of WebGL experiments ranging from interactive backgrounds to physics simulations. Great for stealing code for your portfolio.