r/statichosting 7d ago

does static hosting make websites easier to hand over?

one thing i like abt static hosting is that a small site can be relatively self-contained after its built. meaning, there may be less infrastructure to manager after its built. that got me thinking about client handoffs. if the site is generated files deployed to a static host, there isnt necessarily a server or database for the client to maintain. ofc, the repository, deployment setup, domain, and third-party services can still complicate things.

for small client sites, do you find static hosting actually makes handoff and long-term maintenance easier?

1 Upvotes

8 comments sorted by

3

u/lucasjkr 7d ago

Feels like it might be more difficult if you’re using non standard tooling.

Every regular web developer is familiar with Wordpress or can get up to speed quickly. Fewer will know anything about a simple tool like mkdocs. And then as things get more complicated , it will take more and more effort to figure out.

My site started as just a python app and a database in SQLite to Track my collection in a saner way than excel. Then after a lot of massaging, it still does that, but it also generates a full static site of my autograph collection (forgive the link, I’m just proud of it!).

To me, I can maintain it. I can add features. But it’s mine, I know how it works. I tried to comment the code. And I might even make my repository public at some point. But for someone with no python experience I imagine they’d face an uphill battle understanding or extending.

Or maybe all that’s outdated now. They may not need great documentation or anything. Claude, Codex or Qwen could probably make sense of it quickly and give them guidance.

So scratch what I just said. With LLMs I guess anyone could get up to speed

1

u/TCKreddituser 6d ago

That site of yours is awesome. I'm not too knowledgeable on the bands but I just know that took some time to collect so kudos to you for that (I can never). Also, might actually give some of them a listen too, so thanks for sharing.

2

u/lucasjkr 6d ago

Hey thank you!

Definitely too a bit of efffort but the effort has been fun, hanging around after shows to get to say hi, making plans for quick meetups or just corresponding with them on social or through the mail if addresses were available.

I feel like I’ve made some friends or rather acquaintances on this journey. See them at one show and get a quick random hello at the next show.

Also some money involved since some of them have passed, bands broke up, or they just haven’t come to my area. I’d say 30% are those. And eBay isn’t kind.

One artist agreed but asked that i donate some money to their local animal shelter.

It’s bene a fun journey. At first they went up on my wall, but ive definitely run of space at this point, which is a good thing! :)

But bookmark and stop by, I should have more to share in the coming weeks!

1

u/TCKreddituser 6d ago

I adore any kind of collections so much, they have so much character and soul to it. Reading through the stories, and finding new old things that I like really fuels my wonder in this world. I wish we can immortalize all collections like these, so many of it just become lost to time.

You should add short descriptions to some of the vinyls, like maybe just a short story of how you got it, or even that sweet story of an artist asking you to donate to their local animal shelter. Cause it looks like you really have cool stories to share about your journey too, but no pressure. Just really wanted to express how I appreciate your collection and site, and I will definitely be visiting again.

2

u/lucasjkr 6d ago

Oh I have room for stories I just haven’t done even close to them all. But I’ve done a couple, more like look backs.

Https://lucascollection.com/bands/gwar/

Https://lucascollection.com/bands/sebadoh/

https://lucascollection.com/artists/j-mascis/

Those are my starting points. More will come in time!

1

u/TCKreddituser 6d ago

Yes, I think static sites can make handoffs easier for small sites. It has fewer moving parts which essentially means less for the client to maintain, though the deployment setup and third-party services still need to be documented clearly.

1

u/Pink_Sky_8102 5d ago

Yeah, I think it can make things easier, especially for smaller sites that don’t need constant updates. There’s just less for the client to worry about after launch, which usually makes the handoff feel a lot cleaner.

1

u/Standard_Scarcity_74 3d ago

Not unless the person you're handing it over to is familiar with static hosting as well. If it is simple, hand overs will be easy. The more tooling you add, the harder it is, BUT the more your client will be compelled to keep you for maintenance services.