|
27 | 27 | inactive: './images/icons/illustrated/dark/auth-transparent.png'
|
28 | 28 | },
|
29 | 29 | title: 'Auth',
|
30 |
| - subtitle: 'Secure login for all your users', |
31 |
| - description: '# users with multiple OAuth providers and multi factor authentication.', |
| 30 | + subtitle: 'Secure login for all users', |
| 31 | + description: 'Authenticate users securely with multiple login methods like Email/Password, SMS, OAuth, Annoymous, Magic URLs and more.', |
32 | 32 | features: [
|
33 |
| - 'Two-Factor Authentication support', |
34 | 33 | '30+ login methods',
|
35 |
| - 'State-of-the-art password hashing support' |
| 34 | + 'Support for teams, roles and user labels', |
| 35 | + 'Rate-limits and advanced user protection', |
| 36 | + 'Custome SMTP and email templates' |
36 | 37 | ],
|
37 | 38 | shot: './images/products/Auth.svg'
|
38 | 39 | },
|
|
42 | 43 | inactive: './images/icons/illustrated/dark/databases-transparent.png'
|
43 | 44 | },
|
44 | 45 | title: 'Databases',
|
45 |
| - subtitle: 'Store, query and manage your data', |
| 46 | + subtitle: 'Store, query and manage data', |
46 | 47 | description:
|
47 |
| - 'Store, query and manage access to your app’s data in real-time with a robust and scalable database.', |
48 |
| - features: ['Relationships are a big deal'], |
49 |
| - shot: './images/products/Databases.svg' |
50 |
| - }, |
51 |
| - storage: { |
52 |
| - icon: { |
53 |
| - active: './images/icons/illustrated/dark/storage.png', |
54 |
| - inactive: './images/icons/illustrated/dark/storage-transparent.png' |
55 |
| - }, |
56 |
| - title: 'Storage', |
57 |
| - subtitle: 'Secure login for all your users', |
58 |
| - description: '# users with multiple OAuth providers and multi factor authentication.', |
| 48 | + 'Scalable and robust database backed by your favorite technologies.', |
59 | 49 | features: [
|
60 |
| - 'Two-Factor Authentication support', |
61 |
| - '30+ login methods', |
62 |
| - 'State-of-the-art password hashing support' |
| 50 | + 'Never paused', |
| 51 | + 'Fast in-memory caching', |
| 52 | + 'Advanced permission models', |
| 53 | + 'Custom data validation', |
| 54 | + 'Relationships support', |
63 | 55 | ],
|
64 |
| - shot: './images/products/Storage.svg' |
| 56 | + shot: './images/products/Databases.svg' |
65 | 57 | },
|
66 | 58 | functions: {
|
67 | 59 | icon: {
|
68 | 60 | active: './images/icons/illustrated/dark/functions.png',
|
69 | 61 | inactive: './images/icons/illustrated/dark/functions-transparent.png'
|
70 | 62 | },
|
71 | 63 | title: 'Functions',
|
72 |
| - subtitle: 'Secure login for all your users', |
73 |
| - description: '# users with multiple OAuth providers and multi factor authentication.', |
| 64 | + subtitle: 'Customize and extend your backend', |
| 65 | + description: 'Deploy and scale serverless functions in secure, isolated runtimes.', |
74 | 66 | features: [
|
75 |
| - 'Two-Factor Authentication support', |
76 |
| - '30+ login methods', |
77 |
| - 'State-of-the-art password hashing support' |
| 67 | + 'Automatic deployment from GitHub', |
| 68 | + 'Trigger using GitHub, CLI, Event Listeners or HTTP requests', |
| 69 | + 'Support for 30+ runtimes in 13 languages', |
| 70 | + 'Custom domain support' |
78 | 71 | ],
|
79 | 72 | shot: './images/products/Functions.svg'
|
80 | 73 | },
|
| 74 | + storage: { |
| 75 | + icon: { |
| 76 | + active: './images/icons/illustrated/dark/storage.png', |
| 77 | + inactive: './images/icons/illustrated/dark/storage-transparent.png' |
| 78 | + }, |
| 79 | + title: 'Storage', |
| 80 | + subtitle: 'Upload and manage files', |
| 81 | + description: 'Securely store files with advanced compression, encryption and image transformations.', |
| 82 | + features: [ |
| 83 | + 'File encryption at rest and transit', |
| 84 | + 'Built-in image transformation capabilities', |
| 85 | + 'Advanced compression with WebP/Brotli support' |
| 86 | + ], |
| 87 | + shot: './images/products/Storage.svg' |
| 88 | + }, |
81 | 89 | realtime: {
|
82 | 90 | icon: {
|
83 | 91 | active: './images/icons/illustrated/dark/realtime.png',
|
84 | 92 | inactive: './images/icons/illustrated/dark/realtime-transparent.png'
|
85 | 93 | },
|
86 | 94 | title: 'Realtime',
|
87 |
| - subtitle: 'Secure login for all your users', |
88 |
| - description: '# users with multiple OAuth providers and multi factor authentication.', |
| 95 | + subtitle: 'Realtime events for every service', |
| 96 | + description: 'Subscribe and react to any Appwrite event using the Realtime API.', |
89 | 97 | features: [
|
90 |
| - 'Two-Factor Authentication support', |
91 |
| - '30+ login methods', |
92 |
| - 'State-of-the-art password hashing support' |
| 98 | + 'Unlimited subscriptions', |
| 99 | + 'Built-in permission management', |
| 100 | + 'Support for DBs, Auth, Storage & Functions', |
93 | 101 | ],
|
94 | 102 | shot: './images/products/Realtime.svg'
|
95 | 103 | }
|
|
0 commit comments