A lens for documenting the gap between what powerful actors say and what they do.
Live Site: parallaxin.github.io/parallaxin
Read the Constitution first.
- Live: Landing page, 2 actor records, 1 claim autopsy, and 1 conflict record.
- Languages: Full parallel mirror in Arabic (
/ar/) with RTL support. UI support for French and Spanish. - Infrastructure: Astro 5 SSG, i18n fallback logic, automated source validation, and Vitest/Playwright test suite.
- Documentation: Full constitution, architecture overview, and contribution guidelines in place.
docs/— Planning documents, templates, constitution, and architecture notes.site/— Astro static site (the platform).CHANGELOG.md— Public-facing release notes.CONTRIBUTING.md— Guidelines for evidence standards and code contributions.SECURITY.md— Vulnerability reporting and scope.LICENSE-CODE/LICENSE-CONTENT— MIT and CC-BY 4.0 respectively.
- Fork the repository.
- Clone your fork locally.
- Explore the
docs/folder to understand the project mission. - Develop the site:
cd site npm install npm run dev - Run Tests:
npm run test # Vitest unit tests npm run test:e2e # Playwright E2E tests
- Submit a Pull Request with your changes.
We welcome contributions that strengthen the evidence landscape. All contributions via pull request must adhere to the Evidence Standard (Constitution, Article 2).
- Factual Corrections: Open an issue using the "Error Report" template.
- Source Suggestions: Help us fill
[SOURCE NEEDED]gaps. - Code: See
site/for the Astro implementation.
No accounts needed to read. No data collected from readers. Zero tracking.
cd site
npm install
npm run build # Output: site/dist/
npm run preview # Local preview