Skip to content

Add Temps to PaaS#672

Open
dviejokfs wants to merge 2 commits intoawesome-foss:masterfrom
dviejokfs:add-temps-to-paas
Open

Add Temps to PaaS#672
dviejokfs wants to merge 2 commits intoawesome-foss:masterfrom
dviejokfs:add-temps-to-paas

Conversation

@dviejokfs
Copy link

Thank you for taking the time to work on a PR for Awesome-Sysadmin!

To ensure your PR is dealt with swiftly please check the following:

  • Your additions are Free software
  • Software you are submitting is not your own, unless you have a healthy ecosystem with a few contributors (which aren't your sock puppet accounts).
  • Submit one item per pull request. This eases reviewing and speeds up inclusion.
  • Format your submission as follows, where Demo and Clients are optional.
    Do not add a duplicate Source code link if it is the same as the main link.
    Keep the short description under 80 characters and use sentence case
    for it, even if the project's webpage or readme uses another capitalisation.
    Demo links should only be used for interactive demos, i.e. not video demonstrations.
    - [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language`
  • Additions are inserted preserving alphabetical order.
  • Additions are not already listed at awesome-selfhosted
  • The Language tag is the main server-side requirement for the software. Don't include frameworks or specific dialects.
  • You have searched the repository for any relevant issues or PRs, including closed ones.
  • Any category you are creating has the minimum requirement of 3 items.
  • Any software project you are adding to the list is actively maintained.
  • The pull request title is informative, unlike "Update README.md".
    Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb,
    "Remove aaa from bbb" for removing, "Fix license for aaa", etc.

  • Why is it awesome?

Temps is a self-hosted deployment platform built in Rust that consolidates what typically requires multiple SaaS tools (Vercel + Sentry + Plausible + managed DBs) into a single binary. It provides git push-to-deploy with automatic framework detection, built-in web analytics, error tracking (Sentry-compatible), session replay, managed PostgreSQL/Redis/MongoDB, S3-compatible storage, automatic TLS via Let's Encrypt, and zero-downtime rollouts. It supports Next.js, Vite, Go, Python, Rust, Java, .NET, and Docker. Dual-licensed under MIT/Apache 2.0.

  • Have you used it? For how long?

Yes, I've been using Temps for several months to deploy and manage web applications in production.

  • Is this in a personal or professional setup?

Both personal projects and professional production workloads.

  • How many devices/users/services/... do you manage with it?

Multiple web applications across different environments (staging/production), with managed database instances and monitoring for each.

  • Biggest pros/cons compared to other solutions?

Pros: Single binary deployment (no complex Docker Compose stacks), built-in observability (analytics + error tracking + session replay) eliminates the need for separate tools, Rust-based so very resource efficient, Pingora-powered reverse proxy handles TLS automatically, managed databases are provisioned alongside apps. Compared to Coolify or Dokku, the integrated observability stack is a major differentiator.

Cons: Newer project compared to established alternatives like Dokku or CapRover, so the community is still growing.

  • Any other comments about your use case, things you've found excellent, limitations you've encountered... ?

The single-binary approach makes installation and upgrades straightforward. The built-in analytics and error tracking are production-quality and eliminate the need to self-host separate tools like Plausible and Sentry. The MCP (Model Context Protocol) integration for AI-assisted development workflows is a unique and forward-looking feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants