Static portfolio site showcasing 33+ private AI systems, security tools, and autonomous agents.
Open index.html in a browser, or deploy to GitHub Pages.
git init
git add .
git commit -m "Initial showcase"
git remote add origin git@github.com:tiranmoskovitch-dev/showcase.git
git push -u origin mainThen enable GitHub Pages in repo Settings > Pages > Source: main branch, root folder.
- Vanilla HTML / CSS / JS (no frameworks, no build step)
- Inter + JetBrains Mono fonts (Google Fonts CDN)
- Dark theme (#0d1117)
- Responsive grid layout
- Scroll-triggered animations via IntersectionObserver
- Project capabilities and metrics (WHAT it does)
- Tech stack badges
- Status indicators
- Public products with purchase links
- Implementation details, algorithms, or architecture
- API endpoints or internal routes
- Prompt templates or detection logic
- Source code or file structure