A collection of self-contained prototypes for jam.dev.
Each folder is a standalone prototype with its own dependencies and setup instructions.
YYYY-MM-DD Prototype Name (Creator)
Examples:
2026-01-30 Sharepage Layout (Martin)2026-02-15 Dashboard Redesign (Chris)
- Self-contained: Each prototype should be fully runnable on its own
- README: Include a README.md in each prototype folder with setup instructions
- Dependencies: Each prototype has its own
package.json/ dependency management - Date: Use the date when the prototype was started
- Creator: Use first name of the primary creator
| Folder | Description | Tech Stack |
|---|---|---|
| 2026-01-28 PIP Recording Window (Chris) | Floating Picture-in-Picture window for screen recording with audio waveform visualization | Vanilla JS, Document PIP API, Web Audio API |
| 2026-01-30 Sharepage Layout (Martin) | Split-panel layout with DevTools, theming system | Next.js, Radix UI, styled-components |