Skip to content

Projects

Side projects and experiments. Some are live in production; some are puzzles. All of them got shipped.

GPTees

Handmade ecommerce store selling AI-generated clothing. Prompt. Pay. Wear.

  • Ecommerce
  • AI

Live

Bookmarks

Bookmarks management server and API with a CLI client. Your own cloud for bookmarks — browser, OS, and device agnostic.

  • Go
  • REST API
  • CLI

Source

$ bm list
reading
  systems-programming    https://...
  vollkorn-specimen      https://...

tools
  bookmarks              https://github.com/George-Anagnostou/bookmarks
  countries              https://countries.georgeanagnostou.com

$ bm add reading browser-engineering https://browser.engineering/
added  reading/browser-engineering

$ bm open countries
opening in default browser…

Countries

A trivia game for flags, countries, and capitals. Built in Go — server, game logic, the lot — and hosted on a VPS behind Nginx.

  • Go
  • HTML
  • CSS
  • Nginx

Live · Source

Snake

A terminal Snake game written in Go. Arrow keys, score on screen, game over when you hit the wall or yourself.

  • Go
  • Terminal

Source

This site

A custom static site generator in TypeScript, run with Bun. No framework — build script, templates, and a dev server with live reload. Hosted on Vercel.

  • TypeScript
  • Bun
  • HTML
  • CSS

Source

See the rest on github...

See also what I'm doing now.