Skip to content
View parallaxin's full-sized avatar

Block or report parallaxin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
parallaxin/README.md

PARALLAXIN

License: MIT License: CC BY 4.0 Community Standard: Parallaxin Deploy to GitHub Pages Last Commit Changelog Security Policy

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.

Current Status

  • 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.

Structure

  • 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.

Quick Start for Contributors

  1. Fork the repository.
  2. Clone your fork locally.
  3. Explore the docs/ folder to understand the project mission.
  4. Develop the site:
    cd site
    npm install
    npm run dev
  5. Run Tests:
    npm run test      # Vitest unit tests
    npm run test:e2e  # Playwright E2E tests
  6. Submit a Pull Request with your changes.

Contributing

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.

Licenses

Deploy

cd site
npm install
npm run build    # Output: site/dist/
npm run preview  # Local preview

Popular repositories Loading

  1. parallaxin parallaxin Public

    A lens for documenting the gap between what powerful actors say and what they do.

    Astro 2 2