|
6 | 6 | <title>Selflify — Self-hosted preview deploy control for static SPAs</title> |
7 | 7 | <meta |
8 | 8 | 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" |
10 | 14 | /> |
11 | 15 | <meta |
12 | 16 | name="robots" |
|
28 | 32 | /> |
29 | 33 | <meta |
30 | 34 | 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." |
32 | 36 | /> |
33 | 37 | <meta property="og:url" content="https://selflify.github.io/" /> |
34 | 38 | <meta property="og:image" content="https://selflify.github.io/og-card.png" /> |
|
46 | 50 | /> |
47 | 51 | <meta |
48 | 52 | 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." |
50 | 54 | /> |
51 | 55 | <meta name="twitter:image" content="https://selflify.github.io/og-card.png" /> |
52 | 56 | <meta |
|
69 | 73 | "name": "Selflify", |
70 | 74 | "alternateName": "Selflify Preview", |
71 | 75 | "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.", |
73 | 77 | "sameAs": ["https://github.com/Selflify/Selflify"] |
74 | 78 | }, |
75 | 79 | { |
|
78 | 82 | "applicationCategory": "DeveloperApplication", |
79 | 83 | "operatingSystem": "Linux", |
80 | 84 | "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.", |
82 | 86 | "isAccessibleForFree": true, |
83 | 87 | "license": "https://github.com/Selflify/Selflify/blob/stable/LICENSE", |
84 | 88 | "featureList": [ |
|
165 | 169 | <div class="hero-grid"> |
166 | 170 | <section class="hero-copy"> |
167 | 171 | <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> |
169 | 173 | <p class="hero-lead"> |
170 | 174 | 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. |
172 | 177 | </p> |
173 | 178 | <p class="hero-note">Free & open source under the MIT license</p> |
174 | 179 |
|
|
0 commit comments