<?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>DEV Community: Daiva McLean</title>
    <description>The latest articles on DEV Community by Daiva McLean (@daiva_mclean_c9b1e0c67638).</description>
    <link>https://dev.to/daiva_mclean_c9b1e0c67638</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%2F3936214%2F01c58f5e-cfdf-4747-8355-7405bec63f89.png</url>
      <title>DEV Community: Daiva McLean</title>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/daiva_mclean_c9b1e0c67638"/>
    <language>en</language>
    <item>
      <title>Do I Need a Cookie Policy for My App? (Probably Yes)</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 14:20:47 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/do-i-need-a-cookie-policy-for-my-app-probably-yes-dl0</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/do-i-need-a-cookie-policy-for-my-app-probably-yes-dl0</guid>
      <description>&lt;p&gt;It's one of the most common questions from app builders and indie founders: do I actually need a cookie policy?&lt;/p&gt;

&lt;p&gt;The short answer is: if your app uses cookies — and most apps do — then yes, you are legally required to tell your users about it.&lt;/p&gt;

&lt;p&gt;Here's the longer answer.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Are Cookies, Really?
&lt;/h2&gt;

&lt;p&gt;Cookies are small files stored on a user's device when they visit your site or use your app. They're used for all kinds of things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keeping users logged in between sessions&lt;/li&gt;
&lt;li&gt;Remembering preferences&lt;/li&gt;
&lt;li&gt;Processing payments (Stripe uses cookies)&lt;/li&gt;
&lt;li&gt;Tracking user behaviour (Google Analytics, Mixpanel, Hotjar)&lt;/li&gt;
&lt;li&gt;Fraud prevention&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even if you haven't deliberately "added cookies" to your app, if you use any third-party tool — a payment processor, an analytics platform, a customer support widget — that tool is almost certainly setting cookies.&lt;/p&gt;




&lt;h2&gt;
  
  
  When Is a Cookie Policy Required?
&lt;/h2&gt;

&lt;p&gt;Under UK law (the Privacy and Electronic Communications Regulations — PECR) and EU law (the ePrivacy Directive), a cookie policy is required when your app or website:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sets non-essential cookies on user devices&lt;/li&gt;
&lt;li&gt;Uses analytics tools (Google Analytics, Plausible, Fathom)&lt;/li&gt;
&lt;li&gt;Uses advertising or retargeting tools&lt;/li&gt;
&lt;li&gt;Embeds third-party widgets (Intercom, Crisp, Stripe)&lt;/li&gt;
&lt;li&gt;Uses session management cookies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The only apps that might genuinely not need a cookie policy are those with no third-party tools, no analytics, and no session management. In practice, that's almost nothing.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's the Difference Between a Cookie Policy and a Privacy Policy?
&lt;/h2&gt;

&lt;p&gt;A privacy policy covers all personal data — how you collect it, use it, store it, and share it.&lt;/p&gt;

&lt;p&gt;A cookie policy focuses specifically on cookies — what types you use, why, and how users can control them.&lt;/p&gt;

&lt;p&gt;You need both. Some businesses combine them into one document. Others keep them separate. Either approach works, but keeping them separate makes it easier for users to find the specific information they're looking for.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Your Cookie Policy Needs to Cover
&lt;/h2&gt;

&lt;p&gt;A complete cookie policy for an app or website should include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. What cookies you use&lt;/strong&gt;&lt;br&gt;
List each cookie or category of cookie. Essential cookies, analytics cookies, payment cookies, preference cookies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Why you use them&lt;/strong&gt;&lt;br&gt;
Explain the purpose of each type. "We use analytics cookies to understand how visitors use our site" is clear and acceptable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Which third parties set cookies&lt;/strong&gt;&lt;br&gt;
If Stripe sets a cookie, your policy needs to say so. If Google Analytics sets cookies, name it. Users have the right to know.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. How long cookies last&lt;/strong&gt;&lt;br&gt;
Session cookies expire when the browser closes. Persistent cookies last longer — your policy should state how long.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. How users can control cookies&lt;/strong&gt;&lt;br&gt;
Explain how to accept, decline, or delete cookies through browser settings. Provide links to instructions for major browsers.&lt;/p&gt;




&lt;h2&gt;
  
  
  Does My App Store App Need a Cookie Policy?
&lt;/h2&gt;

&lt;p&gt;If your mobile app uses a web view, third-party SDKs, or analytics tools — yes. Apple and Google both require apps in their stores to publish a privacy policy, and a cookie policy should be part of your broader privacy documentation if your app uses tracking tools.&lt;/p&gt;

&lt;p&gt;Apple in particular has become increasingly strict about data transparency. Not having a clear data practices policy can result in your app being rejected from the App Store or removed after review.&lt;/p&gt;




&lt;h2&gt;
  
  
  Getting Your Cookie Policy Right
&lt;/h2&gt;

&lt;p&gt;A cookie policy needs to accurately reflect the cookies your specific app uses. A generic template that lists placeholder cookie names is not compliant and will not satisfy a regulator or a suspicious enterprise customer doing due diligence.&lt;/p&gt;

&lt;p&gt;InkTerms generates a personalised cookie policy based on your answers to a short questionnaire. You tell us what your app does, what tools you use, and where your users are based. We generate a complete, accurate cookie policy you can publish immediately.&lt;/p&gt;

&lt;p&gt;From £9. Ready in minutes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate your cookie policy →&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;InkTerms provides AI-assisted document generation and is not a substitute for professional legal advice. We recommend reviewing any generated document with a qualified legal professional before relying on it for your business.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>webdev</category>
      <category>saas</category>
      <category>cookies</category>
    </item>
    <item>
      <title>How to Add a Privacy Policy to Your Shopify Store</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 14:10:47 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/how-to-add-a-privacy-policy-to-your-shopify-store-5d3j</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/how-to-add-a-privacy-policy-to-your-shopify-store-5d3j</guid>
      <description>&lt;p&gt;Shopify has built-in fields for your legal policies. Here's exactly how to add your privacy policy, where it shows up, and what else you need to do to stay compliant.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 1: Go to Settings → Policies in Shopify
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Log in to your Shopify admin&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Settings&lt;/strong&gt; (bottom left)&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Policies&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You'll see four policy fields:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Refund policy&lt;/li&gt;
&lt;li&gt;Privacy policy&lt;/li&gt;
&lt;li&gt;Terms of service&lt;/li&gt;
&lt;li&gt;Shipping policy&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Step 2: Paste your privacy policy
&lt;/h2&gt;

&lt;p&gt;Click into the &lt;strong&gt;Privacy policy&lt;/strong&gt; field and paste your policy text. Shopify accepts plain text or HTML — if your policy is formatted with headings and bullet points, HTML will preserve the formatting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Don't use Shopify's auto-generator without reviewing it.&lt;/strong&gt; Shopify generates a basic template when you click "Create from template," but it's generic and may not accurately reflect your store's actual data practices. A policy that doesn't match what your store actually does is worse than a generic one — it's actively misleading.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 3: Save
&lt;/h2&gt;

&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt; at the bottom of the page. Shopify will automatically create a page at &lt;code&gt;/policies/privacy-policy&lt;/code&gt; for your store.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 4: Add it to your footer
&lt;/h2&gt;

