NULLFORM is a premium futuristic industrial landing page featuring a real-time WebGL shader background, magnetic interactions, and an interactive precision console.
Hero: ENGINEERED FOR THE NEXT ERA
- WebGL fragment shader (pointer + time reactive)
- Magnetic panels and buttons
- Interactive control console
- Fully responsive industrial design
- No external UI libraries (pure React + CSS + WebGL)
- React 19 + TypeScript
- Vite
- Custom WebGL + CSS
npm install
npm run devnpm run buildPush to main → the included workflow will automatically deploy to GitHub Pages.
.
├── src/
│ ├── App.tsx
│ ├── App.css
│ ├── main.tsx
│ └── index.css
├── public/
├── index.html
├── vite.config.ts
├── package.json
└── README.md
Clean frontend-only repository. No Electron, no models, no binaries.