Live data from Hacker News

Ask HN: What platform are you building a niche site on in 2023?

news.ycombinator.com

11–20 of 24 posts

Re: Ask HN: What platform are you building a niche site on in 2023?

#11
Every once in a while I go through an “I want a website” phase and try something new, but always end up back with Wordpress.

Ultimately I wanted to write content and play around with CSS making it look nice, and Wordpress handles that. Many of the other options felt like I was forever tweaking things or upgrading a dependency or something - very much mike the old days of Linux where making the modem work was an achievement.

If I couldn’t use Wordpress I’d probably go with Jekyll or Ghost.

Re: Ask HN: What platform are you building a niche site on in 2023?

#13
I think my e-commerce site is niche, I don't have huge amounts of monthly traffic but product sales pay all my monthly bills.

It's just static HTML deployed to CloudFlare Pages with a $9/month Shopify button, and a $2/year VPS acting as an API endpoint.

I've used Ghost, WordPress, Hugo, Pelican, etc...and would 100% go with a static site generator over a full blown CMS.

Re: Ask HN: What platform are you building a niche site on in 2023?

#14
post #2

Astro + Cloudflare Pages is pretty good. You can start with just a static site, fetch content from anywhere, including Markdown files or an API, and you can provide interactivity in islands. https://astro.build/

Tangent: Man this landing page is hard to read. For the record, I'm a full stack web programmer.

What the fuck is an island?

"Lazy loading islands" What?

"Components only hydrate when they scroll in to view" WHAT?

"Need interactive UI? Load individual, non-blocking component islands in parallel." WHAAAT!?

"...and live server output (SSR)" SSR = Live Server Output. OOOOOOOkay.

50 acronyms later and I'm way too fatigued to try this shit out.

Re: Ask HN: What platform are you building a niche site on in 2023?

#20
I’m working at Makeswift, and this could be exactly what you’re looking for. Basically, Makeswift is a visual builder for Next.js. It’s a drag-and-drop website builder, similar to Webflow, but you can easily extend it by using a custom React component.

So if your team is already using React or Next.js, you can reuse the same components you already have and use them in Makeswift to build custom-coded pages.

Post reply on HN