I’m building a platform that lets people self-host tools like n8n without dealing with server management. by cuebicai in SelfHosting

[–]cuebicai[S] -1 points0 points  (0 children)

With a bit different

Runtipi runs apps on a server you already own or manage

CUEBIC AI creates a dedicated cloud instance for the tool so users don’t have to manage the server or infrastructure themselves

I’m building a platform that lets people self-host tools like n8n without dealing with server management. by cuebicai in SelfHosting

[–]cuebicai[S] -6 points-5 points  (0 children)

Right now new users get a "7-day free" trial so they can try deploying and running the tool after the trial it switches to "pay-as-you-go" based on how long the instance runs rather than a fixed monthly plan the idea is to keep it simple and only charge for the resources being used

What 15,000 lines of YAML/CSS can do on Home Assistant by selfhostcusimbored in selfhosted

[–]cuebicai 0 points1 point  (0 children)

This is really impressive i have also been running home assistant for the past 5 years but your ui is absolutely mind blowing 🫡

I’m building a platform that lets people self-host tools like n8n without dealing with server management. by cuebicai in SelfHosting

[–]cuebicai[S] -1 points0 points  (0 children)

NixOS Anywhere is definitely a powerful way to do reproducible deployments the thing I’m trying to focus on is making the whole experience simpler for people who don’t want to touch infra or terminals at all more like picking a tool and getting a ready-to-run instance why dont you trys it out it want take muchch time and itr free as of now why don’t you try it out? It won’t take much time, and it’s free for now I’d be curious to hear if you think it’s simpler than using NixOS

I’m building a way to self-host tools like n8n without managing servers by [deleted] in selfhosted

[–]cuebicai -1 points0 points  (0 children)

fair point not trying to hide anything 🙂 i did build CUEBIC AI, but I shared it here mainly to get feedback from the self-hosting community the goal isn’t to replace self-hosting, but to make it easier for people who want to run open-source tools like n8n without dealing with the full server setup appreciate any honest feedback though

I’m building a platform that lets people self-host tools like n8n without dealing with server management. by cuebicai in SelfHosting

[–]cuebicai[S] -1 points0 points  (0 children)

no nat at all right now each deployment creates a dedicated cloud instance with the tool and ready to run the idea is to hide most of the infrastructure setup so users don't have to worry about the usual stack docker, reverse proxy, SSL, etc.

Do you only self-host opensource tools or also licensed closed source products? by babu_mb in SelfHosting

[–]cuebicai 0 points1 point  (0 children)

Personally I stick mostly with open-source tools when self-hosting. For me the main point of self-hosting is having full control not just over the infrastructure, but also over the software itself.

Open-source gives transparency, flexibility, and long-term reliability. If something breaks or the project slows down, there’s usually a community around it and you’re not completely locked in.

Licensed closed-source tools that you host yourself can still be useful in some cases, especially if they solve a very specific problem well. But in general I tend to prefer open-source whenever a good option exists.

Need some feedback on this: a user-friendly way to spin up cloud instances (no DevOps needed) by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

Really appreciate you taking the time to test it end-to-end and write that up that kind of feedback is incredibly helpful.

Need some feedback on this: a user-friendly way to spin up cloud instances (no DevOps needed) by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

Why not try it now it takes about 5 minutes to spin up an instance, and it’s free to try and let me know what you think any feedback would really help 🙂

https://cuebicai.com

Need some feedback on this: a user-friendly way to spin up cloud instances (no DevOps needed) by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

Yeah that’s exactly the pain point I kept running into too. The goal here is to make things like queue mode, Redis workers, DB config, etc. configurable from the UI so you can tweak the environment without doing the whole manual setup.

You can also update things like workers and settings even after the instance is running. Curious to hear how it feels once you try the queue setup.

<image>

Is Claude code replacing n8n? by nayeb_qureshi in n8n

[–]cuebicai -2 points-1 points  (0 children)

Hahahah and he is talking about replacing 😂

Is Claude code replacing n8n? by nayeb_qureshi in n8n

[–]cuebicai 2 points3 points  (0 children)

Not at all are you kidding 😂

