CodeSandbox does have an official React Vite template but it is using TypeScript. You can go into the tsconfig.json config and set strict to false which might let you use it without doing much of any TypeScript. Or try using TypeScript as is, it shouldn’t be that bad with this simple project. But you will likely get some errors that need to be dealt with.