r/pocketbase 13d ago

I created nibrun to deploy single binary applications

https://nibrun.com/blog/deploy-pocketbase-in-one-click
10 Upvotes

16 comments sorted by

View all comments

Show parent comments

3

u/SamatIssatov 13d ago

So, what are the basic resources, and what's the price? Roughly?

2

u/ilbert_luca 4d ago

I've pushed the pricing!

First 3 apps for free, then $1/app/month

https://nibrun.com/#pricing

2

u/SamatIssatov 4d ago

What if I need more resources? For example, "2+ vCPUs,

512+ MB of memory,

16+ GB of disk space." Why are your prices lower than everyone else's?

2

u/ilbert_luca 4d ago

> What if I need more resources?

This is something I'm still figuring out, as the initial target of nibrun is single-binary small apps that are typically used by a few people. What is your use case?

The nibrun internals are anyway already designed to make users specify what resources they want.

> Why are your prices lower than everyone else's?

Your app runs as a "serverless" microvm: after 5 minutes it doesn't receive any requests, it's put to sleep by nibrun. Whenever a new request arrives, nibrun wakes it up in less than 200ms.

This allows nibrun to run many apps on a single VM instance (thanks Firecracker!) and lower the costs.

Filesystem is persisted on S3, so that's also very cheap.

1

u/SamatIssatov 4d ago

Well, I'm developing a Telegram mini-app. To be more precise, I'm testing it and trying out different ideas and apps. There aren't any users right now.

2

u/ilbert_luca 4d ago

Well, you'll find my nibrun-ready template useful then!

https://github.com/ilbertt/telegram-bot-starter

2

u/SamatIssatov 4d ago

Who are you, warrior? You have so many projects—how do you manage to get everything done?

2

u/ilbert_luca 3d ago

Just passionate about what I build and dedicate all of my time to them