LWC Component Scaffolder
Generate Lightning Web Component boilerplate files with a visual wizard.
MyComponentTag: c-my-componentNo exposed properties configured.
Configure and click Generate
Preview will appear here
LWC Scaffolder
Building a new Lightning Web Component (LWC) from scratch often involves manually creating multiple files—HTML templates, JavaScript controllers, metadata configurations, and stylesheets. The LWC Scaffolder streamlines this process by providing a visual wizard that instantly generates a complete, deployment-ready LWC bundle tailored to your specific requirements.
Comprehensive Boilerplates
Generate not just your `.js` and `.html` files, but also `.css`, Jest test scaffolds, and Storybook components. Wrap your LWC in a standard Lightning Card or SLDS Modal layout with a single click.
Advanced Metadata Configuration
Stop wrestling with `.js-meta.xml` syntax. Visually select your component's targets—like Record Pages or Experience Builder—and define properties. The XML is perfectly formatted and schema-compliant every time.
Instant ZIP Download
Once your component is configured, download the entire bundle as a ZIP file. Simply extract it into your force-app/main/default/lwc directory and you are ready to start coding the core logic.
100% Local & Secure
We value your privacy. The LWC Scaffolder relies entirely on browser-native APIs like `TextEncoder` and `ArrayBuffer` to generate the ZIP. No backend servers are involved, ensuring strict compliance with data security policies.
How to Use the LWC Scaffolder
- Define Component Details: Enter the component name and description. Choose whether to expose the component to the Lightning App Builder.
- Select Layout & Scaffolding: Decide if your component needs a Lightning Card wrapper, custom CSS, Jest tests, or a Storybook file.
- Configure Targets: If exposed, select where the component can be used (e.g., Record Page, Home Page). Add configurable properties if necessary.
- Download: Click Download ZIP. The bundle is generated locally and saved to your device, ready to be deployed via the SFDX CLI.
Frequently asked
Related Tools
Apex Trigger Scaffolder
Generate Apex trigger + handler class boilerplate with bulkified patterns and test class.
SOQL Query Builder
Build SOQL queries visually with field autocomplete.
SF Object Field Analyzer
Analyze Salesforce object fields from describe API responses.
Permission Set Diff
Compare two Salesforce Permission Set XMLs side by side.
Deployment Status Dashboard
Visualize Salesforce deployment results with error details.
Debug Log Analyzer
Analyze Apex debug logs with flame tree, governor limits & SOQL breakdown.