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.
Team Directory
Bios, roles, ownership, collaboration model, and team-facing context.
Roadmaps
Web, CRM, MarTech, accessibility, AI, content, and governance planning views.
Reporting
Custom reporting concepts, KPI views, self-service dashboards, and metric narratives.
AI + Prototype Lab
Generated HTML builds, interaction concepts, database demos, and feature proofs of concept.
Resources
Templates, prompts, playbooks, intake guidance, standards, and reusable patterns.
Development Sandbox
A safe place to stage ideas before they become formal roadmap or production work.
Start Here
Quick entry points
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