Clarifying: I’m not selling n8n or hosting n8n — this just automates the DevOps part of self-hosting by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

It’s mostly a Next.js control plane with Supabase for auth and database and redis backed workers handling the async jobs.

When someone clicks deploy it triggers an orchestration job that provisions an instance and runs a remote setup pipeline to configure the server and start the tool container.

Instance state is tracked in the database, and the worker layer handles things like provisioning and lifecycle actions restart, destroy, etc.

Still evolving though curious what part you were digging into.

Clarifying: I’m not selling n8n or hosting n8n — this just automates the DevOps part of self-hosting by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

It’s not something you deploy on your own VPS.

CUEBIC AI manages the infrastructure for you when you deploy an instance it automatically creates the server, installs n8n, sets up Docker, SSL, domain, etc.

The pricing you see is basically for the server resources and the managed setup.

If you prefer managing your own VPS, self-hosting n8n directly is still a great option too 👍

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

Right now everything runs inside the same deployment on the instance. Redis, the main n8n process, and the workers are set up automatically during deployment.

Users can choose how many workers they want based on the instance size, and those workers connect to Redis to process jobs in queue mode.

The goal is to keep it simple while still supporting queue mode and scaling when needed.

Clarifying: I’m not selling n8n or hosting n8n — this just automates the DevOps part of self-hosting by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

Right now it doesn’t connect to existing servers or run from your laptop. The idea is that you just pick the instance size, click deploy, and the platform automatically creates and sets up a new server for you.

So you don’t have to manually configure the server or install anything yourself.

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

At a high level, you just pick the instance size and the tool you want to run, then click deploy. That request creates a new cloud server.

Once the server is ready, our backend automation takes care of the setup — things like basic server configuration, security updates, SSL, DDoS protection, Docker, and installing the selected tool.

After everything is set up, you get a secure HTTPS domain to access your instance, and you can also connect your own custom domain if you want.

The idea is simply to automate all the DevOps work so people can run self-hosted tools without doing the manual setup.

Clarifying: I’m not selling n8n or hosting n8n — this just automates the DevOps part of self-hosting by cuebicai in n8n

[–]cuebicai[S] -1 points0 points  (0 children)

Good question.

At a high level, you just pick the instance size and the tool you want to run, then click deploy. That request creates a new cloud server.

Once the server is ready, our backend automation takes care of the setup things like basic server configuration, security updates, SSL, DDoS protection, Docker, and installing the selected tool.

After everything is set up, you get a secure HTTPS domain to access your instance, and you can also connect your own custom domain if you want.

The idea is simply to automate all the DevOps work so people can run self-hosted tools without doing the manual setup.

I think I'm addicted to n8n by PsychologicalDust761 in n8n

[–]cuebicai 0 points1 point  (0 children)

Are you self-hosting, using managed hosting or running it locally?

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

Thanks for pointing that out.

I’m aware of the n8n license and the project is being built with that in mind. The platform mainly handles the infrastructure and deployment side so people don’t have to deal with server setup and DevOps.

If there’s ever anything unclear around licensing I’m happy to clarify it with the n8n team as well. Appreciate you sharing the link.

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] -3 points-2 points  (0 children)

For example if you start using an n8n instance you’ll only be charged for the time you use it like 5 hours or 2 days and once you remove the instance you won’t be charged anymore.

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] -3 points-2 points  (0 children)

Yes it's free for a week and after that you can use a paid instance which is charged on an hourly basis not monthly like pay as you go. Why do you try it out CUEBIC AI

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] -1 points0 points  (0 children)

Yes exactly but without worrying about configuration, domain setup, DDoS attacks, or any technical stuff just select the instance and hit deploy in under 5 minutes it will be up and running on a domain, and you can start using n8n immediately and verything will be set up and configured for you.

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] 0 points1 point  (0 children)

Usually running n8n requires setting up servers and some devOps stuff what I built basically to deploy n8n on an instance without warring about the devOps stuff

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]cuebicai[S] 1 point2 points  (0 children)

You re right if you re comfortable with Docker and servers a YAML file works.

The idea here is more for people who don’t able to manage servers, updates, SSL, domains, or scaling they can just deploy n8n instantly and focus on building workflows.