OpenArtifacts is a clone of Antrhopic's Claude Artifacts which immediately runs the generated code in the browser.
While the Claude version relies on a server to bundle the code, OpenArtifacts runs the bundler (esbuild-wasm) straight in the browser, and uses CDNs for all module dependencies instead of npm-style installers.
The result is a single html file that can be opened in any browser, and the code is immediately runnable, even by double clicking the file instead of running a web server.
Due to some hacky tricks required to get the bundler working on browser-side directly, there may be some libraries or file types that are not supported. If you find any, please open an issue on github.
OpenArtifcats is a project by murat. This is a complement project to AppCrapper, which is a similar project that generates both frontend & backend code but requires a server to execute.
Clone on github