&lt;p&gt;Your privacy policy won't appear in your footer automatically — you need to add it as a navigation link.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;strong&gt;Online Store → Navigation&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Footer menu&lt;/strong&gt; (or whatever your footer navigation is called)&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add menu item&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Name it "Privacy Policy"&lt;/li&gt;
&lt;li&gt;Link type: &lt;strong&gt;Policies → Privacy policy&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add&lt;/strong&gt; then &lt;strong&gt;Save menu&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Do the same for your Terms of Service, Refund Policy, and Cookie Policy.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 5: Add it to your checkout
&lt;/h2&gt;

&lt;p&gt;Shopify lets you display policy links at checkout — this is important for consumer rights compliance.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;strong&gt;Settings → Checkout&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Scroll to the &lt;strong&gt;Policies&lt;/strong&gt; section&lt;/li&gt;
&lt;li&gt;You'll see links for Refund policy, Privacy policy, and Terms of service&lt;/li&gt;
&lt;li&gt;These are automatically pulled from your Settings → Policies content once it's saved&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Customers will see links to your policies at the bottom of the checkout page.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 6: Cookie consent banner
&lt;/h2&gt;

&lt;p&gt;Shopify doesn't add a cookie consent banner by default. You need one under UK PECR if your store uses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;Facebook/Meta Pixel&lt;/li&gt;
&lt;li&gt;TikTok Pixel&lt;/li&gt;
&lt;li&gt;Klaviyo or other marketing tools&lt;/li&gt;
&lt;li&gt;Any retargeting or advertising tags&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Options:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Shopify's native privacy banner (limited, available in some markets)&lt;/li&gt;
&lt;li&gt;A cookie consent app from the Shopify App Store (Pandectes, CookieYes, Consentmo)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your cookie consent banner needs to allow users to accept or decline non-essential cookies before they're set.&lt;/p&gt;




&lt;h2&gt;
  
  
  What else does a UK Shopify store legally need?
&lt;/h2&gt;

&lt;p&gt;Beyond a privacy policy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Refund Policy&lt;/strong&gt; — legally required under UK Consumer Contracts Regulations (14-day return right for physical goods)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Terms and Conditions&lt;/strong&gt; — strongly recommended; defines your relationship with buyers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cookie Policy&lt;/strong&gt; — required if using any analytics or marketing tags&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Checklist
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;[ ] Privacy policy written and accurate to your store&lt;/li&gt;
&lt;li&gt;[ ] Pasted into Shopify Settings → Policies&lt;/li&gt;
&lt;li&gt;[ ] Added to footer navigation&lt;/li&gt;
&lt;li&gt;[ ] Refund policy in place&lt;/li&gt;
&lt;li&gt;[ ] Terms and conditions in place&lt;/li&gt;
&lt;li&gt;[ ] Cookie consent banner active&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Generate your Shopify store documents
&lt;/h2&gt;

&lt;p&gt;InkTerms creates personalised privacy policies, terms and conditions, refund policies, and cookie policies for UK Shopify stores — tailored to your products, integrations, and data practices.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My Store Documents →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>shopify</category>
      <category>ecommerce</category>
      <category>privacy</category>
      <category>startup</category>
    </item>
    <item>
      <title>How to Write Terms and Conditions for a SaaS Product</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 14:05:35 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/how-to-write-terms-and-conditions-for-a-saas-product-4cna</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/how-to-write-terms-and-conditions-for-a-saas-product-4cna</guid>
      <description>&lt;p&gt;SaaS terms of service are different from a generic website's terms. You're running an ongoing commercial relationship with recurring payments, account-based access, and software that people may depend on for their work.&lt;/p&gt;

&lt;p&gt;Here's what yours needs to cover and why each clause matters.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. What your service actually is
&lt;/h2&gt;

&lt;p&gt;Start by defining the product. This sounds obvious, but a vague definition creates problems when users claim your software should do something it doesn't.&lt;/p&gt;

&lt;p&gt;Include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A brief description of what the software does&lt;/li&gt;
&lt;li&gt;What it explicitly does not do (e.g., "not a substitute for professional legal/financial/medical advice")&lt;/li&gt;
&lt;li&gt;That you may update features over time&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  2. Account creation and eligibility
&lt;/h2&gt;

&lt;p&gt;Who can create an account?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Minimum age (typically 18 for a paid product, or 13 with parental consent)&lt;/li&gt;
&lt;li&gt;Whether business accounts and personal accounts are treated differently&lt;/li&gt;
&lt;li&gt;User responsibility for keeping login credentials secure&lt;/li&gt;
&lt;li&gt;That one account = one person or organisation (not to be shared unless you offer team plans)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  3. Subscription, billing, and payment
&lt;/h2&gt;

&lt;p&gt;This is where disputes most often arise. Be explicit:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Billing cycle (monthly/annual)&lt;/li&gt;
&lt;li&gt;Auto-renewal — state clearly that subscriptions renew automatically&lt;/li&gt;
&lt;li&gt;How to cancel (and by when, to avoid the next billing cycle)&lt;/li&gt;
&lt;li&gt;What happens when payment fails (grace period, account suspension, data retention)&lt;/li&gt;
&lt;li&gt;Price changes — your right to change pricing and the notice period you'll give&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  4. Refund policy
&lt;/h2&gt;

&lt;p&gt;State your refund policy in the terms — and make sure it's consistent with your separate refund policy page.&lt;/p&gt;

&lt;p&gt;UK consumer law gives a 14-day right to cancel for digital services, but this can be waived if the user explicitly consents to immediate access and acknowledges the loss of cancellation right. For SaaS, many businesses offer "cancel anytime, no refund for the current period" — that's fine, but it must be stated.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. Acceptable use
&lt;/h2&gt;

&lt;p&gt;Define what users can and can't do with your software:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prohibited uses typically include:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using the product to do anything illegal&lt;/li&gt;
&lt;li&gt;Attempting to scrape, reverse engineer, or extract the underlying code&lt;/li&gt;
&lt;li&gt;Reselling or sublicensing access without permission&lt;/li&gt;
&lt;li&gt;Sending spam or conducting fraud through the platform&lt;/li&gt;
&lt;li&gt;Uploading content that is illegal, harmful, or infringing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This protects you if a user misuses your platform and you need to terminate their account.&lt;/p&gt;




&lt;h2&gt;
  
  
  6. Intellectual property
&lt;/h2&gt;

&lt;p&gt;Two directions:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your IP:&lt;/strong&gt; You own the software. Users get a limited, non-exclusive licence to use it. They can't copy it, resell it, or build on it without permission.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Their IP:&lt;/strong&gt; If users upload content or create data in your platform, they own it. You have a licence to process it to deliver the service, but it's not yours.&lt;/p&gt;

&lt;p&gt;This distinction matters — if a user asks for their data, your terms should confirm it belongs to them.&lt;/p&gt;




&lt;h2&gt;
  
  
  7. Service availability and disclaimers
&lt;/h2&gt;

&lt;p&gt;Unless you're offering an SLA, you need a clause disclaiming guaranteed uptime:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The service is provided "as is" and "as available"&lt;/li&gt;
&lt;li&gt;You don't guarantee it will be error-free or uninterrupted&lt;/li&gt;
&lt;li&gt;You may take it offline for maintenance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This protects you from claims if your infrastructure has downtime.&lt;/p&gt;




