Skip to content

Commit f1fd33e

Browse files
Merge branch 'main' into 1950-Search-bar-UI
2 parents 617660e + 1d055ed commit f1fd33e

File tree

9 files changed

+12
-32
lines changed

9 files changed

+12
-32
lines changed

src/routes/(experiments)/new-homepage/(components)/scale.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@
213213
</div>
214214
{/each}
215215

216-
<div class="pointer-events-none absolute inset-0 z-50">
216+
<!-- <div class="pointer-events-none absolute inset-0 z-50">
217217
{#each correctStats as stat, i}
218218
<div
219219
class="border-accent absolute top-[var(--top)] left-[calc(var(--left)_+_1px)] h-2 w-2 -translate-1/2 rounded-full border bg-white"
220220
style:--top={`${stat.top}%`}
221221
style:--left="{i * 25}%"
222222
></div>
223223
{/each}
224-
</div>
224+
</div> -->
225225
</div>
226226
</div>
227227
<div

src/routes/blog/post/announcing-appwrite-sites/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ We’ve introduced several critical features to elevate the hosting experience.
4444
- **[The Appwrite Network](docs/products/network)**: Take advantage of a growing number of cloud regions, Points of Presence (PoPs), and edge network capabilities, reducing latency and enhancing performance globally.
4545
- **[The Appwrite DNS](docs/products/network/dns):** Appwrite provides a dedicated DNS (Domain Name System) service through its `appwrite.zone` nameservers to help you manage domain records for your applications.
4646

47-
All this is managed from your Appwrite Console or CLI, and deployable in both [**Cloud](**https://cloud.appwrite.io/) and **self-hosted** environments.
47+
All this is managed from your Appwrite Console or CLI, and deployable in both [**Cloud**](https://cloud.appwrite.io/) and **self-hosted** environments.
4848

4949
# Sites templates: One-Click websites
5050

src/routes/blog/post/building-with-sites-templates/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can edit these values if needed, and you can add more environment variables
8989

9090
Additionally, you can define the domain for your site, using the Appwrite Sites domain.
9191

92-
![Configure](/images/blog/sites/templates/sites-templates5.png)
92+
![Configure](/images/blog/sites-templates/sites-templates5.png)
9393

9494
After reviewing your configuration, click **Deploy**.
9595

src/routes/blog/post/open-source-vercel-alternative/+page.markdoc

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -202,26 +202,6 @@ It's also a good choice if you:
202202
- Prefer to manage authentication, database, storage, and hosting in one place
203203
- Want rollback support, deployment visibility, and runtime logs built-in
204204

205-
# Appwrite Sites vs Vercel: feature comparison
206-
207-
| **Feature** | **Appwrite Sites** | **Vercel** |
208-
| --- | --- | --- |
209-
| Full-stack integration | Yes | No |
210-
| Static hosting | Yes | Yes |
211-
| Server-side rendering | Yes | Yes |
212-
| Git-based deployment | Yes | Yes |
213-
| Manual deployment via UI | Yes (drag-and-drop) | No |
214-
| Preview deployments | Branch, commit, PR | Branch, commit, PR |
215-
| Rollbacks | Yes | Yes |
216-
| CORS with Appwrite backend | Automatic (trusted by default) | Manual setup |
217-
| API key injection | Automatic (build + runtime) | Manual setup + rotation |
218-
| Environment variables | Build + runtime, auto-injected Appwrite vars | Build + runtime, manual |
219-
| Wide framework support | Yes | Yes |
220-
| Templates | Yes (multi-framework) | Yes (mostly Next.js) |
221-
| Timeout configuration | Yes (up to 30s) | Yes |
222-
| Logging | Build logs, request logs, SSR console output | Build + function logs |
223-
| Custom domains | Yes | Yes |
224-
225205
# Final thoughts
226206

227207
Both Appwrite Sites and Vercel are great platforms for deploying modern web applications. But they're built for slightly different workflows.

src/routes/docs/advanced/platform/pro/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Appwrite will automatically scale Pro plan projects as they require more resourc
3333
Budget caps limit the amount of automatic scaling and prevent unexpected bills.
3434

3535
Organization budget caps can be set by navigating to the organization's **Billing** tab, under **Budget cap**, toggle and set a budget cap.
36-
Appwrite will send emails to warn organization memebers when near the budget cap.
36+
Appwrite will send emails to warn organization members when near the budget cap.
3737

3838
{% partial file="resource-limits.md" /%}

src/routes/pricing/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<a href="/products/sites">
6969
<BadgeTransparent
7070
><img
71-
src="/images/icons/illustrated/dark/sites.png"
71+
src="/images/icons/illustrated/light/sites.png"
7272
alt="Sites icon"
7373
class="h-8 w-8"
7474
/>
@@ -132,7 +132,7 @@
132132
<li><span>75K monthly active users</span></li>
133133
<li><span>Community support</span></li>
134134
<li>
135-
<span>Non-removable Appwrite branding</span>
135+
<span>Non-removable email branding</span>
136136
</li>
137137
<li>
138138
<span

src/routes/products/sites/(components)/create.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="flex h-fit flex-1 gap-3" bind:this={container}>
2121
<div class="sticky inset-y-0 top-0 left-0 flex h-full justify-center bg-transparent">
2222
<div
23-
class="border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32 md:-left-7"
23+
class="border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32"
2424
>
2525
<div class="size-1 rounded-full bg-white"></div>
2626
</div>

src/routes/products/sites/(components)/deploy.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<div class="flex h-fit flex-1 gap-3" bind:this={container}>
9292
<div class="sticky inset-y-0 top-0 flex h-full justify-center bg-transparent">
9393
<div
94-
class="border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32 md:-left-7"
94+
class="border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32"
9595
>
9696
<div class="size-1 rounded-full bg-white"></div>
9797
</div>

src/routes/products/sites/(components)/integrate.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
1919
const products: Array<{
2020
label: string;
21-
icon: unknown;
21+
icon: string;
2222
line: (isActive: boolean) => string;
23-
image: unknown;
23+
image: string;
2424
}> = [
2525
{
2626
label: 'Auth',
@@ -128,7 +128,7 @@
128128
<div class="my-12 flex h-fit flex-1 gap-3" bind:this={container}>
129129
<div class="sticky inset-y-0 top-0 left-0 flex h-full justify-center bg-transparent">
130130
<div
131-
class="border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32 md:-left-7"
131+
class="border-gradient absolute z-10 flex size-4 items-center justify-center rounded-full bg-gradient-to-tl from-transparent to-white/32"
132132
>
133133
<div class="size-1 rounded-full bg-white"></div>
134134
</div>

0 commit comments

Comments
 (0)