from Hacker News

Show HN: Serve multiple versions of your website

by lukaszwojtow on 2/26/24, 8:51 AM with 1 comments

  • by lukaszwojtow on 2/26/24, 8:51 AM

    Hi all! I'm working on a web server that is able to serve multiple versions of a web site. Can be useful to prevent broken link errors (when a new site is deployed between a user's clicks), A/B testing (the server has some basic analytics), or just differentiating content based on source link.

    Any feedback is highly appreciated. Thanks!