mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Updated products copy
This commit is contained in:
@@ -27,12 +27,13 @@
|
|||||||
inactive: './images/icons/illustrated/dark/auth-transparent.png'
|
inactive: './images/icons/illustrated/dark/auth-transparent.png'
|
||||||
},
|
},
|
||||||
title: 'Auth',
|
title: 'Auth',
|
||||||
subtitle: 'Secure login for all your users',
|
subtitle: 'Secure login for all users',
|
||||||
description: 'Sign in users with multiple OAuth providers and multi factor authentication.',
|
description: 'Sign in your users securly with multiple login methods like email/password, sms, OAuth, annoymous, magic URLs and more.',
|
||||||
features: [
|
features: [
|
||||||
'Two-Factor Authentication support',
|
|
||||||
'30+ login methods',
|
'30+ login methods',
|
||||||
'State-of-the-art password hashing support'
|
'Support for roles, user labels and teams',
|
||||||
|
'Rate-limits and advanced user protections',
|
||||||
|
'Custome SMTP and email templates'
|
||||||
],
|
],
|
||||||
shot: './images/products/Auth.svg'
|
shot: './images/products/Auth.svg'
|
||||||
},
|
},
|
||||||
@@ -42,26 +43,17 @@
|
|||||||
inactive: './images/icons/illustrated/dark/databases-transparent.png'
|
inactive: './images/icons/illustrated/dark/databases-transparent.png'
|
||||||
},
|
},
|
||||||
title: 'Databases',
|
title: 'Databases',
|
||||||
subtitle: 'Store, query and manage your data',
|
subtitle: 'Store, query and manage data',
|
||||||
description:
|
description:
|
||||||
'Store, query and manage access to your app’s data in real-time with a robust and scalable database.',
|
'Store, query and manage access to your app’s data in real-time with a robust and scalable database.',
|
||||||
features: ['Relationships are a big deal'],
|
|
||||||
shot: './images/products/Databases.svg'
|
|
||||||
},
|
|
||||||
storage: {
|
|
||||||
icon: {
|
|
||||||
active: './images/icons/illustrated/dark/storage.png',
|
|
||||||
inactive: './images/icons/illustrated/dark/storage-transparent.png'
|
|
||||||
},
|
|
||||||
title: 'Storage',
|
|
||||||
subtitle: 'Secure login for all your users',
|
|
||||||
description: 'Sign in users with multiple OAuth providers and multi factor authentication.',
|
|
||||||
features: [
|
features: [
|
||||||
'Two-Factor Authentication support',
|
'Never paused',
|
||||||
'30+ login methods',
|
'Fast in-memory caching',
|
||||||
'State-of-the-art password hashing support'
|
'Advanced permission models',
|
||||||
|
'Custom data validation',
|
||||||
|
'Relationships support',
|
||||||
],
|
],
|
||||||
shot: './images/products/Storage.svg'
|
shot: './images/products/Databases.svg'
|
||||||
},
|
},
|
||||||
functions: {
|
functions: {
|
||||||
icon: {
|
icon: {
|
||||||
@@ -69,27 +61,43 @@
|
|||||||
inactive: './images/icons/illustrated/dark/functions-transparent.png'
|
inactive: './images/icons/illustrated/dark/functions-transparent.png'
|
||||||
},
|
},
|
||||||
title: 'Functions',
|
title: 'Functions',
|
||||||
subtitle: 'Secure login for all your users',
|
subtitle: 'Customize and extend your backend',
|
||||||
description: 'Sign in users with multiple OAuth providers and multi factor authentication.',
|
description: 'Deploy and scale serverless functions in secure, isolated runtimes.',
|
||||||
features: [
|
features: [
|
||||||
'Two-Factor Authentication support',
|
'Automatic deployment from GitHub',
|
||||||
'30+ login methods',
|
'Trigger using HTTP, events, CRON or CLI',
|
||||||
'State-of-the-art password hashing support'
|
'Support +30 runtimes and 13 languages',
|
||||||
|
'Custom domain support'
|
||||||
],
|
],
|
||||||
shot: './images/products/Functions.svg'
|
shot: './images/products/Functions.svg'
|
||||||
},
|
},
|
||||||
|
storage: {
|
||||||
|
icon: {
|
||||||
|
active: './images/icons/illustrated/dark/storage.png',
|
||||||
|
inactive: './images/icons/illustrated/dark/storage-transparent.png'
|
||||||
|
},
|
||||||
|
title: 'Storage',
|
||||||
|
subtitle: 'Upload and manage files',
|
||||||
|
description: 'Securely store files with advanced compression, encryption and image transformations.',
|
||||||
|
features: [
|
||||||
|
'File encryption in rest and transit',
|
||||||
|
'Built-in image transformation capabilities',
|
||||||
|
'Advanced compression with webp/brotli support'
|
||||||
|
],
|
||||||
|
shot: './images/products/Storage.svg'
|
||||||
|
},
|
||||||
realtime: {
|
realtime: {
|
||||||
icon: {
|
icon: {
|
||||||
active: './images/icons/illustrated/dark/realtime.png',
|
active: './images/icons/illustrated/dark/realtime.png',
|
||||||
inactive: './images/icons/illustrated/dark/realtime-transparent.png'
|
inactive: './images/icons/illustrated/dark/realtime-transparent.png'
|
||||||
},
|
},
|
||||||
title: 'Realtime',
|
title: 'Realtime',
|
||||||
subtitle: 'Secure login for all your users',
|
subtitle: 'Realtime events for every service',
|
||||||
description: 'Sign in users with multiple OAuth providers and multi factor authentication.',
|
description: 'Subscribe and react to any Appwrite event using the realtime API.',
|
||||||
features: [
|
features: [
|
||||||
'Two-Factor Authentication support',
|
'Unlimited subscriptions',
|
||||||
'30+ login methods',
|
'Built-in permission management',
|
||||||
'State-of-the-art password hashing support'
|
'Support for DBs, auth, storage & functions',
|
||||||
],
|
],
|
||||||
shot: './images/products/Realtime.svg'
|
shot: './images/products/Realtime.svg'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user