# Tim Cash Projects

This repo publishes a simple index page for the main projects in my workspace. The goal is practical: one section per project, short descriptions, and direct links.

## Links

- GitHub: https://github.com/timcash
- LinkedIn: https://www.linkedin.com/in/timmikecash/
- Live index: https://timcash.github.io/

## Projects

### cad-pga

- Use: Projective Geometric Algebra demos and notes.
- Status: Public GitHub Pages site.
- Practical notes: Best example of the docs-plus-demo pattern. It also includes the local Codex bridge and Cloudflare tunnel work.
- Links: [repo](https://github.com/timcash/cad-pga), [live](https://timcash.github.io/cad-pga/), [codex](https://timcash.github.io/cad-pga/codex/), [legion](https://timcash.github.io/cad-pga/legion/)

### linker

- Use: WebGPU DAG editor and browser product prototype.
- Status: Public GitHub Pages site.
- Practical notes: Most product-focused repo in the group. It keeps browser UI, auth routes, task routes, and local bridge ideas together.
- Links: [repo](https://github.com/timcash/linker), [live](https://timcash.github.io/linker/), [auth](https://timcash.github.io/linker/auth/), [tasks](https://timcash.github.io/linker/tasks/)

### gmail-agent

- Use: Local Gmail daemon and mailbox task system.
- Status: Local-first service.
- Practical notes: Handles Gmail OAuth, inbox triage, and mailbox-backed task processing.
- Links: [repo](https://github.com/timcash/gmail-agent)

### dialtone

- Use: Runtime and orchestration repo.
- Status: Local infrastructure repo.
- Practical notes: Holds local launch scripts, plugin management, host setup, and Cloudflare tunnel control.
- Links: [repo](https://github.com/timcash/dialtone)

### guitar-tabs

- Use: Music tools and early GitHub Pages experiments.
- Status: Public GitHub Pages root.
- Practical notes: Older prototype repo that helped shape the later multipage publishing pattern.
- Links: [repo](https://github.com/timcash/guitar-tabs), [live](https://timcash.github.io/guitar-tabs/)

### web-code

- Use: Local-only web coding utilities.
- Status: Local-only repo.
- Practical notes: Small trusted tools for fast experiments and local workflows.
- Links: [repo](https://github.com/timcash/web-code)

### test-repo

- Use: Sandbox repo for quick checks.
- Status: Local scratch repo.
- Practical notes: Used for testing repo setup, workflow changes, and small experiments.
