HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tastyeffectco

no profile record

Submissions

Show HN: AI agents join meetings with memory, calendar, and tasks

meet.upilote.com
3 points·by tastyeffectco·w zeszłym miesiącu·0 comments

Self-hosted dev sandboxes with preview URLs (Docker, Go, no K8s)

github.com
114 points·by tastyeffectco·w zeszłym miesiącu·34 comments

comments

tastyeffectco
·18 dni temu·discuss
stop-on-idle + wake-on-HTTP https://github.com/tastyeffectco/sandboxd/
tastyeffectco
·18 dni temu·discuss
in so many cases, docker is more than sufficient for major agent workloads... with no hostile users of course
tastyeffectco
·18 dni temu·discuss
Would love to see sandboxd added — it's the self-hosted open-source option with Docker hardening, built-in coding agents (Claude Code, OpenCode), and live preview URLs. https://github.com/tastyeffectco/sandboxd
tastyeffectco
·18 dni temu·discuss
There are plenty of OSS solutions available for your needs. Do you need real isolation, or is Docker hardening sufficient? If hardening is suddicient check out https://github.com/tastyeffectco/sandboxd/ which i'm using internaly for so many use cases
tastyeffectco
·w zeszłym miesiącu·discuss
As a Moroccan who recently moved to the Zurich area of Switzerland with my Swiss wife and kids, we found ourselves settling here for medical reasons and rediscovering a new way of life. When I see this debate, I mostly feel confused. I keep thinking about us as human beings and what drives us, what makes us fear others, or simply makes us uncomfortable. I think this is, and always will be, a human trait: fear of losing what we believe we deserve more than others, fear of change, and fear of competition (even when there isn't any). And I agree—Switzerland is one of the most beautiful countries in the world, with some of the kindest individuals I've ever met.
tastyeffectco
·w zeszłym miesiącu·discuss
We are always the rockstar of someone else
tastyeffectco
·w zeszłym miesiącu·discuss
one question i have about the project? what is the main need to be scoped to python only ? it is for perf ? infrastructure stack ? or something else ?
tastyeffectco
·w zeszłym miesiącu·discuss
you may checkout sandboxd project, it allow you ti run on your own vps plenty of sandboxes for differents usages : https://github.com/tastyeffectco/sandboxd
tastyeffectco
·w zeszłym miesiącu·discuss
This project takes the Docker route instead of Firecracker — each container drops all capabilities, runs no-new-privileges, read-only rootfs, per-sandbox memory/PID limits, isolated networks. but! Not kernel-level separation like microVM.

depending on use cases but its enough for most and way simpler to operate and maintain.

If you need stronger isolation, the other replies in this thread mention (gVisor on k8s) Depends on your threat model and how much infra complexity you want to manage.
tastyeffectco
·w zeszłym miesiącu·discuss
Yes, but not fully! each sandbox have all linux capabilities! runs with no-new-privileges, a read-only rootfs! capped limits on PID and Memory, network isolated per design! all that said! this is not a VM isolation level like Firecracker for example, but quit enough for most use cases for early stage products or entreprise internal products
tastyeffectco
·w zeszłym miesiącu·discuss
[dead]
tastyeffectco
·w zeszłym miesiącu·discuss
For a 8 CPU, 12GB Ram you can run app to 10 concurrents sandboxes that do heavy builds! the project itself is not ram/cpu heavy at all! depending on what you will run inside ! that was one of the main points why i didnt chose to go for real kvm isolation.

i would just say if its for an early stage product got for it! at scale reconsider security and isolation layers
tastyeffectco
·w zeszłym miesiącu·discuss
upilote (mellosouls): your second reading is correct.

This is not a Lovable competitor, and it's not all of upilote.

upilote is the product: chat → agent builds → live preview.

This repo is just the infrastructure layer underneath it that we extracted and open-sourced under MIT. It handles one container per project, preview URLs, running agents, sleeping when idle, waking on request, persistence, and recovery after reboots.

For us, it simplified a lot of things. Instead of managing all that logic ourselves, it became: submit a task and stream events back.
tastyeffectco
·w zeszłym miesiącu·discuss
[flagged]
tastyeffectco
·w zeszłym miesiącu·discuss
[flagged]
tastyeffectco
·w zeszłym miesiącu·discuss
[flagged]