Shareholder Agreement Generator
Create a customized shareholder agreement for your corporation.
Company & Shareholder Information
Initial Shareholders
Capital and Shares
Governance and Management
Share Transfers and Restrictions
Review & Generate Agreement
Please review the generated agreement below. If you need to make changes, navigate back to the relevant tabs. When ready, click the download button to get your PDF.
Your generated agreement will appear here after you navigate to this tab.
${rofr}
Mandatory Buy-Sell Triggers: Upon the occurrence of any of the following events, the buy-sell provisions of this agreement shall be triggered:
${buySell}
5. General Provisions
Governing Law: This Agreement shall be governed by and construed in accordance with the laws of the State of ${incorporationState}.
Entire Agreement: This Agreement constitutes the entire agreement among the parties and supersedes any prior understandings, agreements, or representations by or among the parties, written or oral.
IN WITNESS WHEREOF, the parties have executed this Agreement as of the date first above written.
`; }; /** * Adds a new shareholder input group to the form. */ const addShareholder = () => { const shareholderCount = document.querySelectorAll('.shareholder-entry').length; const newShareholderEntry = document.createElement('div'); newShareholderEntry.className = 'shareholder-entry grid grid-cols-1 md:grid-cols-12 gap-4 border p-4 rounded-lg mb-4'; newShareholderEntry.innerHTML = `