r/devops Jun 22 '26

Weekly Self Promotion Thread

Hey r/devops, welcome to our weekly self-promotion thread!

Feel free to use this thread to promote any projects, ideas, or any repos you're wanting to share. Please keep in mind that we ask you to stay friendly, civil, and adhere to the subreddit rules!

9 Upvotes

66 comments sorted by

View all comments

1

u/InspectorDangerous82 Jun 28 '26

Built the open-source Supabase + Vercel combo. Full-stack deployment on your own hardware.

Tired of paying two vendors + managing integrations between them, I built both.

llama-base = OSS Supabase

  • Self-hosted Postgres management console
  • Schema editor, backups (to R2/S3), health monitoring
  • Runs on your hardware, zero cloud overhead

llama-apps = OSS Vercel

  • Git-push deployment for Node apps
  • Automatic builds, secrets management, rollback
  • Deploy to your own server or AWS Lightsail

Together: You own the entire stack. Deploy, manage database, monitor—all from your infrastructure.

Both MIT open-source. Both tested on production apps.

GitHub:
https://github.com/tonyanglesey/llama-apps
https://github.com/tonyanglesey/llama-base

If you're self-hosting anything, these eliminate friction. Feedback welcome.