Ask HN: Does ChatGPT use Next.js as it's framework?
I'm learning more and more about programming doing deliberate practice. Today, I found myself curious about what chatGPT is using as it's framework.
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
6 comments
[ 0.69 ms ] story [ 381 ms ] threadI don't see, for instance, why they might use Svelte instead, and some evil genius decided to just hardcode that into the window object.
Just the user interface is [theoretically] coded in React.
My apologies for my tone in this thread, as well. Good luck with your learning adventure!