Mini Hero

Project Tracker System Guide

Welcome to the Project Tracker System

The AmbientPixels Project Tracker is a centralized system for monitoring, documenting, and collaborating on all active and archived projects. This guide will help you understand how the system works, how to add new projects, and best practices for maintaining project documentation.

Whether you're adding a new project, updating an existing one, or just exploring what's in development, this guide provides everything you need to effectively use the Project Tracker Dashboard.

Quick Start: To add a new project, create a markdown file in /docs/logs/, then register it in projects.json. See the "How to Add a Project" section below for details.

System Overview

The Project Tracker Dashboard is a dynamic, filterable view powered by a central projects.json file, markdown logs, and a live dashboard UI.

  • /docs/logs/projects.json — Master index
  • /docs/logs/[project-name].md — Markdown logs
  • /docs/project-dashboard.html — Dashboard interface
  • /js/project-dashboard.js — Loader/renderer script
  • /css/components.css — Style system

How to Add a Project

JSON Entry Format

Styling & Behavior

Maintenance Tips

Future Ideas