Skip to content

Commit

Permalink
docs: improve about page
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Dec 28, 2023
1 parent dee1366 commit 986406f
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions packages/docs/docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,36 @@ slug: "/"

import { YoutubeVideo } from '../src/components/youtube-video'

Consent Manager is a React based framework to manage user consent regarding data processing and data sharing with external providers.
# Welcome to Consent Manager

## What is this about?
Consent Manager is an intuitive React-based toolkit crafted to seamlessly incorporate external services into web applications while strictly adhering to GDPR and various other data privacy regulations. Our tool streamlines the process of managing user consent for data processing and interactions with third-party services.

## Our Mission

Our aim is to declutter the web, making it a fairer space for both website owners and end-users, in line with GDPR and other data privacy laws.

### User-Centric Data Privacy

We prioritize user privacy by default. For instance, consider our handling of embeds like this:

<YoutubeVideo id="OFRjZtYs3wY" />

We want to make the web less messy. And especially more fair, for website owners and the end users.
Users see a placeholder first, safeguarding their data. They can enable the YouTube integration with a single click on this placeholder or by clicking the shield icon 🛡️ at the bottom left corner.

### Customizable for Your Needs

While the default interface of Consent Manager offers swift integration, it's fully customizable. Adapt its styling or craft your own interface to meet your project's unique requirements and design.

### Empowering Developers

Consent Manager is more than a tool; it's a commitment to ethical, user-centric web experiences. Our goal is to empower React developers to easily align with the [General Data Protection Regulation (GDPR)](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) and similar laws, fostering a more secure and privacy-respecting digital world.

## Why React?

React is where we excel. However, we warmly welcome developers from all backgrounds and communities to explore and benefit from our toolkit.

We hope that this framework enables other developers to create a good, fair and usefull consent management experience.
Our goal is to enable other React developers to get compliant with the new [General Data Protection Regulation
(GDPR)](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) from Europe.
## Quick Start

## Why only React?
Dive into our Quick Start guide to make your website GDPR compliant in just a few minutes. Begin your journey towards a more secure and privacy-respecting web presence now!

Because React is our home, we welcome people from other communites.
For now, see: [Getting Started Guide](getting-started.md)

0 comments on commit 986406f

Please sign in to comment.