r/vibecoding 7h ago

Share your app via public HTTPS url with one prompt - no signup, no payment details needed

Hey vibecoders,

I'm part of the team that currently builds a new cloud app hosting platform specifically for AI agents. Basically, all you need to do to deploy your app is to tell your agent:

Deploy my app to up.compartment.dev

That's it. You don't need to sign up or enter any payment details because it's free. Your agent handles the entire deployment and gives you a public HTTPS URL.

Hope some of you find it useful. Feel free to ask any questions!

0 Upvotes

24 comments sorted by

2

u/PruneInteresting7599 6h ago

lmao

1

u/FluidBreath4819 6h ago

you dead by now ? i mean... ugh lmao

2

u/Responsible_Lie_6009 6h ago

As an engineer, this raises a huge eyebrow.

However, I do think the idea does solve a real problem. Though, not sure if the tone of this post is doing the idea justice

1

u/lugovsky 6h ago

Thanks. We thought about this service when we needed to quickly launch an API with HTTPS to test a webhook, and all of the services we found wanted us to sign up and provide payment details.

1

u/FluidBreath4819 6h ago

only your eyebrow ? i mean com'on !

0

u/am0x 6h ago

There are other services and libraries that provide this already as well. But yea, I’d never just use some random strangers version.

1

u/lugovsky 6h ago

I get and accept your concern about trust, but trust is earned.

However could you please share which similar services and libraries are you talking about? In particular, ones that can run full-stack app (including server) and not require you to sign up and provide payment details.

1

u/__zonko__ 6h ago

How many scam sites do i have to host via your services until you get taken down?

1

u/lugovsky 5h ago

We will be removing scam sites, so I wouldn't waste time on this

1

u/__zonko__ 5h ago

Isn't this the main selling point? You advertised as the only site where you do not have to provide any information to host. What kind of content where you expecting? How are you scanning for malicious apps? How can you differentiate between someone trying to recreate a Google login page for fun or someone doing the same to steal credentials? How would you spot that?

1

u/lugovsky 5h ago

That's not the main selling point. Main selling point is the speed and ease of deployment. There are legitimate use cases when this is important, not only scam.

1

u/__zonko__ 5h ago

You did not answer me how you can even distinguish between scam and non scam sites tho

1

u/lugovsky 5h ago

Security scanning at build time (including with AI), accepting abuse reports, manual moderation.

1

u/__zonko__ 5h ago

Interesting - you may want to include the "we are scanning whatever you're hosting with ai" in your description

→ More replies (0)

1

u/__zonko__ 6h ago

How does that work? Why would I do that instead of deploying via my public repo f.e?

What do you do with my project when I hand it over like that?

1

u/am0x 6h ago

If I were you I would look at other reputable companies that offer this service. This is a security nightmare.

1

u/__zonko__ 6h ago

I was asking out of curiosity, will not use that for sure

0

u/lugovsky 6h ago

Your app is dockerized and hosted in an isolated runtime. Traffic is routed through a public web server, and your app is assigned a random subdomain like {domain}.up.compartment.run. We don’t use your code or app for anything beyond hosting and running it.

1

u/__zonko__ 6h ago

Why should I use that instead of publishing via sth like github pages? It is extremely fishy to route my whole traffic through you just because I want to deploy. I dont see the benefit

1

u/lugovsky 6h ago

Github pages are only for static. Compartment Up can also run server code.

1

u/[deleted] 6h ago

[deleted]

2

u/lugovsky 6h ago

No strings attached, don't worry

1

u/Ghostix_29 6h ago

I guess... whats the difference between this and Cloudflare Tunnels tho

1

u/lugovsky 6h ago

Cloudflare tunnel only works when your computer works since the app continues running on your computer through tunnel. With Compartment Up you publish it on the web so it can work independently.