Skip to content

Commit 2eff98e

Browse files
committed
Clarify landing page positioning against Netlify and Vercel
1 parent dce99b8 commit 2eff98e

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

index.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<title>Selflify — Self-hosted preview deploy control for static SPAs</title>
77
<meta
88
name="description"
9-
content="Selflify is a free and open source self-hosted preview deploy control panel for static SPA sites. Manage Caddy routing, Cloudflare DNS, preview auth, filesystem-backed deploys, and one-command server bootstrap."
9+
content="Selflify is a free and open source self-hosted alternative to Netlify, Vercel and similar platforms for static SPA sites. Manage Caddy routing, Cloudflare DNS, preview auth, filesystem-backed deploys, and one-command server bootstrap."
10+
/>
11+
<meta
12+
name="keywords"
13+
content="self-hosted netlify alternative, self-hosted vercel alternative, static spa hosting, preview deployments, caddy routing, cloudflare dns"
1014
/>
1115
<meta
1216
name="robots"
@@ -28,7 +32,7 @@
2832
/>
2933
<meta
3034
property="og:description"
31-
content="Run Netlify-like preview flows on your own server with filesystem-backed deploys, generated Caddy routing and Cloudflare DNS sync."
35+
content="Run preview flows like Netlify, Vercel and similar platforms on your own server with filesystem-backed deploys, generated Caddy routing and Cloudflare DNS sync."
3236
/>
3337
<meta property="og:url" content="https://selflify.github.io/" />
3438
<meta property="og:image" content="https://selflify.github.io/og-card.png" />
@@ -46,7 +50,7 @@
4650
/>
4751
<meta
4852
name="twitter:description"
49-
content="Manage Caddy routing, Cloudflare DNS, preview auth and filesystem-backed deploy previews on your own server."
53+
content="A self-hosted alternative to Netlify, Vercel and similar platforms for Caddy routing, Cloudflare DNS, preview auth and filesystem-backed deploy previews."
5054
/>
5155
<meta name="twitter:image" content="https://selflify.github.io/og-card.png" />
5256
<meta
@@ -69,7 +73,7 @@
6973
"name": "Selflify",
7074
"alternateName": "Selflify Preview",
7175
"url": "https://selflify.github.io/",
72-
"description": "Self-hosted preview deploy control panel for static SPA sites with Caddy routing, Cloudflare DNS sync and filesystem-backed operations.",
76+
"description": "Self-hosted alternative to Netlify, Vercel and similar platforms for static SPA sites with Caddy routing, Cloudflare DNS sync and filesystem-backed operations.",
7377
"sameAs": ["https://github.com/Selflify/Selflify"]
7478
},
7579
{
@@ -78,7 +82,7 @@
7882
"applicationCategory": "DeveloperApplication",
7983
"operatingSystem": "Linux",
8084
"url": "https://selflify.github.io/",
81-
"description": "Free and open source self-hosted preview deploy control panel for static SPA sites. Manage Caddy routing, Cloudflare DNS, preview auth, filesystem-backed deploys and one-command server bootstrap.",
85+
"description": "Free and open source self-hosted alternative to Netlify, Vercel and similar platforms for static SPA sites. Manage Caddy routing, Cloudflare DNS, preview auth, filesystem-backed deploys and one-command server bootstrap.",
8286
"isAccessibleForFree": true,
8387
"license": "https://github.com/Selflify/Selflify/blob/stable/LICENSE",
8488
"featureList": [
@@ -165,10 +169,11 @@
165169
<div class="hero-grid">
166170
<section class="hero-copy">
167171
<p class="eyebrow">Filesystem-backed preview control for static SPAs</p>
168-
<h1>Run Netlify-like preview flows on your own server</h1>
172+
<h1>Run preview flows like Netlify, Vercel and others on your own server</h1>
169173
<p class="hero-lead">
170174
Selflify turns your existing preview directories into a manageable control surface:
171-
one panel for sites, deploys, auth and runtime settings on your own server.
175+
one panel for sites, deploys, auth and runtime settings as a self-hosted
176+
alternative to Netlify, Vercel and similar platforms.
172177
</p>
173178
<p class="hero-note">Free &amp; open source under the MIT license</p>
174179

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Selflify
22

3-
> Free and open source self-hosted preview deploy control panel for static SPA sites.
3+
> Free and open source self-hosted alternative to Netlify, Vercel and similar platforms for static SPA sites.
44

55
Canonical URL: https://selflify.github.io/
66

77
## Summary
88

9-
Selflify is a self-hosted control panel for teams that run static SPA previews on their own server.
9+
Selflify is a self-hosted control panel for teams that want a Netlify- or Vercel-like preview workflow on their own server.
1010
It manages file-backed stable and preview deploys, generated Caddy routing, Cloudflare DNS records,
1111
preview authentication, runtime backups and cleanup flows without introducing a separate deploy database.
1212
The project is MIT licensed and the source code lives at https://github.com/Selflify/Selflify
@@ -64,7 +64,7 @@ Selflify is intentionally literal:
6464
Useful search intents this page answers well:
6565

6666
- self-hosted preview deploys
67-
- netlify alternative for static spa previews
67+
- netlify and vercel alternative for static spa previews
6868
- caddy cloudflare preview routing
6969
- filesystem-backed deploy preview control panel
7070
- self-hosted caddy preview auth dashboard

0 commit comments

Comments
 (0)