Roadmaps · Reporting · AI Prototypes · Team Knowledge

The internal workspace for building, explaining, and scaling the digital experience.

A lightweight product management and development sandbox for Digital Marketing: roadmap storytelling, teammate bios, reporting concepts, AI-generated HTML prototypes, architecture views, and proofs of concept all in one place.

Why this exists

A working layer between strategy and execution.

This site is designed to feel less like a file dump and more like a shared operating system for web, CRM, MarTech, analytics, content, accessibility, and campaign support work.

Use it to turn rough ideas into navigable experiences: executive readouts, product concepts, sprint-ready proofs of concept, lightweight dashboards, and reusable templates.

Site Map

Core spaces

Each card below maps to a folder in the repository so new Claude/Copilot-generated HTML files can be dropped into the right place.

How to add a page

Drop in a file. Link it from the relevant index. Commit. Deploy.

For any new build, create a focused HTML file inside the matching folder. Keep the page standalone unless it needs shared CSS or JavaScript. Add a link to that folder's index page so the lab remains easy to navigate.

davita-digital-lab/
├── index.html
├── assets/
│   ├── css/styles.css
│   ├── js/main.js
│   └── img/davita-logo.png
├── pages/
│   ├── team/
│   ├── roadmaps/
│   ├── reporting/
│   ├── prototypes/
│   └── resources/
└── README.md