frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Building a SaaS in 2026 Using Only EU Infrastructure

https://eualternative.eu/guides/building-saas-eu-stack/
120•sparkling•1h ago

Comments

pixel_popping•1h ago
Might want to add ClouDNS for DNS management (based in EU).
no_wizard•1h ago
I think they’re looking for companies to advertise[0] rather than purely being a neutral resource.

Which is fine, but I don’t imagine they’ll list a company that hasn’t paid for it.

[0]: https://eualternative.eu/advertise/

Normal_gaussian•1h ago
The best bit:

> A subtle, high-visibility banner

sheiyei•1h ago
I don't get that impression from that page. It definitely doesn't say you can't buy a tailored recommendation list to promote your product specifically, but I don't believe all of the listed products have paid for their existence on the site (for now. That might be the end goal though.)
psychoslave•1h ago
ICANN as no European equivalent though.
spicyusername•1h ago
Competition is good.

Having a global monopoly on these kinds of things is part of what has let U.S. companies get away with being so anti-consumer for so long.

dmk•1h ago
Good list but the biggest missing piece for most new SaaS products right now is AI/LLM APIs. If you're building anything with AI features you're calling OpenAI, Anthropic, or similar - all US. Mistral exists but the ecosystem around it is much thinner. That's probably the hardest US dependency to drop in 2026 that I can think of.

Plausible is a great pick though, been using it and it covers most of what you'd want from analytics unless you need GA/GTM tied to ad campaigns.

tmpz22•1h ago
What are some useful ways SaaS companies are using AI? Great way to axe your customer support team.
sheiyei•1h ago
Great ways to get buzzwords on your investor slides!
ErroneousBosh•57m ago
I make a point of describing things written conventionally as "not using artificial intelligence, just using good old-fashioned reliable analogue stupidity".
sheiyei•54m ago
I mostly meant getting to call your product barely used AI toilet paper instead of just barely used toilet paper.
joshvm•59m ago
I don't know about useful, but the most visible one is copywriting. Even when there's a human involved, every startup/small org I know runs content through them. (And that includes this article.) It's definitely something that companies want even if they don't necessarily need it (like analytics).

By far the best AI+human customer support mechanism I've experienced is through SMS/messages. They support auth, they're asynchronous, there's no app or custom interface to timeout, it's easy to send complex queries as text and you have the log right there. Apple does this really well. Delta also does, surprisingly, because their AI phone bot is garbage. It's also presumably easier for the human agents to multi-task.

sassymuffinz•49m ago
In Xero for example I can search for invoices or contacts in a much slower and more cumbersome fashion in the new AI tool than I can with the old search field!

Oh, you mean a useful way, never mind.

cmrdporcupine•1h ago
I don't understand this statement at all. The OpenAI API is a standard which works against any number of models hosted by a whole pile of providers and the open weight models from Chinese labs are available from providers that aren't on US soil and likely ones in the EU, or you could just pay the $$ and host vLLM on your own GPU. Many of them (K2.5 the Minimax, the GLM models, the Qwen 3.6 models) are about as capable as frontier US models from about 4 months ago or so.

Unless you're trying to run a frontier coding agent at Codex/Claude Code levels, that's not a hard blank to fill right now.

dmk•50m ago
Fair point on open models + EU hosting, that's a much better option than I gave it credit for. I was thinking more about the "just plug in an API key and go" experience where OpenAI/Anthropic are still way ahead, but yeah if you're willing to do the work the gap is closing fast.
cmrdporcupine•39m ago
Openrouter gives you exactly what you want and your choice of a huge number of models.
cedws•1h ago
Apparently AWS's European Sovereign Cloud has Bedrock, so that could be an option.
sparkling•1h ago
The AWS Sovereign Cloud is still owned 100% by Amazon Inc. in the US. Not saying that rules it out for all use cases, but something that should be mentioned. "Sovereignty" is a somewhat vague term.
well_ackshually•1h ago
<American Company> European means nothing. They are all subject to the US Cloud Act, and the moment you start using their services, it inevitably has one or two services that end up contacting us-east-1 anyways. And that's without taking into account that they are all trying to fuck you over from.behind anyways as they sign data exchange agreements between Europe and the US.

