Live data from Hacker News

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

news.ycombinator.com

1–10 of 24 posts

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

#1
If you wanted to create a niche site (articles monetize with ads or affiliate links) what platform are you building it on in 2023?

Wordpress is probably the default.

Webflow is new but their blogging interface is frankly bad.

Ghost is an option but has less plugins that Wordpress.

What would you choose?

One wrinkle is that we want to include custom coded pages (calculators, interactive examples) as well. Any CMS systems play well easily with custom code?

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

#5
I don't consider wordpress plugins a value. The more plugins you install, the higher the attack surface and less tested your overall setup is.

I am a developer with 30 years of experience. I installed a WP site for my wife with some plugins and themes. Within a few days I had tons of porn and 100 megabyte files being dumped on the server. I tried cleaning it up a ton of times, and looked for whatever plugin or script was being exploited.

After a few more days Google flagged it for being compromised, so I erased the server off amazon after some content backups, created a new server and deployed a Docker image with static content. Then I wrote to google saying I have deployed something that is impossible to hack: A static site being deployed in Docker so the host is not compromise-able. Google cleared the flag the next day.

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

#7
post #6
post #3

Actually, can anyone identify what platform/theme this website is built on? https://www.jeffsu.org/ This is a content creator on YouTube+Google PMM, love their website format

https://builtwith.com/jeffsu.org

What an handy resource! Thanks

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

#8
Static site generators + free/cheap static hosting (usually bundling CDN, edge hosting, custom domains, TLS, SSR, functions, auth and more by default) are getting more and more attractive by the day, and IMO they are mature enough now to cover most web hosting use cases.

For building – Next.js, Hugo, Gatsby, Jekyll/Octopress, Gridsome, Hexo, Astro, Eleventy

For hosting – Netlify, Vercel, Cloudflare Pages, Github Pages, Render, Firebase, S3

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

#10
For custom dev I use Laravel + livewire + postgresql And I'm starting to use Elixir with LiveView in Phoenix more too.

For fast websites that need no code I use https://sytscope.com I've used it to build websites and funnels

It has almost all features anyone could need: Drag and drop interface, Lots of widgets, Funnels + A/B Testing, Pre made templates, Blocks, Blogging, Membership areas that can be subscribed to, e-commerce - (digital, recurring or physical products), Email Automation and Campaigns, Simple integrations.

Its inexpensive and its only priced in CAD so USD saves like 30% lol

Good luck hunting.

Post reply on HN