Personal portfolio site showcasing my work in full-stack development and game development tools.
If you're here from my online stuff, what's up! Just keep my real name lowkey, thanks.
I'm a developer who builds systems that eliminate friction and bring people together. This site highlights some of my technical projects, from live web platforms to game development automation tools.
The site features several projects including SoloDevelopment (a community platform), automation tools for game development, and various full-stack applications. Each project page includes demos and technical details.
This is a static site - just serve the files with any web server:
python -m http.server 8000
# or
npx serve .Built with vanilla HTML, CSS, and JavaScript. No build process required.