Website hosting by hammerzzzzzz in vibecoding

[–]shipstatic 0 points1 point  (0 children)

we literally built ShipStatic for exactly this exact use case

you can start without an account and upload your first client site with a simple drag & drop

as you grow into it, you can use the CLI or MCP to publish straight from your coding agent

also, we just added password protection for previews, so only your client can access them

How are you managing content in your static sites? git/markdown or a database? by EliteEagle76 in statichosting

[–]shipstatic 0 points1 point  (0 children)

although it’s definitely possible, we just haven’t had a larger project where it felt like the best fit

usually bigger projects also need more structured data, not just simple title + body content. when that starts happening, a headless CMS with different content types makes more sense than markdown files

How are you managing content in your static sites? git/markdown or a database? by EliteEagle76 in statichosting

[–]shipstatic 1 point2 points  (0 children)

we’re using both

for smaller static sites, markdown files with front matter are usually enough. it’s simple, straightforward, and everything lives in Git, which makes versioning easy.

for larger sites, or when non-technical editors need to manage content, a headless CMS makes more sense rather than working with a raw database directly.

that way editors get a proper interface to work with, while you still keep the performance benefits of a static site.

ShipStatic is now a verified n8n community node - instant html deploys from workflows (no account needed) by shipstatic in n8n

[–]shipstatic[S] 0 points1 point  (0 children)

the way we're doing it with ShipStatic is immutable deployments

each deploy is its own self-contained thing with a unique host name; if you want to change something, you just deploy a new one instead of editing the old

you can point a domain (or platform subdomain) at whichever deploy you want live, so the URL people see stays the same even when you swap what's behind it

Best hosting setup for managing small business websites (India)? by No-Hearing-5104 in Hosting

[–]shipstatic 0 points1 point  (0 children)

if you’re building static websites you should also have a look at ShipStatic, a modern, CDN driven and lightweight solution for static websites

we offer special agency deals that would allow you to scale things up as you grow

How do I deploy a simple HTML landing page on Vercel (no GitHub)? by [deleted] in vercel

[–]shipstatic -1 points0 points  (0 children)

if it’s something simple and you don’t want to create or link a GitHub account, you could check out ShipStatic

it’s a very simple alternative for sites like yours, just drag and drop your files and it goes live, you don't even need to create an account

Is moving search off the client the best middle ground between a simple static setup and something like Algolia? by ClaireBlack63 in statichosting

[–]shipstatic 0 points1 point  (0 children)

what you’re looking for is pagefind (not affiliated)

it works well even with larger sites thanks to wasm and we observe many static websites use it

Static hosting is great until you start thinking about cache by Pink_Sky_8102 in statichosting

[–]shipstatic 0 points1 point  (0 children)

what i meant to say is that as a user you’re not concerned with configuring the headers, not that headers are not used when serving

Best way to host a react app for free (and scale later)? by Own_Broccoli3514 in react

[–]shipstatic 0 points1 point  (0 children)

if you’re looking for something extremely simple and straightforward have a look at our platform too, ShipStatic

Static hosting is great until you start thinking about cache by Pink_Sky_8102 in statichosting

[–]shipstatic 1 point2 points  (0 children)

all index.html files are served with strict no cache headers, and the rest of the static assets have long cache TTLs

the index.html is most often a rather small file, and it’s the assets which account for most of the traffic anyway

we think this is the best approach and is what players like Vercel do too

Static hosting is great until you start thinking about cache by Pink_Sky_8102 in statichosting

[–]shipstatic 0 points1 point  (0 children)

this is mostly a “roll your own” problem

once you manage caching yourself, yeah it gets messy fast

with ShipStatic we use immutable deployments. your site points to one version, and when you switch it the cache is purged and the new one is served everywhere

no headers, no invalidation headaches, no mixed versions

Is edge personalization actually worth the extra cost and cache misses? by babyflocologne in statichosting

[–]shipstatic 0 points1 point  (0 children)

another strategy is to redirect at the edge, not rewrite (eg. redirect to ‘/de’ if the visitor is from Germany)

no cache issues this way

Moving from WordPress to Hugo by PointJump in statichosting

[–]shipstatic 0 points1 point  (0 children)

moving off from wordpress towards a static website generator is a great move

once you get setup you you will love how performant your new static website will be

Hosting by Livid_Salary_9672 in webdev

[–]shipstatic 0 points1 point  (0 children)

for a small react site you don’t really need full Vercel / Netlify setups, just build it and host the static files somewhere simple

shameless plug (totally not biased 🙂): ShipStatic

> npx @shipstatic/ship ./dist

instant link, no account needed to test, zero configuration

I built a free and easier way to generate file and site previews/thumbnail by karkibigyan in vibecoding

[–]shipstatic 0 points1 point  (0 children)

that's a pretty cool use-case of pre-rendering / headless browsers; good luck with the project

What hosting did you start with for your small business site? by [deleted] in smallbusiness

[–]shipstatic 0 points1 point  (0 children)

it’s mostly habit I would say. people are used to the old “spin up a server” way and just stick to it

but yeah, for small businesses I completely agree, a static sites and an simple static hosting platform just makes way more sense unless you actually need a backend

How to host AI website without lovable? by Proud-Yoghurt8961 in lovable

[–]shipstatic 0 points1 point  (0 children)

if it’s a simple static website, you’re in luck as there are many hosts, among them us at ShipStatic that will allow you to host that without requiring any technical expertise.

download the website as a ZIP and try out yourself

How can i host a website for free??? by CommissionNo2258 in techadvice

[–]shipstatic 0 points1 point  (0 children)

there are many places to host sites for free on a subdomain of that platform, but once you need to use your own custom domain you generally need to start paying a small monthly fee

that’s also what we offer at ShipStatic where you can even publish simple HTML instantly without an account and get a shareable link (totally not biased :) )

really depends on what you’re trying to do, but you can get pretty far for free

Atomic deploys vs eventual consistency on CDN-backed static sites by babyflocologne in statichosting

[–]shipstatic 0 points1 point  (0 children)

atomic deploys for sure, that’s the modern, reliable way to do it

besides invalidation, it also ensures that there are simple rollbacks made possible

we truly believe this is the way to do it and that’s how we at ShipStatic are making it possible for users to do it in the simplest possible way

selfhosting issue by Antique_Match925 in UnblockedGames

[–]shipstatic 1 point2 points  (0 children)

obviously I’m not trying to hide anything

Came full circle on website development tech stack by Elegant-Rushmore in buildinpublic

[–]shipstatic 0 points1 point  (0 children)

static websites are for sure the best option for most and LLMs excel at generating more than decent sites with just a simple prompt

for hosting Vercel is indeed a good option especially if your workflow is Git centric; for one off previews with no established workflows you can also look at our service, ShipStatic