> >> >
Free · No signup required · Attorney-quality drafts

Build Your Complete
Estate Plan — Free

Answer a few questions about your wishes and family. We'll generate a complete, attorney-quality estate planning document package — ready to print, sign, and make legally binding.

📄
Last Will & Testament
Names heirs & executor
🏛️
Revocable Living Trust
Avoids probate
✍️
Power of Attorney
Financial decisions
🏥
Healthcare Directive
Medical wishes
📝
Letter of Instruction
Guidance for family
Takes 15–20 minutes Generates 5 complete documents State-aware legal language Print-ready formatting Attorney review recommended 100% free
⚠️ Important Legal Notice The documents generated by this tool are educational drafts intended to help you understand estate planning and prepare for working with a professional. They are NOT a substitute for advice from a licensed estate planning attorney. Laws vary by state and individual circumstances. DigitalWealthSource strongly recommends having a licensed attorney review any documents before signing. Generated documents have no legal effect until properly witnessed, notarized, and executed per your state's requirements.
Step 1 of 8
0%
📋

Your Estate Plan

Review your information below before we generate your documents. You can edit any section by clicking "Edit."

📦 Your Estate Plan Package Will Include:
🎉
Your Estate Plan Is Ready
Review each document below. Print them, have them signed and notarized, and consider having an attorney review before finalizing.
✅ How to Make These Documents Legally Binding
1
Review Carefully
Read every document completely. Make sure all names, dates, and wishes are accurate. Any errors should be corrected before signing.
2
Consider Attorney Review
For your Will and Trust especially, we strongly recommend having a licensed estate planning attorney review the documents before you sign. Many offer flat-fee reviews for $200–400.
3
Sign in Front of Witnesses
Your Will requires 2 adult witnesses who are NOT beneficiaries. Sign in all of their presence simultaneously. Requirements vary by state.
4
Get Notarized
Most documents require notarization to be fully effective. Visit a bank, UPS Store, or use an online notary service (RON). Cost: $5–25.
5
Fund Your Trust (If Applicable)
A Living Trust only controls assets that are titled in the trust's name. Retitle your real estate, bank accounts, and investments into the trust after signing.
6
Store & Communicate
Keep originals in a fireproof safe or safety deposit box. Tell your executor and healthcare proxy where documents are. Review every 3–5 years or after any major life change.
Want an Attorney to Review Your Documents?
For complete peace of mind, have a licensed estate planning attorney review your documents before signing. Many offer affordable flat-fee reviews.
📋 Trust & Will — $199+
⚖️ LegalZoom — $249+
🔒 Fabric (Free will)
👨‍⚖️ Find Local Attorney
${content}
⚠️ Important Disclosure
DigitalWealthSource publishes educational financial content. Nothing on this site constitutes personalized financial, tax, legal, or investment advice. Every person's financial situation is unique. We strongly encourage consulting with a qualified financial advisor, CPA, or attorney before making significant financial decisions. Content is provided for informational and educational purposes only.
Sources: IRS: Estate Tax · CFPB: Estate Planning
Content reviewed by Derek Giordano · Our methodology · Educational content only — not financial advice
`); win.document.close(); setTimeout(() => win.print(), 500); } function printAll() { const docs = window._generatedDocs; if (!docs) return; const fullName = [planData.firstName, planData.middleName, planData.lastName].filter(Boolean).join(' '); const win = window.open('', '_blank'); win.document.write(`Free Will & Estate Plan Builder — Create Your Will Online | DWS

Planning Package

${fullName}

Prepared: ${planData.generatedDate}

These documents are educational drafts. Please have them reviewed by a licensed estate planning attorney before signing. Store originals in a secure location and share copies with your executor, healthcare proxy, and family members.

Contents: ${docs.map((d,i) => `
${i+1}. ${d.title}`).join('')}
${docs.map(d => `
${d.content}
`).join('')} `); win.document.close(); setTimeout(() => win.print(), 800); } function sendEmail() { const email = document.getElementById('emailInput')?.value; if (!email || !email.includes('@')) { alert('Please enter a valid email address.'); return; } // In production: connect to email service (ConvertKit, Mailchimp, etc.) const btn = document.querySelector('.ec-form .btn-emerald'); if (btn) { btn.textContent = '✓ Sent! Check your inbox'; btn.style.background = '#4ade80'; } setTimeout(() => { if(btn){btn.textContent='Send Documents';btn.style.background='';} }, 4000); } function startOver() { planData = { firstName:'', lastName:'', middleName:'', dateOfBirth:'', state:'', county:'', maritalStatus:'', spouseName:'', spouseDOB:'', hasChildren:'no', children:[], hasSpecialNeedsChild:'no', estateValue:'', hasRealEstate:'no', realEstateDesc:'', hasRetirement:'no', hasBusiness:'no', businessDesc:'', wantTrust:'no', beneficiaries:[], residualBeneficiary:'', charitableBequests:[], executorName:'', executorRelation:'', executorCity:'', altExecutorName:'', altExecutorRelation:'', trusteeIsSelf:'yes', successorTrusteeName:'', guardianName:'', guardianRelation:'', guardianCity:'', altGuardianName:'', childTrustAge:'25', childInheritanceInstructions:'', healthcareProxyName:'', healthcareProxyRelation:'', altHealthcareProxyName:'', wantsResuscitation:'yes', wantsArtificialNutrition:'yes', wantsPainManagement:'yes', organDonor:'yes', additionalHealthcareWishes:'', poaAgentName:'', poaAgentRelation:'', altPoaAgentName:'', funeralWishes:'', digitalAssetInstructions:'', additionalInstructions:'', generatedDate: new Date().toLocaleDateString('en-US',{year:'numeric',month:'long',day:'numeric'}) }; currentStep = 0; document.getElementById('documentScreen').style.display = 'none'; document.getElementById('introScreen').style.display = 'block'; window.scrollTo(0, 0); }