Keep future products off the public site

This commit is contained in:
git
2026-07-28 19:10:13 +10:00
parent 1c84634bd8
commit 7975fc6860
8 changed files with 35 additions and 34 deletions
+8 -3
View File
@@ -2,7 +2,7 @@
## Project purpose
This repository contains the public website for the Napper application ecosystem. It includes the main `napper.au` landing site, the Hudra and Lildra product sites, and shared legal, privacy, support and ecosystem content. Pendra is planned but does not yet have a product page.
This repository contains the public website for the Napper application ecosystem. It includes the main `napper.au` landing site, the Hudra and Lildra product sites, and shared legal, privacy, support and ecosystem content.
## Source of truth
@@ -18,10 +18,15 @@ When an important architectural, deployment, naming or development decision is m
- Hudra is primarily a presentation and slide-viewing system that turns complete QLearn lesson pages into a classroom presentation experience. Do not describe Hudra as a general-purpose editor.
- Lildra is a distraction-free reading extension that hides the surrounding Canvas/QLearn interface while preserving the lesson DOM, content and styling. It is not a presentation system.
- Pendra is planned as a simpler path for bringing completed presentation slides into QLearn.
Keep product wording within these boundaries and do not reuse Lildra's clutter-removal positioning as Hudra's primary message.
## Future-product publication
- Do not mention future products on the public website unless their inclusion is part of an explicit teaser or launch decision.
- An approved teaser must define its wording, destination, campaign purpose and publication period.
- Preserve unapproved concepts under `docs/future-products.md`, not in public HTML, CSS or browser JavaScript.
## Current architecture
The site is a dependency-free static site using HTML, CSS and small browser JavaScript files. Do not introduce a framework, package manager, build system or templating engine without an explicit architectural decision.
@@ -44,7 +49,7 @@ The site is a dependency-free static site using HTML, CSS and small browser Java
└── terms/index.html
```
Hudra provides the established foundational product-page and legal-page styling. Lildra reuses that stable foundation through its own theme stylesheets and keeps Lildra-specific colours and visuals isolated there. Reassess this CSS layering before adding Pendra rather than creating another product-to-product dependency.
Hudra provides the established foundational product-page and legal-page styling. Lildra reuses that stable foundation through its own theme stylesheets and keeps Lildra-specific colours and visuals isolated there. Reassess this CSS layering before adding another product rather than creating another product-to-product dependency.
## Deployment assumptions