Politique de Donnees

Comment Nous Gerons Vos Donnees

Version 1.0.0 - March 2026

Core Data Principles

Minimal by Default

We collect only what is necessary to operate the service. No advertising, no profiling, no sale of data.

Transparent by Design

Every data handling decision is documented here and in our open-source code. You can verify our claims.

User-Controlled

Analyses you save are owned by you. You can delete them at any time via our public API.

Open Source

The analysis and ID generation logic is open source. No hidden behaviour.

Right to Delete

Any analysis you saved can be deleted immediately via the DELETE API endpoint.

Analysis Data Flow

When you analyze a URL, our engine performs a comprehensive analysis including:

  • Performance metrics (Core Web Vitals, load times)
  • Accessibility audit (WCAG compliance)
  • SEO analysis (meta tags, structured data)
  • Security header verification
  • Carbon footprint estimation
  • AI-powered recommendations

Analysis is performed server-side. We fetch the target URL from our servers, not your browser. This means the target website sees our server IP, not yours.

Data Lifecycle
01

Analysis Request

You submit a URL for analysis. The request is processed in real-time.

02

Processing

Our analysis engine fetches and analyzes the URL. No data is stored at this stage.

03

Results Generated

Analysis results are returned to your browser. A unique ULID identifies each analysis.

04

Optional Save

You can choose to save results for historical tracking. Only saved analyses are stored.

05

Deletion Available

Saved analyses can be deleted at any time via the API or UI.

Unique Identifiers (ULID)

Every analysis receives a Universally Unique Lexicographically Sortable Identifier (ULID). This is a 26-character string like 01ARZ3NDEKTSV4RRFFQ69G5FAV that encodes both a timestamp and random bits.

These identifiers are:

  • Effectively unique - The probability of collision is astronomically small
  • Temporally ordered - Analyses can be sorted by creation time without a database query
  • Opaque - The ID reveals nothing about the analysis content or who created it
  • Portable - The same ID works across all services in the Platphorm News Network
API Reference
POST /api/v1/analyze

Run a new analysis

GET /api/v1/results/[id]

Retrieve a saved analysis

DELETE /api/v1/results/[id]

Delete your analysis permanently

GET /api/v1/history

List your analysis history

Full API documentation is available at /docs

Contact

Data-related questions: privacy@platphormnews.com

Technical questions: hello@platphormnews.com