<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Max </title>
    <description>The latest articles on Forem by Max  (@themaxbuilds).</description>
    <link>https://forem.com/themaxbuilds</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3867636%2F4d1b3a9a-b697-4390-bfca-f5c92c8c9cef.png</url>
      <title>Forem: Max </title>
      <link>https://forem.com/themaxbuilds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/themaxbuilds"/>
    <language>en</language>
    <item>
      <title>How to Review a Contract Without a Lawyer (Step by Step)</title>
      <dc:creator>Max </dc:creator>
      <pubDate>Wed, 08 Apr 2026 11:39:31 +0000</pubDate>
      <link>https://forem.com/themaxbuilds/how-to-review-a-contract-without-a-lawyer-step-by-step-19an</link>
      <guid>https://forem.com/themaxbuilds/how-to-review-a-contract-without-a-lawyer-step-by-step-19an</guid>
      <description>&lt;p&gt;Most people sign contracts without reading them. Not because they're lazy. Because contracts are written to be unreadable.&lt;/p&gt;

&lt;p&gt;I built an AI tool that reviews contracts. Before that, I read hundreds of them manually. Here's what I learned about spotting problems without paying $400/hour for a lawyer.&lt;/p&gt;

&lt;p&gt;This guide works for freelance agreements, NDAs, service contracts, employment offers, and vendor agreements. If you're signing something that affects your money, your work, or your rights, this is for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Read the termination clause first
&lt;/h2&gt;

&lt;p&gt;Skip the preamble. Skip the definitions. Go straight to termination.&lt;/p&gt;

&lt;p&gt;This clause tells you how to get out if things go wrong. If there's no termination for convenience (meaning you can leave for any reason with notice), you're locked in until the contract expires or someone breaches it.&lt;/p&gt;

&lt;p&gt;Look for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Notice period.&lt;/strong&gt; 30 days is standard. 90 days is aggressive. "Immediately upon written notice" is ideal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-renewal.&lt;/strong&gt; Some contracts renew automatically for another full term if you don't cancel within a specific window. Miss that window by one day and you're stuck for another year.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Termination fees.&lt;/strong&gt; Some contracts charge you for leaving early. Read the exact dollar amount or formula.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Real example: a company tracked $2M in contract renewals on a spreadsheet. No deadline alerts. They missed one cancellation window and got locked into a 3-year auto-extension they didn't want.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Find the IP assignment clause
&lt;/h2&gt;

&lt;p&gt;Search for "intellectual property," "work product," "work made for hire," or "IP assignment."&lt;/p&gt;

&lt;p&gt;This clause determines who owns what you create. In many freelance contracts, the default is that the client owns everything. That can include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Code you wrote on your own laptop&lt;/li&gt;
&lt;li&gt;Side projects started during the contract period&lt;/li&gt;
&lt;li&gt;Pre-existing tools or libraries you brought to the project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The fix is simple but you have to ask for it: add language that excludes pre-existing IP and work done outside contracted hours on unrelated projects. Most clients agree when you ask. They don't agree when you try to renegotiate after signing.&lt;/p&gt;

&lt;p&gt;If you're an employee, look for "invention assignment" clauses. These can claim ownership over anything you build while employed, even on your own time, even if it has nothing to do with your job. California has specific protections against this (Labor Code Section 2870), but most states don't.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Check the non-compete
&lt;/h2&gt;

&lt;p&gt;Search for "non-compete," "non-competition," "restrictive covenant," or "competitive activity."&lt;/p&gt;

&lt;p&gt;Non-competes restrict where you can work after the contract ends. A reasonable non-compete is narrow: specific competitors, specific geography, 6-12 months. An unreasonable one says "any similar business" for 2 years nationwide. That's your entire career on pause.&lt;/p&gt;

&lt;p&gt;What most people don't know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;California:&lt;/strong&gt; Non-competes are void. Completely unenforceable. Companies still include them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FTC:&lt;/strong&gt; Attempted to ban non-competes federally in 2024. Got blocked by courts. Still pending.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Most states:&lt;/strong&gt; Enforceable if "reasonable." But "reasonable" is decided by a judge after you've already spent $20K on lawyers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you see a non-compete that's too broad, negotiate it down before signing. After you sign, your leverage is gone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Read the indemnification clause
&lt;/h2&gt;

