Contracts Wizard is a sophisticated web application designed for seamless creation of Ethereum smart contracts utilizing OpenZeppelin’s comprehensive suite of components. It provides an interactive platform where users can select contract types, configure parameters, and integrate custom features, automatically generating fully deployable Solidity or Cairo code. The core functionality is housed within separate packages for Solidity (`packages/core`) and Cairo (`packages/core-cairo`), while the user interface, developed using Svelte (`packages/ui`), can be locally launched via `yarn dev`. Advanced users can enhance functionality by supplying environment variables to enable the Wizard AI Assistant or logging capabilities. Contracts Wizard is easily embeddable, allowing seamless integration into external websites with customizable options for targeting specific contract types or languages. Additionally, a robust API offers programmable access to streamline contract generation within other applications.