The large US players are not an option if you want your data safe from the US.

cedws•55m ago
I haven't looked into the details but I remember from the announcement that the EU cloud is owned specifically by an EU entity headed by EU citizens. There would be no point spinning up a 'sovereign cloud' beholden to the US.
mjorgers•1h ago
I’d say open models are catching up to proprietary ones quite quickly, and those open models can be hosted on European infrastructure [1]. Some have direct model as a service apis, and others offer dedicated hosting for whichever model you choose to use. Qwen 3.5-397b-a17b and now Minimax M2.7 are two very strong contenders.

[1] https://www.scaleway.com/en/docs/generative-apis/reference-c...

kisamoto•59m ago
It's worth considering why you are choosing a European stack.

Is it to support local/European companies - Great. Is it because you don't want to be at risk of the US and the CLOUD Act - Not so great. Any company that has servers in the US (which Hetzner and basically all CDNs do) are still vulnerable to the CLOUD Act and that includes servers in Europe.

mhitza•42m ago
That doesn't sound right. https://docs.hetzner.com/general/company-and-policy/data-pro...

If you spin up your servers in EU locations they are under German ownership and EU regulation. Others, such as those in the US, are owned by a subsidiary and those are subject separately on the Cloud Act. Correct me if I'm wrong.

sneak•27m ago
Do you really think German intelligence authorities don’t do what the US asks them to do?
sarimkx•58m ago
Why not add Adyen for payments?
nozzlegear•58m ago
I've posted this a couple times before when EU tech + Hetzner comes up (and probably will again):

I'm American and IMO, we should also take a look at whether we need to be using the big cloud providers or not. They're so much more expensive compared to smaller hosts like Hetzner, Vultr, and so on. It depends on what you're doing, of course, but I've been on Azure for ages (they had those free $150/month startup credits something like 10 years ago?), but I finally moved off last year.

I shopped around and landed on Hetzner's Ashburn US servers. For what I was deploying (a few dozen websites, containers, some relatively complex .NET SaaS apps, some automated scripts, etc.), the pricing on Azure just wasn't competitive. But worse for me was the complexity: I found that using Azure encouraged me to introduce more and more complex deployment pipelines, when all I really needed was "Build the container -> SCP it into a blue/green deployment scheme on a VPS -> flip a switch after testing it".

eterm•51m ago
Yeah. Azure is such a weird platform for not actually having a competitive way to just cheaply deploy a simple .NET app, it's a weird design decision.

You get dragged into "Container instances" when then require "Azure Container Registry" or something else that is never really clear what you're getting and how much it'll cost.

I run one thing using the free allowance, but for everything else I just rent a cheap VPS elsewhere.

mentalgear•48m ago
Indeed Azure & AWS use complexity (e.g. their terrible docs) and convoluted non-standard terminology, approaches and non-interop to keep developers in their platform silo and competitors, who provide the same advantages with better DX and less complexity, away from their money cows.
icy•47m ago
Might also want to add Codeberg and Tangled for EU-hosted code forges.
captn3m0•44m ago
Mollie itself is hosted on GCP: https://cloud.google.com/customers/mollie
mariopt•40m ago
The EU providers are simply not on par with AWS, CloudFlare, GCP, etc.

Yes, you can get cheap servers but then you've to self-host and manage a bunch of services that you could get for pennies on the dollar in AWS.

There are hundreds of datacenter providers and yet, most are absolute garbage when it comes to customer support, problem resolution, you get really old hardware, many times you have to send an email and wait weeks because they don't have a self-service UI, SLA is a joke, etc.

You can do it, it's just gonna be a nightmare and you'll spend more time/money on it.

sparkling•32m ago
Check out Scaleway (France). They have by far the broadest range of managed services with full permissions/IAM integration etc. - it is the closest EU match to AWS. Yes, if your entire existing setup depends on once specialized AWS service (i.e. DynamoDB) you still will need to go with AWS, but when building from scratch it's a different story.
omnimus•29m ago
This might be true for some type of companies but in general it's absolutely not true. Not in my experience anyway.

Apps and programming: two accidental tyrannies

https://andymatuschak.org/tat/
1•nathcd•1m ago•0 comments

I build a modern APIs listing engine

