Skip to content

Commit bb11ddc

Browse files
Merge pull request #2143 from appwrite/adding-keywords
2 parents 09567c8 + b8597b9 commit bb11ddc

File tree

6 files changed

+67
-7
lines changed

6 files changed

+67
-7
lines changed

src/routes/integrations/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
const title = 'Integrations' + TITLE_SUFFIX;
2222
const description =
23-
'Connect your favorite apps to Appwrite for one unified tech stack. Explore our catalog of integrations now.';
23+
'Connect your favorite apps to Appwrite for a unified tech stack. Explore the Appwrite catalog: a marketplace to find integrations for your projects.';
2424
const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
2525
2626
// search functionality
@@ -111,8 +111,8 @@
111111
Discover infinite possibilities
112112
</h1>
113113
<p class="text-description">
114-
Unlock the full potential of Appwrite by seamlessly integrating your
115-
favorite apps with your projects.
114+
Find your favourite apps to integrate with your projects in Appwrite's
115+
marketplace.
116116
</p>
117117
</div>
118118
</div>
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: partner
3+
title: Devkind
4+
description: Devkind is a Melbourne-based web application development agency specializing in crafting robust and scalable digital solutions.
5+
date: 2025-06-25
6+
featured: false
7+
partnerLevel: Silver
8+
isNew: true
9+
cover: /images/partners/covers/devkind.png
10+
category: agency
11+
website: devkind.com.au
12+
email: mailto:[email protected]
13+
product:
14+
avatar: '/images/partners/avatars/devkind.png'
15+
vendor: Devkind
16+
description: Devkind is a Melbourne-based web application development agency specializing in crafting robust and scalable digital solutions.
17+
technologies:
18+
- PHP
19+
- Laravel
20+
- JavaScript
21+
- Express.js
22+
- Adonis
23+
- Next.js
24+
- React Native
25+
- Python
26+
- Shopify Polaris
27+
- Chakra UI
28+
- GraphQL
29+
- Nest.js
30+
- PHP Unit
31+
- Cypress
32+
- Flask
33+
- Vue
34+
- Nuxt.js
35+
- Astro.js
36+
37+
services:
38+
- Mobile App Development
39+
- Web App Development
40+
- E-commerce solutions
41+
- SaaS applications
42+
regions:
43+
- Europe
44+
- USA
45+
- Australia
46+
languages:
47+
- English
48+
---
49+
50+
# Overview
51+
52+
Devkind is a Melbourne-based web application development agency specializing in crafting robust and scalable digital solutions. We offer a full spectrum of services, including web and e-commerce development, AI development, custom API integration, and strategic marketing, to empower businesses across diverse industries. Our expertise ensures cutting-edge digital products that drive growth and enhance online presence.
53+
54+
# Services
55+
56+
We offer end-to-end services in web development, e-commerce solutions, and custom application development, including bespoke SaaS platforms and mobile apps. Our expertise extends to API development, digital marketing, AI integration, and business automation (AaaS), ensuring comprehensive digital transformation for our clients.
57+
58+
We leverage Appwrite to rapidly develop secure and scalable web and mobile applications for our clients. Its robust features for user authentication, real-time databases, file storage, and serverless functions allow us to accelerate development, improve efficiency, and deliver high-performance solutions with reduced time-to-market.
59+
60+
Our ideal projects involve building complex web applications, AI agent creation, scalable e-commerce platforms, and bespoke SaaS solutions for businesses across various industries, including retail, healthcare, and logistics. We excel in projects requiring seamless integrations, robust backend infrastructure, and a focus on optimizing business processes.

src/routes/partners/catalog/panara-studio/+page.markdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: partner
3-
title: Panra Studio
3+
title: Panara Studio
44
description: Panara Studio started as a one-person agency in 2021 and has grown into a small team of experts. We've worked with clients from 10+ countries, including startups, early-stage ventures, angel investors, and creators. Collaborate directly with Kamal Panara, the founder and engineer, and our talented professionals.
55
date: 2025-03-21
66
featured: false
@@ -43,6 +43,6 @@ Panara Studio started as a one-person agency in 2021 and has grown into a small
4343

4444
# Services
4545

46-
At Panera Studio, we specialize in UI/UX design, mobile app development, and web app development, creating high-quality digital products tailored to your needs. Whether it’s an e-commerce app, e-learning platform, CRM system, or a fully bespoke application, we bring ideas to life with a strong focus on performance, scalability, and user experience.
46+
At Panara Studio, we specialize in UI/UX design, mobile app development, and web app development, creating high-quality digital products tailored to your needs. Whether it’s an e-commerce app, e-learning platform, CRM system, or a fully bespoke application, we bring ideas to life with a strong focus on performance, scalability, and user experience.
4747

4848
We use Appwrite as the backend foundation for our internal tools, SaaS products, and client projects, ensuring modern, secure, and efficient development every step of the way.

src/routes/pricing/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
></a
8181
>
8282
<span class="mt-2 text-sm text-[var(--color-primary)] opacity-64"
83-
>Pricing will be revealed July 1st, 2025</span
83+
>Pricing will be revealed August 1st, 2025</span
8484
>
8585
</div>
8686
</div>

src/routes/products/auth/(components)/Access.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
image: TeamsConsole
1414
},
1515
{
16-
title: 'Full control over permissions',
16+
title: 'Role-based access control',
1717
copy: 'Define the level of access and control users or teams have over resources according to their roles.',
1818
image: PermissionsConsole
1919
}
971 Bytes
Loading

0 commit comments

Comments
 (0)