&lt;h2&gt;
  
  
  8. Limitation of liability
&lt;/h2&gt;

&lt;p&gt;Cap what you can be held liable for. Typically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your total liability is limited to the amount the user paid in the last 12 months&lt;/li&gt;
&lt;li&gt;You're not liable for indirect, consequential, or lost profit damages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without this clause, a business user who claims your SaaS caused them financial loss could theoretically sue you for far more than your ARR.&lt;/p&gt;




&lt;h2&gt;
  
  
  9. Account termination
&lt;/h2&gt;

&lt;p&gt;You need the right to suspend or terminate accounts:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For violating the acceptable use policy&lt;/li&gt;
&lt;li&gt;For non-payment&lt;/li&gt;
&lt;li&gt;At your discretion, with reasonable notice&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Also state what happens to user data after termination — how long you hold it and how they can export it.&lt;/p&gt;




&lt;h2&gt;
  
  
  10. Governing law and disputes
&lt;/h2&gt;

&lt;p&gt;State which country's law governs the agreement and where disputes are resolved. For UK-based SaaS: typically England and Wales.&lt;/p&gt;




&lt;h2&gt;
  
  
  Generate your SaaS terms and conditions
&lt;/h2&gt;

&lt;p&gt;InkTerms creates personalised terms of service for SaaS products — covering subscriptions, acceptable use, liability limits, IP, termination, and jurisdiction — tailored to your specific product.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My SaaS Terms →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>startup</category>
      <category>legal</category>
      <category>indie</category>
    </item>
    <item>
      <title>How to Write a Privacy Policy for a Mobile App</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 14:00:24 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/how-to-write-a-privacy-policy-for-a-mobile-app-1fdd</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/how-to-write-a-privacy-policy-for-a-mobile-app-1fdd</guid>
      <description>&lt;p&gt;Mobile apps have a few extra requirements that a standard website privacy policy doesn't cover. If you're launching on iOS or Android, here's exactly what your policy needs.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why mobile apps are different
&lt;/h2&gt;

&lt;p&gt;When someone installs your app, you gain access to things a website can't touch:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The device itself (model, OS version, unique identifiers)&lt;/li&gt;
&lt;li&gt;Push notification permissions&lt;/li&gt;
&lt;li&gt;Camera, microphone, location (if requested)&lt;/li&gt;
&lt;li&gt;Health and fitness data (if integrated with Apple Health / Google Fit)&lt;/li&gt;
&lt;li&gt;Contacts (if the app accesses them)&lt;/li&gt;
&lt;li&gt;Background data collection (if applicable)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each of these needs to be disclosed.&lt;/p&gt;




&lt;h2&gt;
  
  
  What your mobile app privacy policy must cover
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Device data and identifiers
&lt;/h3&gt;

&lt;p&gt;Your app collects device identifiers automatically. At minimum: device model, OS version, app version. Often also: advertising identifier (IDFA on iOS, GAID on Android).&lt;/p&gt;

