An unofficial static art showcase that reinterprets the Druplicon in eight digital styles, including ASCII, SVG, particle systems, glitch rendering, matrix rain, and typographic distortion.
The project is a small Vite + React app with no backend requirements, which makes it a good fit for GitHub Pages.
01Monochrome ASCII02Brand Palette ASCII03Neon Wireframe04Self-Drawing Line Art05Particle Cloud06Code Rain07Glitch Distortion08Variable Typography
- React 18
- Vite 6
- TypeScript
- Tailwind CSS 4
- Framer Motion
npm install
npm run devOpen the local URL printed by Vite, typically http://127.0.0.1:5173 or the next available port.
npm run buildThe production output is written to dist/.
This repo is configured to deploy cleanly to GitHub Pages using GitHub Actions.
How it works:
- Push to
main. - GitHub Actions builds the app.
- The generated
dist/folder is deployed to Pages.
The Vite base path is configured automatically for the GitHub repository name during build, so project Pages hosting works without manual asset-path edits.
Expected Pages URL for this repo:
https://zivtech.github.io/druplicon-art/
- Static site only. No server runtime is required.
- GitHub Pages is the simplest host for this project.
- If you later want previews, forms, serverless functions, or analytics integrations, Vercel or Netlify would be the next obvious step up.
This repository is licensed under the GNU General Public License v3.0. See LICENSE.