https://api-engine.vercel.app/
1•heyFFFF•1m ago•1 comments

Show HN: I built a project board where AI agents join as real teammates

https://is.team
2•spotlayn•2m ago•0 comments

Every feature should earn its place

https://twitter.com/karrisaarinen/status/2043378194938777813
1•tosh•3m ago•0 comments

Drift. Native Mac ambient sound mixer with spatial audio (no subscription)

https://driftsound.app
2•beeruot•13m ago•0 comments

Can you self-host AI on Intel NPU or ARC (iGFX and proper card?

https://github.com/aweussom/NoLlama
1•aweussom•13m ago•1 comments

Apple Accused of Removing Village Names of Disputed Territory in South

https://twitter.com/Villgecrazylady/status/2043380336545968466
4•pain_perdu•15m ago•0 comments

Show HN: A proactive AI agent on iMessage that texts you before you even ask

https://hemesh.tech/builds/summer-ai.html
1•HemeshCh•16m ago•0 comments

IrDA

https://computer.rip/2026-04-11-IrDA.html
1•Sniffnoy•19m ago•0 comments

Are sugar substitutes healthier than the real thing?

https://www.economist.com/science-and-technology/2026/04/10/are-sugar-substitutes-healthier-than-...
2•vinni2•19m ago•1 comments

Most businesses still run on spreadsheets built 10 years ago

https://www.chilcy.com/
1•sajithfx•21m ago•0 comments

Show HN: Revdiff – TUI diff reviewer with inline annotations for AI agents

https://github.com/umputun/revdiff
1•bumpa•21m ago•1 comments

New Modern Greek

https://redas.dev/NewModernGreek/
1•holoflash•22m ago•0 comments

Let-Fate-Decide

https://github.com/trailofbits/skills/tree/main/plugins/let-fate-decide
2•themaxdavitt•24m ago•0 comments

US Real Estate Opportunity Zones Under Obbba (2025)

https://sorren.com/insights/opportunity-zones-under-obbba-guide/
1•walterbell•25m ago•0 comments

Ask HN: What are your favorite AI agents?

1•kevinlu•27m ago•0 comments

Show HN: A better way to compare job offers than just salary

https://stayorqu.it/true-compensation
2•jelmervnuss•31m ago•3 comments

Lebanese villages erased from Apple and Google Maps

https://www.instagram.com/reel/DXCE4gIDryD/
24•readitalready•32m ago•1 comments

Show HN: PicPocket – Efficient photo storage/sharing without AI

https://picpocket.io
2•amr_shawky•32m ago•1 comments

Ask HN: We built cloud ops AI 3 years ago. Are managed agents a death sentence?

1•ashmil•33m ago•0 comments

Show HN: Specsight – Living product specs generated from your codebase

https://specsight.app
1•aiola•34m ago•0 comments

JellyMix – Segmented Playlist Generator for Jellyfin

https://jellymix.org/
1•hyperific•39m ago•0 comments

The Triumph of Stupidity (1933)

https://russell-j.com/0583TS.HTM
4•downbad_•42m ago•1 comments

WireGuard-go from 3gbps to 4gbps on legacy CPU

https://github.com/blinkinglight/wireguard-go/blob/performance/PERF_REPORT.md
2•blinkinglight•42m ago•0 comments

Transpiling PHPUnit (54k lines) to JavaScript – 61.3% tests passing

https://pext.dev/blog/
1•llalexandru•46m ago•0 comments

Show HN: boringBar – a taskbar-style dock replacement for macOS

https://boringbar.app/
30•a-ve•48m ago•17 comments

Coutellerie: Dean Ball's curated reading list

https://projections.hyperdimensional.co/coutellerie
1•jger15•50m ago•0 comments

Humans are losing the fight against flying fish

https://www.wsj.com/lifestyle/flying-asian-carp-attacking-boaters-c7b39e72
2•paulpauper•50m ago•0 comments

SaaS Starter Kit: Node.js and Stripe and Auth and Blog, Deploy in 30 Min

https://template-store-production-fdf1.up.railway.app
1•ashventures•51m ago•0 comments

Show HN: T4 – a versioned datastore with branching and time-travel (S3-backed)

https://github.com/t4db/t4
4•amakhov•51m ago•0 comments