Changelog

Static VPS deployment path selected

April 1, 2026 Version 0.0.2

Rustles web will deploy built static files to a VPS instead of running a live Node server in production.

The production target for the website is intentionally boring.

The VPS only needs to serve built files. That means:

  • lower runtime complexity
  • fewer moving parts during launches
  • easier rollback if a bad deploy slips through