Islamic Estate Planning
بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ

Plan your legacy.
Protect your family.

A private, encrypted Islamic estate planner — create your Shariah-compliant Will and calculate Faraid inheritance distribution. No account. No server. No data leaves your device.

AES-256 Encrypted 100% Offline Open Source Free Forever
بِسْمِ اللَّهِ
My Legacy BETA
Islamic Estate Planner
Password
🔐 Unlock My Legacy
Your data is encrypted and stored
only on this device.
Faraid Calculator
Hanafi • £250,000
Spouse
Son 1
Son 2
Daughter
Mother
Spouse (wife)1/8£31,250
Son (×2)2/7£71,429
Daughter1/7£35,714
Mother1/6£41,667
Net Estate £250,000

Built for the Ummah.
Trusted by your family.

🔐

AES-256 Encryption

Your Will and family data is encrypted directly in your browser with military-grade AES-256 before being stored. Only your password can unlock it — we never see it.

⚖️

Faraid Calculator — All 4 Madhabs

Calculate Islamic inheritance distribution according to Hanafi, Maliki, Shafi'i, or Hanbali fiqh. Handles complex heir combinations with clear, printed reports.

📜

Islamic Will Creator

A guided 7-step Will wizard covering personal details, executors, guardians, funeral wishes, Wasiyyah, Waqf, and Islamic compliance declarations.

👨‍👩‍👧

Multi-Profile Family Planning

Create separate profiles for yourself and family members — spouse, parents, children. Each profile has its own encrypted Will and Faraid data.

📱

Offline PWA — Works Anywhere

Install directly to your phone's home screen. Once loaded, the app works completely offline — no internet connection needed after first visit.

💾

Encrypted Backup & Restore

Export your encrypted data to a file for safekeeping. Restore on any device using the same password. Your data travels with you, not on our servers.

Three steps to peace of mind.

١

Set your password

Choose a strong password on first launch. Your data is encrypted immediately — nothing is ever stored unprotected.

٢

Fill in your details

Work through the guided Will wizard or Faraid calculator at your own pace. Save and return any time.

٣

Print & share

Print your Will for wet signing with witnesses, or print the Faraid distribution report to share with your family and executor.

Built in the open.
Trust, verified.

My Legacy is fully open source. Every line of code is public on GitHub — you can audit exactly how your data is encrypted, verify there are no trackers or analytics, and fork it for your community.

Built with React, AES-256-GCM, and PBKDF2 key derivation. No external dependencies that could compromise your privacy. No telemetry. No cookies.

MIT Licence No Telemetry Shariah Principles React 18 AES-256-GCM
amisatoshi/mylegacy
// My Legacy — encryption overview
 
const key = await crypto.subtle.deriveKey({
  name: "PBKDF2",
  salt: randomSalt,
  iterations: 100_000,
  hash: "SHA-256"
});
 
const encrypted = await crypto.subtle.encrypt({
  name: "AES-GCM",
  iv: randomIV
}, key, yourData);
 
// Stored locally. Never transmitted.
// Server cannot decrypt. Ever.

⚖️ Legal

Documents created here are planning aids only. For a Will to be legally valid in England and Wales, it must be signed by you in the presence of two independent witnesses. Always have your final Will reviewed by a qualified solicitor.

🕌 Islamic Fiqh

Faraid calculations follow classical Sunni fiqh across all four madhabs. For complex inheritance situations, always consult a qualified Islamic scholar or Mufti. This app is not a fatwa.

🔐 Data & Privacy

All data is stored locally on your device only, encrypted with AES-256. No data is transmitted to any server. If your password is lost, your data cannot be recovered.

⚠️ No Warranty

This software is provided as is. The developers accept no liability for decisions made on the basis of information produced by this application, or for any loss of data arising from its use.

Read the full disclaimer →

Ready when you are

Your family deserves
a plan.

Free, private, and in your hands. No account required — open the app and start in under a minute.

✦ Launch My Legacy Free View on GitHub