&lt;p&gt;Your privacy policy needs to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;List what device data you collect&lt;/li&gt;
&lt;li&gt;State whether you use advertising identifiers&lt;/li&gt;
&lt;li&gt;Explain how to opt out of ad tracking (required by Apple's App Tracking Transparency rules)&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  2. Permissions you request
&lt;/h3&gt;

&lt;p&gt;Every permission your app requests — camera, location, microphone, contacts — needs a corresponding entry in your privacy policy explaining why you need it and what you do with that data.&lt;/p&gt;

&lt;p&gt;If your privacy policy says you don't collect location data but your app requests location permission, the app stores will flag this. Apple's review process checks for this discrepancy.&lt;/p&gt;




&lt;h3&gt;
  
  
  3. Push notifications
&lt;/h3&gt;

&lt;p&gt;If you send push notifications, your privacy policy needs to mention this and explain what type of notifications you send (marketing, transactional, reminders).&lt;/p&gt;




&lt;h3&gt;
  
  
  4. In-app purchases and payment data
&lt;/h3&gt;

&lt;p&gt;If your app uses Apple's in-app purchase or Google Play Billing, Apple and Google process the payment — you don't receive card details. But you do receive transaction records and should disclose this.&lt;/p&gt;




&lt;h3&gt;
  
  
  5. Analytics SDKs
&lt;/h3&gt;

&lt;p&gt;Most mobile apps include at least one analytics SDK — Firebase Analytics, Mixpanel, Amplitude, Adjust. Each one that processes personal data needs to be disclosed as a third-party processor in your privacy policy.&lt;/p&gt;




&lt;h3&gt;
  
  
  6. Third-party SDKs generally
&lt;/h3&gt;

&lt;p&gt;SDKs collect data independently. Before you ship, list every SDK in your app and check what data it collects. Common ones:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Crash reporting: Sentry, Firebase Crashlytics&lt;/li&gt;
&lt;li&gt;Analytics: Firebase, Amplitude&lt;/li&gt;
&lt;li&gt;Advertising: Meta Audience Network, Google AdMob&lt;/li&gt;
&lt;li&gt;Customer support: Intercom&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each one that touches personal data needs to be in your policy.&lt;/p&gt;




&lt;h2&gt;
  
  
  App store requirements
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Apple App Store
&lt;/h3&gt;

&lt;p&gt;Apple requires:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A privacy policy URL submitted with your app&lt;/li&gt;
&lt;li&gt;A Privacy Nutrition Label in App Store Connect listing every data type you collect&lt;/li&gt;
&lt;li&gt;Compliance with App Tracking Transparency (ATT) if you use advertising identifiers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your privacy policy must be accessible before download — linking from the App Store listing is sufficient.&lt;/p&gt;

&lt;h3&gt;
  
  
  Google Play Store
&lt;/h3&gt;

&lt;p&gt;Google requires:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A privacy policy link in your Play Store listing&lt;/li&gt;
&lt;li&gt;A Data Safety section in Play Console describing what data you collect and how it's used&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Data Safety section and your privacy policy need to be consistent. Discrepancies lead to policy violations.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where to host it
&lt;/h2&gt;

&lt;p&gt;Your mobile app privacy policy should live at a public URL — a page on your website, not inside the app. This allows it to be linked from the app stores and accessed before download.&lt;/p&gt;




&lt;h2&gt;
  
  
  Generate your mobile app privacy policy
&lt;/h2&gt;

&lt;p&gt;InkTerms creates personalised privacy policies for mobile apps — covering device data, permissions, SDK disclosures, in-app purchases, and app store requirements.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My App Privacy Policy →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>mobile</category>
      <category>privacy</category>
      <category>startup</category>
      <category>legal</category>
    </item>
    <item>
      <title>GDPR Fines for Small Businesses — What You Actually Need to Know</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:55:12 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/gdpr-fines-for-small-businesses-what-you-actually-need-to-know-20fm</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/gdpr-fines-for-small-businesses-what-you-actually-need-to-know-20fm</guid>
      <description>&lt;p&gt;GDPR fines get reported at the €746 million end of the scale. Those are for Meta. What does enforcement actually look like for small businesses?&lt;/p&gt;

&lt;p&gt;Here's the honest picture.&lt;/p&gt;




&lt;h2&gt;
  
  
  The maximum fines (and why they don't apply to you)
&lt;/h2&gt;

&lt;p&gt;GDPR has two tiers of maximum fines:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tier 1:&lt;/strong&gt; Up to £8.7 million or 2% of annual global turnover — for less serious violations (e.g. failing to notify a data breach in time)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tier 2:&lt;/strong&gt; Up to £17.5 million or 4% of annual global turnover — for the most serious violations (e.g. processing data without a lawful basis, violating core principles)&lt;/p&gt;

&lt;p&gt;These maximums are designed for large organisations. A £17.5 million fine on a solo founder with £30,000 in revenue doesn't make economic sense and the ICO knows it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What small business enforcement actually looks like
&lt;/h2&gt;

&lt;p&gt;The ICO (UK's data protection authority) takes a proportionate approach. For small businesses, typical outcomes of complaints or investigations include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Informal advice&lt;/strong&gt; — the ICO contacts you, explains the issue, and tells you what to fix. This is the most common outcome for a first violation with no harm caused.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Formal reprimand&lt;/strong&gt; — a written warning that goes on record. Public in some cases. No fine attached.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enforcement notice&lt;/strong&gt; — a formal order to take specific action (e.g. publish a privacy policy, stop a specific data practice). Failure to comply can lead to further action.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Monetary penalty&lt;/strong&gt; — for serious or repeated violations, especially where harm was caused or data was handled recklessly. These are publicly announced.&lt;/p&gt;




&lt;h2&gt;
  
  
  Real examples at the smaller end
&lt;/h2&gt;

&lt;p&gt;The ICO's public register includes enforcement actions against organisations of all sizes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A small estate agency fined for sending marketing emails without consent&lt;/li&gt;
&lt;li&gt;A sole trader fined for unlawfully sharing customer data&lt;/li&gt;
&lt;li&gt;A small charity fined for sending millions of unsolicited emails&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The fines in these cases ranged from £3,000 to £100,000 — not millions, but still significant for a small business, and all publicly visible.&lt;/p&gt;




&lt;h2&gt;
  
  
  What actually triggers enforcement
&lt;/h2&gt;

&lt;p&gt;Most ICO investigations start with a &lt;strong&gt;complaint from an individual&lt;/strong&gt; — usually a customer who didn't know their data was being used for marketing, or couldn't get their data deleted when they asked.&lt;/p&gt;

&lt;p&gt;The most common triggers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No privacy policy (basic non-compliance)&lt;/li&gt;
&lt;li&gt;Marketing emails sent without consent&lt;/li&gt;
&lt;li&gt;Failure to respond to a Subject Access Request (data access request) within 30 days&lt;/li&gt;
&lt;li&gt;Data breach not reported within 72 hours&lt;/li&gt;
&lt;li&gt;Sharing customer data with third parties without disclosure&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The practical compliance floor for small businesses
&lt;/h2&gt;

&lt;p&gt;You don't need a compliance department. You need:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A privacy policy that accurately describes what you do with data — live on your website&lt;/li&gt;
&lt;li&gt;A cookie consent banner if you use any analytics or tracking&lt;/li&gt;
&lt;li&gt;A way for users to request their data or deletion (an email address is fine)&lt;/li&gt;
&lt;li&gt;Not sending marketing to people who didn't consent&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it. Most small business exposure comes from not having (1) and (2).&lt;/p&gt;




&lt;h2&gt;
  
  
  The cost of getting it wrong vs getting it right
&lt;/h2&gt;

&lt;p&gt;Getting a privacy policy wrong: potentially £3,000–£100,000 fine, public enforcement notice, reputational damage, customer complaints.&lt;/p&gt;

&lt;p&gt;Getting it right: £9 and 10 minutes with InkTerms.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My Privacy Policy →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>gdpr</category>
      <category>privacy</category>
      <category>startup</category>
      <category>saas</category>
    </item>
    <item>
      <title>What Happens If You Don't Have a Privacy Policy?</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:50:01 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/what-happens-if-you-dont-have-a-privacy-policy-41i7</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/what-happens-if-you-dont-have-a-privacy-policy-41i7</guid>
      <description>&lt;p&gt;Most small businesses and indie founders don't have a privacy policy because they think the risk is too small to worry about. Here's what the actual risk looks like.&lt;/p&gt;




&lt;h2&gt;
  
  
  The legal position
&lt;/h2&gt;

&lt;p&gt;Under UK GDPR, a privacy policy isn't optional. If you collect any personal data — which includes emails, IP addresses, names, or anything tracked via analytics — you're legally required to provide a privacy notice that tells users what you're doing with their data.&lt;/p&gt;

&lt;p&gt;Operating without one is a breach of data protection law. Full stop.&lt;/p&gt;




&lt;h2&gt;
  
  
  What can actually happen
&lt;/h2&gt;

&lt;h3&gt;
  
  
  ICO complaints
&lt;/h3&gt;

&lt;p&gt;The UK's Information Commissioner's Office (ICO) can receive complaints from your users. If someone signs up to your product, doesn't know how their data is used, and files a complaint — the ICO can investigate. For a business with no privacy policy at all, the outcome is not good.&lt;/p&gt;

&lt;h3&gt;
  
  
  Fines
&lt;/h3&gt;

&lt;p&gt;ICO fines for GDPR violations can reach £17.5 million or 4% of annual global turnover, whichever is higher. In practice, fines at that scale are for large organisations.&lt;/p&gt;

&lt;p&gt;For small businesses and individuals, the ICO typically issues enforcement notices and reprimands first. But formal enforcement actions are public — they appear on the ICO's register. That damages trust and reputation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Enforcement action example
&lt;/h3&gt;

&lt;p&gt;The ICO has taken enforcement action against sole traders and micro-businesses — not just corporates. If a complaint is made and you have no privacy policy, you've made the ICO's job very easy.&lt;/p&gt;




&lt;h2&gt;
  
  
  The practical risks beyond regulation
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;App store rejection.&lt;/strong&gt; If you're submitting to the Apple App Store or Google Play, a privacy policy URL is mandatory. No privacy policy = no listing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Payment processor requirements.&lt;/strong&gt; Stripe requires a privacy policy to be live on your site. PayPal does too. Operating without one can result in account suspension.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;B2B deals blocked.&lt;/strong&gt; Enterprise customers run vendor due diligence. If you have no privacy policy, they won't sign. A single missed contract can cost more than a year of compliance work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Loss of user trust.&lt;/strong&gt; More users check privacy policies than you'd expect — especially in the UK and EU. A missing policy signals that you haven't thought about data, which raises red flags at the purchase stage.&lt;/p&gt;




&lt;h2&gt;
  
  
  "I'm too small for anyone to care"
&lt;/h2&gt;

&lt;p&gt;The compliance risk does scale with size. The ICO prioritises complaints against large organisations. But:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complaints can come from anyone, regardless of company size&lt;/li&gt;
&lt;li&gt;Your competitors can report you&lt;/li&gt;
&lt;li&gt;Regulatory risk increases every time you grow — and if you've never had a policy, the history of non-compliance doesn't disappear&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Getting compliant now, while small, costs almost nothing and creates no negative consequences.&lt;/p&gt;




&lt;h2&gt;
  
  
  How long does it take to get one?
&lt;/h2&gt;

&lt;p&gt;Less than an hour using InkTerms. Answer questions about your product, download a personalised privacy policy, paste it into your website. Done.&lt;/p&gt;

&lt;p&gt;The risk of not having one far outweighs the five minutes it takes to get it sorted.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My Privacy Policy →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>legal</category>
      <category>startup</category>
      <category>saas</category>
    </item>
    <item>
      <title>Privacy Policy vs Terms and Conditions — What's the Difference?</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:44:50 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/privacy-policy-vs-terms-and-conditions-whats-the-difference-lb2</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/privacy-policy-vs-terms-and-conditions-whats-the-difference-lb2</guid>
      <description>&lt;p&gt;Most websites need both. They're often linked in the same footer, and new founders sometimes treat them as interchangeable. They're not. They do completely different things.&lt;/p&gt;




&lt;h2&gt;
  
  
  Privacy Policy — what it is
&lt;/h2&gt;

&lt;p&gt;A privacy policy is a legal document that tells users what personal data you collect and what you do with it.&lt;/p&gt;

&lt;p&gt;It's required by law in the UK, EU, and many US states the moment you collect any personal data — which includes emails, IP addresses, names, or anything tracked via cookies.&lt;/p&gt;

&lt;p&gt;What it covers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What data you collect (email, payment info, usage behaviour, etc.)&lt;/li&gt;
&lt;li&gt;Why you collect it (service delivery, marketing, analytics)&lt;/li&gt;
&lt;li&gt;Who you share it with (third-party processors like Stripe, Google, Mailchimp)&lt;/li&gt;
&lt;li&gt;How long you keep it&lt;/li&gt;
&lt;li&gt;User rights (access, deletion, correction)&lt;/li&gt;
&lt;li&gt;How to contact you about data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Who it protects:&lt;/strong&gt; your users. It gives them the information they're legally entitled to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who requires it:&lt;/strong&gt; data protection law (UK GDPR, EU GDPR, CCPA).&lt;/p&gt;




&lt;h2&gt;
  
  
  Terms and Conditions — what it is
&lt;/h2&gt;

&lt;p&gt;Terms and conditions (also called terms of service or terms of use) are a contract between you and your users. They define the rules of the relationship.&lt;/p&gt;

&lt;p&gt;They're not strictly required by law in most jurisdictions — but without them, you have no written agreement with your users, no way to enforce your rules, and limited protection if things go wrong.&lt;/p&gt;

&lt;p&gt;What it covers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What your service is and what it isn't&lt;/li&gt;
&lt;li&gt;Acceptable use rules&lt;/li&gt;
&lt;li&gt;Payment and subscription terms&lt;/li&gt;
&lt;li&gt;Intellectual property (who owns what)&lt;/li&gt;
&lt;li&gt;Liability limits (what you're not responsible for)&lt;/li&gt;
&lt;li&gt;Account termination conditions&lt;/li&gt;
&lt;li&gt;Dispute resolution and governing law&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Who it protects:&lt;/strong&gt; primarily you — it sets limits on your liability and gives you a legal basis for taking action if users break the rules.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who requires it:&lt;/strong&gt; no specific law mandates it, but common sense and legal exposure do.&lt;/p&gt;




&lt;h2&gt;
  
  
  The simple way to remember the difference
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Privacy policy = about data.&lt;/strong&gt; What information you collect and how you handle it. Required by data protection law.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Terms and conditions = about the relationship.&lt;/strong&gt; What users can do, what you'll do, and what happens if something goes wrong. Protects your business.&lt;/p&gt;




&lt;h2&gt;
  
  
  Can I combine them into one document?
&lt;/h2&gt;

&lt;p&gt;Technically yes — some small sites combine them into a single page. In practice this is messy and harder to maintain. It also reduces clarity for users, which can create its own problems.&lt;/p&gt;

&lt;p&gt;Better approach: two separate documents, both linked in your footer.&lt;/p&gt;




&lt;h2&gt;
  
  
  Do I need both?
&lt;/h2&gt;

&lt;p&gt;For any product with users or paying customers — yes, you need both.&lt;/p&gt;

&lt;p&gt;A privacy policy alone doesn't protect you if a user abuses your platform. Terms alone doesn't meet your legal data obligations. They serve different purposes and both need to exist.&lt;/p&gt;




&lt;h2&gt;
  
  
  Generate both documents
&lt;/h2&gt;

&lt;p&gt;InkTerms generates personalised privacy policies and terms and conditions — separately, correctly structured, and tailored to your specific product. Answer questions once, download both.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My Documents →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>legal</category>
      <category>saas</category>
      <category>startup</category>
    </item>
    <item>
      <title>What Is GDPR and Does It Apply to My App?</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:39:39 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/what-is-gdpr-and-does-it-apply-to-my-app-30gp</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/what-is-gdpr-and-does-it-apply-to-my-app-30gp</guid>
      <description>&lt;p&gt;GDPR is the UK and EU data protection law that governs how businesses collect, store, and use personal data. If you run any kind of app, website, or digital product, there's a good chance it applies to you.&lt;/p&gt;

&lt;p&gt;Here's what you actually need to know.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is GDPR?
&lt;/h2&gt;

&lt;p&gt;GDPR stands for General Data Protection Regulation. It came into force in the EU in 2018 and was adopted into UK law (as UK GDPR) after Brexit. The two versions are nearly identical.&lt;/p&gt;

&lt;p&gt;It gives individuals rights over their personal data and places obligations on the businesses that collect it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Does it apply to my app?
&lt;/h2&gt;

&lt;p&gt;GDPR applies if:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You collect, store, or process personal data from people in the UK or EU&lt;/li&gt;
&lt;li&gt;And you're established in the UK or EU — or you offer goods/services to UK/EU residents, or you monitor their behaviour&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Personal data&lt;/strong&gt; means any information that can identify a living person: names, email addresses, IP addresses, location data, device identifiers, or any combination that could single someone out.&lt;/p&gt;

&lt;p&gt;So if your app has user accounts, collects emails, tracks usage, or uses analytics — GDPR applies.&lt;/p&gt;




&lt;h2&gt;
  
  
  Does it apply if I'm a small business?
&lt;/h2&gt;

&lt;p&gt;Yes. GDPR has no minimum size threshold. A solo founder with 100 users is subject to the same principles as a corporation with millions.&lt;/p&gt;

&lt;p&gt;The practical difference is enforcement priority and the amount of documentation required. Businesses with fewer than 250 employees are exempt from some record-keeping requirements — but the core obligations (lawful basis for processing, privacy policy, user rights) apply to everyone.&lt;/p&gt;




&lt;h2&gt;
  
  
  Does it apply if my users are in the US?
&lt;/h2&gt;

&lt;p&gt;If your product is available to UK and EU users and you have any, GDPR applies to the data you hold on those users — regardless of where you're based.&lt;/p&gt;

&lt;p&gt;If you're UK/EU-based and your users are exclusively in the US, UK GDPR technically doesn't apply to those users. But practically, most products serve a mixed audience and both GDPR and US state privacy laws (like California's CCPA) become relevant.&lt;/p&gt;




&lt;h2&gt;
  
  
  The six principles of GDPR
&lt;/h2&gt;

&lt;p&gt;These govern how you must handle personal data:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Lawfulness, fairness, transparency&lt;/strong&gt; — users know what you collect and why&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Purpose limitation&lt;/strong&gt; — data collected for one purpose can't be used for another without consent&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data minimisation&lt;/strong&gt; — only collect what you actually need&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Accuracy&lt;/strong&gt; — keep data correct and up to date&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Storage limitation&lt;/strong&gt; — don't keep data longer than necessary&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Integrity and confidentiality&lt;/strong&gt; — protect data from breaches&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  What you need to do
&lt;/h2&gt;

&lt;p&gt;For most small apps and websites, GDPR compliance comes down to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A privacy policy&lt;/strong&gt; — telling users what you collect, why, who you share it with, and how they can exercise their rights. This is the most important document.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A lawful basis for processing&lt;/strong&gt; — usually consent (for marketing) or legitimate interests (for analytics/operations). You need to know which one you're relying on for each type of data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A way for users to exercise their rights&lt;/strong&gt; — access, deletion, correction. This can be as simple as an email address in your privacy policy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cookie consent&lt;/strong&gt; — for non-essential tracking tools.&lt;/p&gt;




&lt;h2&gt;
  
  
  What are user rights under GDPR?
&lt;/h2&gt;

&lt;p&gt;Users have the right to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Access&lt;/strong&gt; — request a copy of their data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Erasure&lt;/strong&gt; — request deletion ("right to be forgotten")&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rectification&lt;/strong&gt; — correct inaccurate data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Portability&lt;/strong&gt; — receive their data in a usable format&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Object&lt;/strong&gt; — opt out of certain types of processing (e.g. direct marketing)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Restriction&lt;/strong&gt; — limit how you use their data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your privacy policy should tell users how to exercise these rights and you should respond within 30 days.&lt;/p&gt;




&lt;h2&gt;
  
  
  Generate your GDPR-compliant privacy policy
&lt;/h2&gt;

&lt;p&gt;InkTerms generates personalised privacy policies that cover all UK GDPR requirements — lawful basis, user rights, data processors, retention periods, and more.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My Privacy Policy →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>gdpr</category>
      <category>privacy</category>
      <category>startup</category>
      <category>saas</category>
    </item>
    <item>
      <title>UK Cookie Law Explained Simply</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:34:27 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/uk-cookie-law-explained-simply-5d4h</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/uk-cookie-law-explained-simply-5d4h</guid>
      <description>&lt;p&gt;Cookie law is one of those things that most website owners either ignore entirely or overcomplicate. Here's what it actually requires — no jargon.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is UK cookie law?
&lt;/h2&gt;

&lt;p&gt;In the UK, cookies are governed by two sets of rules:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UK GDPR&lt;/strong&gt; — applies to cookies that process personal data (analytics, advertising, tracking)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PECR (Privacy and Electronic Communications Regulations)&lt;/strong&gt; — the specific UK law about cookies and electronic marketing. This is the one that requires consent banners.&lt;/p&gt;

&lt;p&gt;Together, they mean: before you set any non-essential cookie on a user's device, you need their consent.&lt;/p&gt;




&lt;h2&gt;
  
  
  What counts as a cookie?
&lt;/h2&gt;

&lt;p&gt;For legal purposes, "cookies" includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Traditional browser cookies&lt;/li&gt;
&lt;li&gt;Local storage&lt;/li&gt;
&lt;li&gt;Session storage&lt;/li&gt;
&lt;li&gt;Pixels and tracking scripts&lt;/li&gt;
&lt;li&gt;Fingerprinting techniques&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If it stores or retrieves information from a user's device, cookie law applies.&lt;/p&gt;




&lt;h2&gt;
  
  
  Essential vs non-essential — the critical distinction
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Essential cookies&lt;/strong&gt; don't need consent. These are cookies that are strictly necessary for your website to function:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Session cookies (keeping users logged in)&lt;/li&gt;
&lt;li&gt;Cart/basket cookies&lt;/li&gt;
&lt;li&gt;Security cookies (CSRF tokens)&lt;/li&gt;
&lt;li&gt;Load balancing cookies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Non-essential cookies require consent before being set.&lt;/strong&gt; This includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Analytics (Google Analytics, Hotjar, Mixpanel)&lt;/li&gt;
&lt;li&gt;Advertising and retargeting (Meta Pixel, Google Ads)&lt;/li&gt;
&lt;li&gt;Social media embeds&lt;/li&gt;
&lt;li&gt;Live chat tools (Intercom, Crisp)&lt;/li&gt;
&lt;li&gt;Personalisation cookies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The rule:&lt;/strong&gt; if your site still works without the cookie, it's non-essential.&lt;/p&gt;




&lt;h2&gt;
  
  
  What does valid consent look like?
&lt;/h2&gt;

&lt;p&gt;Under PECR, consent must be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Freely given&lt;/strong&gt; — users can say no without being blocked from your site&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Specific&lt;/strong&gt; — they know what they're consenting to&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Informed&lt;/strong&gt; — they understand what the cookies do&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unambiguous&lt;/strong&gt; — a clear positive action, not just scrolling or continuing to browse&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This means pre-ticked boxes don't count. "By continuing to use this site you consent" doesn't count. A cookie banner that only has an "Accept" button doesn't fully count.&lt;/p&gt;

&lt;p&gt;A compliant banner gives users a genuine choice to accept or decline non-essential cookies.&lt;/p&gt;




&lt;h2&gt;
  
  
  What your cookie policy needs to include
&lt;/h2&gt;

&lt;p&gt;A cookie policy is a document (usually a separate page) that lists:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Every cookie your site uses&lt;/li&gt;
&lt;li&gt;Whether it's essential or non-essential&lt;/li&gt;
&lt;li&gt;What it does and why&lt;/li&gt;
&lt;li&gt;Who sets it (you or a third party)&lt;/li&gt;
&lt;li&gt;How long it lasts&lt;/li&gt;
&lt;li&gt;How users can change their preferences&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Common mistakes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Setting Google Analytics before consent&lt;/strong&gt; — extremely common, technically non-compliant. GA should only fire after the user accepts analytics cookies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No decline option&lt;/strong&gt; — if there's only an "Accept All" button, your banner isn't compliant.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cookie policy that doesn't list all cookies&lt;/strong&gt; — if you've recently added Hotjar or a Facebook Pixel and haven't updated your policy, you're out of date.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ignoring it entirely&lt;/strong&gt; — the ICO (UK's data protection authority) has issued enforcement notices for cookie consent violations, including to small businesses.&lt;/p&gt;




&lt;h2&gt;
  
  
  Does this apply to me if my site is small?
&lt;/h2&gt;

&lt;p&gt;Yes. Size doesn't determine whether PECR applies — using cookies does. If your site uses Google Analytics, you're subject to cookie law.&lt;/p&gt;

&lt;p&gt;The practical risk of enforcement for a small site is low, but customer trust is real. A clean consent banner signals that you take privacy seriously.&lt;/p&gt;




&lt;h2&gt;
  
  
  Generate your cookie policy
&lt;/h2&gt;

&lt;p&gt;InkTerms creates a personalised cookie policy listing the specific cookies your site uses — analytics, advertising, session, and third-party — along with a consent banner setup guide.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My Cookie Policy →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>cookies</category>
      <category>webdev</category>
      <category>gdpr</category>
    </item>
    <item>
      <title>Privacy Policy for a No-Code App (Lovable, Bubble, Webflow)</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:29:16 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/privacy-policy-for-a-no-code-app-lovable-bubble-webflow-4986</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/privacy-policy-for-a-no-code-app-lovable-bubble-webflow-4986</guid>
      <description>&lt;p&gt;Building on Lovable, Bubble, or Webflow doesn't change your legal obligations. The law doesn't care how you built your app — it cares what your app does with user data.&lt;/p&gt;

&lt;p&gt;Here's what you need to know if you've built (or are building) a no-code product.&lt;/p&gt;




&lt;h2&gt;
  
  
  The no-code misconception
&lt;/h2&gt;

&lt;p&gt;A lot of no-code builders assume that because their platform handles hosting, databases, and infrastructure, the legal side is also handled. It isn't.&lt;/p&gt;

&lt;p&gt;Lovable, Bubble, and Webflow are your data processors. You are the data controller. That means the legal responsibility for what happens to your users' data sits with you — not with the platform.&lt;/p&gt;




&lt;h2&gt;
  
  
  What your privacy policy needs to cover
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Your platform as a data processor
&lt;/h3&gt;

&lt;p&gt;Your privacy policy needs to name the no-code platform you're using as a third-party data processor. If your Bubble app stores user data in Bubble's database, that's Bubble processing personal data on your behalf.&lt;/p&gt;

&lt;p&gt;List:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lovable / Bubble / Webflow as infrastructure/hosting&lt;/li&gt;
&lt;li&gt;Any connected services: Supabase, Firebase, Airtable&lt;/li&gt;
&lt;li&gt;Authentication providers: Auth0, Clerk, Firebase Auth&lt;/li&gt;
&lt;li&gt;Analytics: PostHog, Mixpanel, Google Analytics&lt;/li&gt;
&lt;li&gt;Payment processors: Stripe, Lemon Squeezy&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Third-party integrations
&lt;/h3&gt;

&lt;p&gt;No-code apps typically connect to many services via API or native integrations. Each one that touches personal data needs to be disclosed.&lt;/p&gt;

&lt;p&gt;Common ones to check:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Email: Resend, SendGrid, Mailchimp&lt;/li&gt;
&lt;li&gt;Customer support: Intercom, Crisp&lt;/li&gt;
&lt;li&gt;Error tracking: Sentry&lt;/li&gt;
&lt;li&gt;CRM: HubSpot, Notion (if storing user data)&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Data storage location
&lt;/h3&gt;

&lt;p&gt;Where is your data actually stored? Bubble stores data in the US by default. Webflow's CMS is hosted on AWS. Supabase lets you choose a region.&lt;/p&gt;

&lt;p&gt;Under UK and EU GDPR, if personal data is transferred outside the UK/EEA, you need to mention this in your privacy policy and confirm that adequate safeguards are in place (most major US platforms cover this via their own Data Privacy Frameworks).&lt;/p&gt;




&lt;h3&gt;
  
  
  User rights
&lt;/h3&gt;

&lt;p&gt;Your privacy policy needs to tell users how they can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Request a copy of their data&lt;/li&gt;
&lt;li&gt;Request deletion&lt;/li&gt;
&lt;li&gt;Update or correct information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your no-code app doesn't have a built-in account deletion flow, you need to provide a contact method (email) where users can make these requests — and you need to actually action them within 30 days.&lt;/p&gt;




&lt;h2&gt;
  
  
  Cookie situation for no-code apps
&lt;/h2&gt;

&lt;p&gt;No-code platforms often add their own cookies and tracking. Webflow adds Google Analytics integration. Bubble has session cookies. Lovable apps may pull in tracking from integrated tools.&lt;/p&gt;

&lt;p&gt;Check what cookies your platform and integrations are setting before writing your cookie policy — the default assumption is more than you'd expect.&lt;/p&gt;




&lt;h2&gt;
  
  
  The documents a no-code app needs
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Privacy Policy&lt;/strong&gt; — required&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Terms and Conditions&lt;/strong&gt; — required if users have accounts or pay&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cookie Policy&lt;/strong&gt; — required if any tracking is active&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Refund Policy&lt;/strong&gt; — required if you're selling anything to UK consumers&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Generate your no-code app documents
&lt;/h2&gt;

&lt;p&gt;InkTerms generates personalised legal documents for no-code products built on platforms like Lovable, Bubble, and Webflow — covering your specific integrations, data processors, and jurisdiction.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My App Documents →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>nocode</category>
      <category>privacy</category>
      <category>saas</category>
      <category>startup</category>
    </item>
    <item>
      <title>Legal Documents for SaaS Products — The Complete List</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:24:04 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/legal-documents-for-saas-products-the-complete-list-ofo</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/legal-documents-for-saas-products-the-complete-list-ofo</guid>
      <description>&lt;p&gt;SaaS is different from a standard website. You're not just collecting emails — you're running ongoing accounts, charging recurring payments, and giving users access to software that may affect their work or business. The legal requirements reflect that.&lt;/p&gt;

&lt;p&gt;Here's what a SaaS product needs.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Terms and Conditions (Terms of Service)
&lt;/h2&gt;

&lt;p&gt;Your terms are the contract between you and every user. For SaaS they need to cover more than a basic website.&lt;/p&gt;

&lt;p&gt;Essential clauses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Subscription terms&lt;/strong&gt; — billing cycle, renewal, cancellation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Acceptable use policy&lt;/strong&gt; — what users can and can't do with your software&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Account termination&lt;/strong&gt; — when you can suspend or delete an account and what happens to the user's data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Service availability&lt;/strong&gt; — uptime expectations (or the lack of any guarantee)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Limitation of liability&lt;/strong&gt; — capping your exposure if your software fails&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Intellectual property&lt;/strong&gt; — you own the software; they own their data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Changes to the service&lt;/strong&gt; — your right to modify, deprecate, or discontinue features&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  2. Privacy Policy
&lt;/h2&gt;

&lt;p&gt;Required the moment you collect any personal data — which for SaaS starts at account creation.&lt;/p&gt;

&lt;p&gt;For SaaS specifically, your privacy policy needs to cover:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Account data (name, email, payment details)&lt;/li&gt;
&lt;li&gt;Usage data (feature usage, session logs, error reports)&lt;/li&gt;
&lt;li&gt;User-generated content stored in your platform&lt;/li&gt;
&lt;li&gt;Third-party integrations (Stripe, analytics, customer support tools)&lt;/li&gt;
&lt;li&gt;Data portability — how users can export their data&lt;/li&gt;
&lt;li&gt;What happens to data when an account is closed&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  3. Cookie Policy
&lt;/h2&gt;

&lt;p&gt;SaaS products typically use cookies for session management, analytics, and feature tracking. You need a cookie policy and a consent banner for non-essential cookies.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Refund Policy
&lt;/h2&gt;

&lt;p&gt;UK law gives consumers a 14-day cancellation right. For SaaS, you need to be explicit about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Whether the 14-day period applies to your product&lt;/li&gt;
&lt;li&gt;Whether a refund is available mid-subscription or only at renewal&lt;/li&gt;
&lt;li&gt;How cancellations are processed and when billing stops&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many SaaS businesses offer "cancel anytime, no refund for current period" — that's fine, but it needs to be stated clearly.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. Data Processing Agreement (DPA)
&lt;/h2&gt;

&lt;p&gt;If any of your users are businesses — and especially if they're EU or UK businesses — they will ask for a DPA before signing up. This is a formal document establishing you as a data processor under GDPR.&lt;/p&gt;

&lt;p&gt;B2B SaaS without a DPA will lose enterprise deals.&lt;/p&gt;




&lt;h2&gt;
  
  
  6. Acceptable Use Policy (AUP)
&lt;/h2&gt;

&lt;p&gt;Sometimes included in terms, sometimes a standalone document. Defines prohibited uses: spam, illegal activity, scraping, abuse of other users. Protects you from liability if a user misuses your platform.&lt;/p&gt;




&lt;h2&gt;
  
  
  What SaaS businesses most commonly miss
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No account termination clause&lt;/strong&gt; — if a user abuses your platform and you close their account, they can argue there was no contractual basis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No data deletion timeline&lt;/strong&gt; — GDPR requires you to state how long you keep data after account closure&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No DPA&lt;/strong&gt; — fine until your first enterprise customer asks for one and you lose the deal&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vague subscription terms&lt;/strong&gt; — leading to chargebacks when users expect refunds you didn't intend to give&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Generate your SaaS legal documents
&lt;/h2&gt;

&lt;p&gt;InkTerms creates personalised legal documents for SaaS products — terms of service, privacy policy, cookie policy, refund policy, and DPA. Answer questions about your product and download everything in minutes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My SaaS Documents →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>startup</category>
      <category>legal</category>
      <category>privacy</category>
    </item>
    <item>
      <title>Legal Documents Every Shopify Store Needs (UK)</title>
      <dc:creator>Daiva McLean</dc:creator>
      <pubDate>Sun, 17 May 2026 13:18:53 +0000</pubDate>
      <link>https://dev.to/daiva_mclean_c9b1e0c67638/legal-documents-every-shopify-store-needs-uk-1mf6</link>
      <guid>https://dev.to/daiva_mclean_c9b1e0c67638/legal-documents-every-shopify-store-needs-uk-1mf6</guid>
      <description>&lt;p&gt;Shopify makes it easy to launch a store. The legal side is your responsibility — and there's more to it than most new store owners realise.&lt;/p&gt;

&lt;p&gt;Here's exactly what you need as a UK-based Shopify seller.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Privacy Policy — required
&lt;/h2&gt;

&lt;p&gt;The moment someone visits your store, data collection begins. Google Analytics, Facebook Pixel, Shopify's own tracking — all of it is happening before anyone adds anything to their cart.&lt;/p&gt;

&lt;p&gt;Under UK GDPR, you need a privacy policy that explains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What data you collect (browsing behaviour, purchase history, email addresses)&lt;/li&gt;
&lt;li&gt;How you use it (order fulfilment, marketing, analytics)&lt;/li&gt;
&lt;li&gt;Which third parties receive it (Stripe, Mailchimp, Meta, Google)&lt;/li&gt;
&lt;li&gt;How long you keep it&lt;/li&gt;
&lt;li&gt;How customers can request deletion&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Shopify has a basic privacy policy generator built in, but it's generic. A personalised policy that reflects your actual data practices is better legally and looks more professional.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Terms and Conditions — required
&lt;/h2&gt;

&lt;p&gt;Your terms define the relationship between you and your customers. For a UK e-commerce store, they need to cover:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What you sell and what you don't guarantee&lt;/li&gt;
&lt;li&gt;Payment terms&lt;/li&gt;
&lt;li&gt;Order acceptance (you reserve the right to cancel orders)&lt;/li&gt;
&lt;li&gt;Intellectual property (your product images, descriptions, branding)&lt;/li&gt;
&lt;li&gt;Limitation of liability&lt;/li&gt;
&lt;li&gt;Governing law (England and Wales, or Scotland)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  3. Refund Policy — legally required in the UK
&lt;/h2&gt;

&lt;p&gt;This one is non-negotiable. Under the UK Consumer Contracts Regulations, online shoppers have a legal right to a 14-day cancellation period for most goods.&lt;/p&gt;

&lt;p&gt;Your refund policy must state:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The returns window (minimum 14 days for physical goods)&lt;/li&gt;
&lt;li&gt;How customers start the return process&lt;/li&gt;
&lt;li&gt;Who pays return postage&lt;/li&gt;
&lt;li&gt;How and when refunds are processed&lt;/li&gt;
&lt;li&gt;Any exceptions (personalised items, perishables, digital downloads)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Digital products are different.&lt;/strong&gt; Once a digital product has been downloaded or accessed, the 14-day right to cancel can be waived — but only if the customer explicitly acknowledges this before purchase.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Cookie Policy — required
&lt;/h2&gt;

&lt;p&gt;Shopify stores use cookies extensively — session cookies, cart cookies, analytics, retargeting pixels. Under UK PECR, you need a cookie policy and a consent banner.&lt;/p&gt;

&lt;p&gt;Your cookie policy needs to list:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What cookies your store uses&lt;/li&gt;
&lt;li&gt;Which are essential vs optional&lt;/li&gt;
&lt;li&gt;Which third-party cookies are set (Meta Pixel, Google Analytics, etc.)&lt;/li&gt;
&lt;li&gt;How customers can manage preferences&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  5. Shipping Policy — strongly recommended
&lt;/h2&gt;

&lt;p&gt;Not a legal requirement, but customers expect to find it. Clearly stating:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Processing times&lt;/li&gt;
&lt;li&gt;Shipping methods and estimated delivery&lt;/li&gt;
&lt;li&gt;International shipping (if applicable)&lt;/li&gt;
&lt;li&gt;What happens if an order is lost&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Reduces customer service queries significantly.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where to put them
&lt;/h2&gt;

&lt;p&gt;All policies should be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Linked in your Shopify footer&lt;/li&gt;
&lt;li&gt;Added to your checkout flow (Shopify has a built-in field for policy links)&lt;/li&gt;
&lt;li&gt;Accessible before purchase&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Shopify Settings → Legal is where you paste your policy text. Then Settings → Checkout lets you display them at checkout.&lt;/p&gt;




&lt;h2&gt;
  
  
  Generate your Shopify store documents
&lt;/h2&gt;

&lt;p&gt;InkTerms creates personalised legal documents for e-commerce stores — privacy policy, terms and conditions, refund policy, and cookie policy. Answer questions about your store and download everything in minutes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://inkterms.com/select" rel="noopener noreferrer"&gt;Generate My Store Documents →&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://inkterms.com" rel="noopener noreferrer"&gt;InkTerms Blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>shopify</category>
      <category>ecommerce</category>
      <category>privacy</category>
      <category>legal</category>
    </item>
  </channel>
</rss>