&lt;p&gt;Search for "indemnif" (catches indemnify, indemnification, indemnified).&lt;/p&gt;

&lt;p&gt;Indemnification means "if something goes wrong, who pays?" In many contracts, the indemnification is one-sided: you agree to cover the client's legal costs if they get sued over your work, but they don't offer the same protection to you.&lt;/p&gt;

&lt;p&gt;Look for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;One-sided vs. mutual.&lt;/strong&gt; Mutual indemnification is fair. One-sided means you carry all the risk.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scope.&lt;/strong&gt; "All claims arising from" is broader than "claims arising from negligence or willful misconduct." The narrower the scope, the better for you.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cap.&lt;/strong&gt; Some contracts cap indemnification at the total fees paid. Others have no cap, meaning you could be liable for millions on a $5,000 project.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If indemnification is uncapped and one-sided, that's the single biggest red flag in any contract.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 5: Verify payment terms
&lt;/h2&gt;

&lt;p&gt;Search for "payment," "invoice," "net," or "compensation."&lt;/p&gt;

&lt;p&gt;"Net 30" means they pay 30 days after you invoice. "Net 60" means 60 days. "Net 90" means you're financing their business for three months with your own labor.&lt;/p&gt;

&lt;p&gt;Check for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;When the clock starts.&lt;/strong&gt; After delivery? After acceptance? After "final approval"? If payment is tied to approval, they can delay approval indefinitely and you don't get paid.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Late payment penalties.&lt;/strong&gt; If there are none, add them. 1.5% per month is standard.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Kill fees.&lt;/strong&gt; If the project gets cancelled, do you get paid for work completed? Some contracts say no.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 6: Check governing law and dispute resolution
&lt;/h2&gt;

&lt;p&gt;Search for "governing law," "jurisdiction," or "arbitration."&lt;/p&gt;

&lt;p&gt;This tells you which state's laws apply and where disputes get resolved. If you're in New York and the contract says disputes are settled in Texas courts under Texas law, you're flying to Texas and hiring a Texas lawyer if anything goes wrong.&lt;/p&gt;

&lt;p&gt;Arbitration clauses are common. They mean you can't sue in court. Instead, disputes go to a private arbitrator. This can be faster and cheaper, but it can also mean you waive your right to a jury trial and class action.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 7: Do a final 60-second scan
&lt;/h2&gt;

&lt;p&gt;After reading the key clauses, do a quick search for these terms:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;"Perpetual"&lt;/strong&gt; or &lt;strong&gt;"irrevocable"&lt;/strong&gt;: means forever, no take-backs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;"Sole discretion"&lt;/strong&gt;: means one party decides without the other's input&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;"Liquidated damages"&lt;/strong&gt;: a pre-set penalty for breach, sometimes wildly disproportionate&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;"Entire agreement"&lt;/strong&gt;: means verbal promises don't count, only what's written&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tools that help
&lt;/h2&gt;

&lt;p&gt;You don't need a lawyer for every contract. You need a lawyer for complex deals, high-dollar agreements, or anything involving equity.&lt;/p&gt;

&lt;p&gt;For standard contracts (freelance agreements, NDAs, vendor contracts, leases), AI tools can catch most red flags in under a minute. They won't replace legal advice for edge cases, but they'll tell you whether a contract is roughly fair or full of landmines.&lt;/p&gt;

&lt;p&gt;Some options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI contract review tools&lt;/strong&gt; (like &lt;a href="https://clausely.app" rel="noopener noreferrer"&gt;Clausely&lt;/a&gt;) give you a risk score and flag specific clauses in plain English&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ChatGPT/Claude&lt;/strong&gt;: paste the contract and ask "what are the risks in this contract?" Not purpose-built, but catches obvious issues&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your own Ctrl+F&lt;/strong&gt;: the search terms in this guide cover 80% of what matters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The worst option is signing without reading. The second worst is reading without knowing what to look for. This guide gives you the checklist.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I built Clausely because I kept finding the same red flags in contracts and wanted to automate the process. It's a tool, not legal advice. For high-stakes contracts, talk to a lawyer.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>legal</category>
      <category>freelancing</category>
      <category>productivity</category>
      <category>career</category>
    </item>
  </channel>
</rss>
