React developers tools confirms it's built with React. Curious to know more, I went into the console and did:
console.log({ NextJSVersion: window.next?.version, })
to which i got as an output: {NextJSVersion: '13.3.4'}
Does this confirm chatGPT is built using Next.js or am I commiting a mistake?
Thanks for the community knowledge in advance, Santy
I don't see, for instance, why they might use Svelte instead, and some evil genius decided to just hardcode that into the window object.