Metadata API · Free · No account
Salesforce metadata,
written correctly the first time.
Describe an object and its fields once. Get back deploy-ready XML in the exact folder structure Salesforce expects — with the constraints that usually fail a deployment checked before you download anything.
What it generates
Six metadata types, assembled into one correct SFDX project — not six disconnected files.
Custom Object
Label, sharing model, name field — the object every other file hangs off.
Custom Field
14 field types including Lookup and Master-Detail — with the deploy-breaking constraints checked for you.
Validation Rule
Formula and error message, scoped to the object you just built.
Permission Set
Field and object permissions, pre-filled from the object you already defined.
Custom Tab
Give the object a place to live in the nav.
package.xml
The manifest, generated automatically with every download.
01
Nothing uploaded
The generator runs entirely in your browser. Your schema never leaves your machine.
02
Checked before you download
Sharing model, Master-Detail limits, Roll-Up Summary targets — validated as you go.
03
Correct folder structure
Unzip into an SFDX project and deploy. No renaming, no guessing paths.