Merge different sites into one Dashboard

Currently we’re running 3 different websites under following domains:

app.levinswap.org

We’d like to combine them into one single domain - app.levinswap.org. There is a navigation tab on the left and so we’d like to merge these sites into one.

Problem is, they’re not using the same framework. So, we have to set up our own server which redirects users to these sites, but keeps the domain same. It’ll be changing folders e.g.
/home
/stake
/farm

Is it possible to achieve this Netlify and if so, what will we be needing? If not, what other service(s) can we use?

Thank you

hi Luca, thanks for reaching out. If I am understanding correctly, you can accomplish goal by either:

  • rebuilding your entire site to only use one framework
  • using some redirects to make at appear as if the visitor isn’t leaving your site:

Good luck!

1 Like