I use it solely to give a webui for managing virtual machines on individual servers.
It hooks into libvirt for this, so I can also manage them via virsh et al, but it's a nice tool to set up the essentials of a VM and provide remote access to the VM console.
Working on https://dataraven.io/ – a low-cost, cloud-agnostic data movement platform focused on object storage. In the past month I've added API keys, audit logs, and rclone.conf import for rapid onboarding.
RClone is doing the heavy lifting of reliable & fast cloud to cloud transfer. I'm wrapping it with the operational features clients have asked me for over the years:
- Team workspaces with role-based access control & complete audit log of all activity
- Notifications – alerts on transfer failure or resource changes via Slack, Teams, json webhook, etc.
- Centralized log storage/archiving
- Bring your Own Vault integrations – connect 1Password, Doppler, or Infisical for zero-knowledge credential handling
- 10 Gbps connected infrastructure for handling large transfers
It supports any OpenAI-compatible API out of the box, so AWS Bedrock, LiteLLM, Ollama, etc. should all work. The free testing LLM is just there for a quick demo. Please bring your own LLM for long-time usage.
- I tried to self-host supabase/realtime recently and couldn't even get it working locally, so i migrated to postgres LISTEN/NOTIFY, which doesn't work for a lot of uses, but is perfectly fine for mine. Not sure what adoption is like of realtime, but helping people migrate off that could have value.
- Re: storage, is this only for cases when using supabase-js to access storage? In my case, I was already using AWS SDKs to access the supabase bucket so there were zero code changes.
- I kind of miss the supabase security & performance advisor, do any other postgres hosts have this feature? or is there a pg security tool I can run myself on a schedule?
Better Auth is absolutely great. Was pleased with how well it could be extended here to replace Supabase Auth with backwards compatibility
Part of this is a reimplementation of PostgREST, but as a Typescript library. The big difference is that this is designed to help you migrate away from the auto-generated and to an API that is better designed for your actual use case. That’s why this is a library so you can integrate it as part of your backend and gradually replace the PostgREST parts
The storage part is really only for Supabase-js, yeah. The idea being that folks will eventually move to a model where they integrate directly through S3 (if they want)
Feel bad for anyone actually using this in production and having to sweat to find, implement, and test a replacement in 30 days. Good reminder to always have an escape hatch for any vendor you use...
From https://vercept.com/ - How long will Vy continue to run? Vy will shut down in 30 days, on March 25th, 2026
Structured team sub 30s check-ins available daily, real-time KPI feeds, company and project milestones logging to track lead up, during and after effects of big events, and how the organisation responds when those events land.
Layered with workload signals, team personality composition, and internal vs external pressure indicators, including external social context.
Friction testing comes from the metadata taken from email flow, slack volumes, calendar load, meeting churn. No message content.
Everything is aggregated to team, department and org level with quorum thresholds so no individual signal is ever exposed.
AI correlates patterns across time to surface leading indicators, not post-hoc explanations.
It’s amazing what you see, when you can actually look.
reply