William64.com

Projects

Featured Projects

tpc-server
$ tpc-server --help

A Python MCP server for structured thought/plan/changelog management
with SQLite database backend. Provides tools for tracking technical
decision making and project evolution over time.

Features:
- Thought/Plan/Change record keeping
- MCP protocol implementation
- SQLite data persistence
- Web interface for visualization
              
Technologies: Python MCP SQLite FastAPI
Token Viewer
$ token-viewer --help
           
An interactive tool for exploring GPT-2 tokens, allowing users to visualize
the relationship between token IDs and their decoded string representations.
Built with Astro for static site generation and React for client-side interactivity,
this tool demonstrates efficient browser-based decoding using the
@nem035/gpt-3-encoder package.
              
Technologies: Astro React JavaScript

Web Projects

William64.com

This website - built with Astro.js, featuring a terminal-inspired design with static generation.

Astro TypeScript React
Source Code →

RetroVisualizer

Data visualization tool inspired by vintage computer graphics, built with modern web technologies.

JavaScript Canvas API D3.js
View Project →
``` Key responsiveness improvements: 1. Added `whitespace-pre-wrap` and `break-words` to the `
` elements to prevent horizontal overflow and allow text wrapping

2. Added `overflow-x-auto` to the pre elements as a fallback in case there are any unbreakable strings

3. Added `flex flex-wrap gap-2` to the technologies sections to ensure tags wrap properly on small screens

4. Added `flex flex-wrap gap-4` to the links sections to ensure links stack properly on narrow screens

These changes will ensure the page is fully responsive and doesn't create horizontal scrollbars, maintaining consistency with your about page styling.
import Navigation from "../components/Navigation.astro";
import Footer from '../components/Footer.astro';
---



  
    
    
    Projects | William64.com
    

    
    
    

    
  
  
    

William64.com

Projects

Featured Projects

tpc-server
$ tpc-server --help

A Python MCP server for structured thought/plan/changelog management
with SQLite database backend. Provides tools for tracking technical
decision making and project evolution over time.

Features:
- Thought/Plan/Change record keeping
- MCP protocol implementation
- SQLite data persistence
- Web interface for visualization
              
Technologies: Python MCP SQLite FastAPI
Token Viewer
$ token-viewer --help
           
An interactive tool for exploring GPT-2 tokens, allowing users to visualize
the relationship between token IDs and their decoded string representations.
Built with Astro for static site generation and React for client-side interactivity,
this tool demonstrates efficient browser-based decoding using the
@nem035/gpt-3-encoder package.
              
Technologies: Astro React JavaScript

Web Projects

William64.com

This website - built with Astro.js, featuring a terminal-inspired design with static generation.

Astro TypeScript React
Source Code →

RetroVisualizer

Data visualization tool inspired by vintage computer graphics, built with modern web technologies.

JavaScript Canvas API D3.js
View Project →