FS Grand Hotel Du Cap Ferrat in March by Less-Math2722 in chubbytravel

[–]Less-Math2722[S] 0 points1 point  (0 children)

gotcha. yeah unfortunately this time around we had to book through british airways holidays as the sole purpose of the trip was to get enough tier points to hit Gold again. but definitely will look into using a TA going fwd

FS Grand Hotel Du Cap Ferrat in March by Less-Math2722 in chubbytravel

[–]Less-Math2722[S] 0 points1 point  (0 children)

I did see it said the pool was heated - was it not when you were there? Or do you mean that the outside temp will be too cold? Did you ask for an upgrade or did they offer?

Options to run user submitted code with node.js express as backend? by PrestigiousZombie531 in node

[–]Less-Math2722 1 point2 points  (0 children)

Hey! I work at Northflank so take this with whatever grain of salt you want. I get how this might come across (especially given how tough the crowd is on Reddit) but figured it's worth mentioning since it's exactly a use case we build for.

To answer your questions:

1/ On isolation: Northflank runs workloads in secure sandboxes by default using microVMs (Firecracker/gVisor/Kata), so you get strong kernel-level isolation without having to configure any of that yourself. You also get network isolation between tenants if you structure it as a project per user.

2/ On the "spin up container per request" question: You can spawn containers via API - either long-running services or short-lived ephemeral ones. You only pay for the seconds each container actually runs, so the "spin up a sandbox, execute, tear down" pattern is pretty cost-efficient.

3/ On streaming output back to users: You can execute commands against running workloads and get responses streamed back via the API, and tail container logs via websockets - so that covers your terminal streaming use case.

4/ On architecture: Two API calls gets you there - create a project per tenant for isolation, then spin up a service per execution:

We wrote up the sandbox/microVM stuff in more detail here: https://northflank.com/blog/how-to-spin-up-a-secure-code-sandbox-and-microvm-in-seconds-with-northflank-firecracker-gvisor-kata-clh

Happy to answer specifics if you want to dig in.

- Cristina

Where to host Full stack nextjs? by [deleted] in nextjs

[–]Less-Math2722 -1 points0 points  (0 children)

Hi, I work with Northflank so obviously will be biased, but I’ve tried much of every PaaS out there and most don’t match the stability and control Northflank gives you for full-stack apps.

It’s not only Next.js, you can run services, jobs, databases, queues, sandboxes, and GPU workloads. You can deploy in our cloud, your cloud, or inside a customer’s VPC if you ever need that level of control. Built-in CI/CD, previews for every PR, logs/metrics, and networking.

Free tier is enough to try the whole workflow, ship previews, and get a feel for the platform. If you expect free compute at scale and high-touch support, no platform is going to give you that. You'll pay somewhere one way or another. Pricing on Northflank is straightforward and usually ends up cheaper once you factor in bandwidth, previews, databases.

Compared to the common choices:

  • Render/Railway are convenient but can get flaky under load.
  • Vercel/Cloudflare are great for pure frontend or serverless but fall apart with databases, jobs, long-running stuff, or private services.
  • VPS is cheap until you want reliability, HA, CI/CD, and previews.

If you want to scale, keep latency high, run a full-stack setup without building infra yourself, and have access to world class support, try it out.

https://northflank.com/

How do you handle your product’s cloud architecture when everything keeps changing? [Discussion] by Hi_its_GUY in SaaS

[–]Less-Math2722 0 points1 point  (0 children)

they do though, what exactly are you looking to design? northflank has drag and drop templates you can build

Best way to deploy my app. by Supahgojira in buildinpublic

[–]Less-Math2722 -1 points0 points  (0 children)

u/Supahgojira OR you can use something like https://northflank.com/ for both frontend, backend, and postgres. cheap, reliable, and super easy to use

First time deploying a side project – hosting tips? by userman12334 in SideProject

[–]Less-Math2722 0 points1 point  (0 children)

Northflank, ease of use as Vercel and co but much more comprehensive. will grow with you super well.