Construction Contract Generator
Create a simple contract for your construction project.
The work shall commence on or about ${dateFormatter(data.startDate)} and be substantially completed by ${dateFormatter(data.completionDate)}.
4. Payment
The total price for the work described in this Agreement is ${currencyFormatter.format(data.totalPrice)}. The Client agrees to pay the Contractor as follows:
- A down payment of ${currencyFormatter.format(data.downPayment)} is due upon signing this Agreement. ${milestoneList}
5. Agreement
This document represents the entire agreement between the Client and the Contractor. This Agreement may only be modified in writing and signed by both parties.
IN WITNESS WHEREOF, the Parties have executed this Agreement as of the date first above written.
${data.clientName} (Client)
${data.contractorName} (Contractor)
Disclaimer: This is a simplified contract template. It may not cover all legal requirements for your specific project or location. It is strongly recommended to have this contract reviewed by a legal professional.
