Fierillolandia is my personal portfolio and the meeting point for the projects I build as a self-taught developer and Bitcoiner. It reflects the principles behind my work: curiosity, open source, individual sovereignty, and learning by building.
The site is designed as a small pixel-art world rather than a conventional portfolio. It includes optional synthesized sound effects, animated scenes, responsive layouts, and a live explorer that retrieves my public repositories from GitHub.
- Monitorcillo: an Argentine macroeconomic monitor built with official data from BCRA, INDEC, and MECON.
- Futbolcillo: a turn-based 2D football game with pool-style physics, Nostr challenges, and multiplayer matches.
- Satoshillo: a browser extension that converts ARS, USD, EUR, and JPY prices into satoshis on any website.
- Clipcillo: a clip editor with automatic subtitle transcription, silence detection, and AI-assisted editing tools.
- Responsive pixel-art interface.
- Optional Web Audio API sound effects.
- Unique hover sounds for featured projects.
- Live public repository list powered by the GitHub API.
- Reduced-motion support and keyboard-accessible controls.
- Static production build optimized for Vercel.
- HTML5
- CSS3
- JavaScript
- Web Audio API
- GitHub REST API
- Vite
- Vercel
Requirements: Node.js 20.19 or newer.
npm install
npm run devCreate a production build with:
npm run buildThe generated site is written to dist/.
The project is ready for Vercel. Import this repository and use the automatically detected Vite settings:
- Build command:
npm run build - Output directory:
dist
Distributed under the ISC License.