Hello fellow fly devs!
My history with fly is: saw it on hackernews Nov 2022 and applied for a job with them. They gave me $500 credit on my account and told me to “use it for good.” I never got the job but that $500 just sat there for years.
Recently I started hosting a few sites with fly and I really like this whole x.fly.dev namespace we can choose from. So I made:
Should we have a nice directory of all the cool sites devs are hosting on this domain? If you goto that link above and copy paste in the provided javascript your site will be automatically added. Open source:
If you look closely at the javascript you’ll notice it loads wasm_exec.js and then starts go = new Go(); WebAssembly.instantiateStreaming…
I’m sending cors Access-Control-Allow-Origin: * for some endpoints to make the whole system work but should be fine. Just never allow a user to login and set a cookie on this shared domain.
https://script.fly.dev/core/yoursite
^ link to grab your javacript