diff --git a/src/routes/blog/author /may-ender/+page.markdoc b/src/routes/blog/author/may-ender/+page.markdoc similarity index 98% rename from src/routes/blog/author /may-ender/+page.markdoc rename to src/routes/blog/author/may-ender/+page.markdoc index 4f74a353a6..19d52ca3be 100644 --- a/src/routes/blog/author /may-ender/+page.markdoc +++ b/src/routes/blog/author/may-ender/+page.markdoc @@ -7,4 +7,4 @@ bio: Supporting the team and making everyone's life easier. avatar: /images/avatars/may.png twitter: https://twitter.com/@MayEnder1 linkedin: https://www.linkedin.com/in/may-ender/ ---- +--- \ No newline at end of file diff --git a/src/routes/blog/category/GDPR/+page.markdoc b/src/routes/blog/category/GDPR/+page.markdoc new file mode 100644 index 0000000000..a5567ad6c7 --- /dev/null +++ b/src/routes/blog/category/GDPR/+page.markdoc @@ -0,0 +1,6 @@ +--- +layout: category +name: GDPR +description: Learn about Appwrite's effort to protect personal data privacy and compliance to various standards. +--- + diff --git a/src/routes/blog/post/announcing-appwrite-is-gdpr-compliant/+page.markdoc b/src/routes/blog/post/announcing-appwrite-is-gdpr-compliant/+page.markdoc new file mode 100644 index 0000000000..16bc934137 --- /dev/null +++ b/src/routes/blog/post/announcing-appwrite-is-gdpr-compliant/+page.markdoc @@ -0,0 +1,33 @@ +--- +layout: post +title: Announcing Appwrite is GDPR compliant +description: At Appwrite, we take your data seriously. Therefore, we are excited to announce that Appwrite is now GDPR Compliant. +date: 2024-01-09 +cover: /images/blog/announcing-appwrite-is-gdpr-compliant/GDPR-Announcement.png +timeToRead: 3 +author: may-ender +category: GDPR +--- + +At Appwrite, we take your data seriously. Therefore, we are excited to announce that Appwrite is now GDPR Compliant. + +We have always kept strict internal policies with regard to personal data and privacy. But to be GDPR compliant, one must undertake the necessary steps and show proof. We have done this and are pleased that we are now certified with the European General Data Protection Regulation (GDPR) standards. + +Appwrite developers will no longer have to navigate the complex waters of GDPR compliance – we've got you covered. We have undertaken the necessary measures to protect personal information. Our policies, procedures, and infrastructure have been updated, and we are committed to a continuous improvement cycle as time goes by. + +If you are interested in having a data processing agreement with Appwrite, you can now find our DPA download button in our console. Click and sign it, and the agreement will be implemented. + +![Download DPA from your organization's settings](/images/blog/announcing-appwrite-is-gdpr-compliant/dpa-card.png) + +Here are some technical insights into how we enhance data security: + +- Appwrite implements a multi-layered security approach, integrating centralized IAM (Identity and Access Management) to regulate access to production resources. +- Cloud security processes are employed for provisioning, configuring, monitoring, and accessing cloud resources. Changes in production environments follow a controlled process using Infrastructure as Code (IaC). +- Industry-standard encryption protocols like TLS/SSL safeguard data transmitted over networks. Additionally, data stored in databases and file storage is secured using techniques like AES encryption. Key rotations are performed at regular intervals to ensure data security. +- Appwrite performs regular security audits at the application and infrastructure layers to ensure compliance with industry-leading security standards and practices. Periodic vulnerability scans are also conducted on software dependencies and packages to mitigate against CVEs. + +As always, with Appwrite, developers can continue creating with peace of mind. Your personal data will not be mistreated. + +Appwrite is also actively working towards compliance with SOC 2 standards and HIPPA, which will be announced at a later date. + +Further resources: [Documentation](https://appwrite.io/docs/advanced/security/gdpr), [Privacy policy](https://appwrite.io/privacy) , [Cookie policy](https://appwrite.io/cookies) diff --git a/src/routes/changelog/(entries)/2024-01-09.markdoc b/src/routes/changelog/(entries)/2024-01-09.markdoc new file mode 100644 index 0000000000..2a0ecbede6 --- /dev/null +++ b/src/routes/changelog/(entries)/2024-01-09.markdoc @@ -0,0 +1,14 @@ +--- +layout: changelog +title: GDPR Announcemenent +date: 2024-01-09 +cover: /images/changelog/2024-01-09.png +--- + +At Appwrite, we take your data seriously. Therefore, we are excited to announce that Appwrite is now GDPR Compliant. + +We have always kept strict internal policies with regard to personal data and privacy. But to be GDPR compliant, one must undertake the necessary steps and show proof. We have now done this, and we’re pleased that we are now certified with the European General Data Protection Regulation (GDPR) standards. + +{% arrow_link href="https://dev.to/appwrite/announcing-appwrite-is-gdpr-compliant" %} +Read the full announcement +{% /arrow_link %} diff --git a/static/images/blog/announcing-appwrite-is-gdpr-compliant/GDPR-Announcement.png b/static/images/blog/announcing-appwrite-is-gdpr-compliant/GDPR-Announcement.png new file mode 100644 index 0000000000..4fe8c316a0 Binary files /dev/null and b/static/images/blog/announcing-appwrite-is-gdpr-compliant/GDPR-Announcement.png differ diff --git a/static/images/blog/announcing-appwrite-is-gdpr-compliant/dpa-card.png b/static/images/blog/announcing-appwrite-is-gdpr-compliant/dpa-card.png new file mode 100644 index 0000000000..0f2edcbf90 Binary files /dev/null and b/static/images/blog/announcing-appwrite-is-gdpr-compliant/dpa-card.png differ diff --git a/static/images/changelog/2024.01.09.png b/static/images/changelog/2024.01.09.png new file mode 100644 index 0000000000..4fe8c316a0 Binary files /dev/null and b/static/images/changelog/2024.01.09.png differ