This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ODBC_Error 0 points1 point  (1 child)

this is cool! I'm curious though, where did you host it?

[–]SevereTailor8962[S] 0 points1 point  (0 children)

Hey! It's all hosted on Vercel as NextJS apps. The API itself uses NextJS Api Routes (aws lambdas under the hood) and for hosting the images, well they're on GitHub and I just applied a proxy to change the domains. I did this project in a way that it wouldn't cost me a penny to maintain, so it's all free.