1. Information We Collect

We collect the following types of information:


a. Personal Information

Information that identifies you as an individual, such as:

  • You must provide complete, organized design files in Figma or accepted formats.
  • You must clearly indicate which pages are to be developed.
  • You agree that the complexity and pricing tier (Simple or Complex) will be determined by Flowpages based on the presence of advanced interactions, animations, or UI components.


b. Non-Personal Information

Information that does not directly identify you, including:

  • Browser type
  • Device type
  • IP address
  • Pages visited on our site
  • Time and date of access


c. Submitted Project Data

When you upload project files (e.g., Figma links, design assets), we collect and store this information to provide our services.

2. How We Use Your Information

We use your information to:

  • Deliver the services you request
  • Communicate with you about your project
  • Process payments
  • Improve our website and services
  • Respond to inquiries and provide customer support
  • Comply with legal obligations

3. How We Share Your Information

We do not sell or rent your personal information. We may share information in the following limited circumstances:

  • With Service Providers: We share data with trusted third-party vendors (e.g., payment processors, hosting providers) to perform services on our behalf.
  • Legal Requirements: We may disclose your information when required to do so by law or in response to valid legal requests.
  • Business Transfers: If Flowpages is acquired, merged, or sold, your information may be transferred as part of the transaction.

4. Data Security

We implement reasonable technical and organizational measures to protect your information from unauthorized access, disclosure, alteration, or destruction. However, no method of transmission over the internet or electronic storage is 100% secure.

5. Your Rights & Choices

Depending on your jurisdiction, you may have the following rights:

  • Access: Request access to the personal data we hold about you.
  • Correction: Request correction of inaccurate or incomplete information.
  • Deletion: Request deletion of your personal data.
  • Opt-Out: You can opt out of marketing communications at any time.


To exercise these rights, contact us at support@flowpages.co.

6. Cookies & Tracking Technologies

We may use cookies and similar technologies to:

  • Analyze website usage
  • Store user preferences
  • Improve performance and user experience


You can adjust your browser settings to refuse or delete cookies. Doing so may affect some site functionality.

7. Third-Party Links

Our website may contain links to third-party websites. We are not responsible for the privacy practices or content of those websites. We encourage you to read their privacy policies.

8. Children's Privacy

Our services are not intended for children under 13. We do not knowingly collect personal information from children. If you believe a child has provided us with personal information, please contact us immediately.

9. Data Retention

We retain your information only as long as necessary to:

  • Fulfill the purposes outlined in this policy
  • Comply with legal obligations
  • Resolve disputes and enforce agreements

10. International Users

Flowpages is based in the United States. By using our services, you consent to the processing and storage of your information in the U.S., which may have different privacy laws than your country.

11. Changes to This Privacy Policy

We may update this Privacy Policy periodically. When we do, we will revise the "Last Updated" date at the top. We encourage you to review this page regularly for any changes.

12. Contact Us

If you have any questions about this Privacy Policy or our privacy practices, please 
contact us:

Email:

Website:

 
class SampleComponent extends React.Component { 
  // using the experimental public class field syntax below. We can also attach  
  // the contextType to the current class 
  static contextType = ColorContext; 
  render() { 
    return <Button color={this.color} /> 
  } 
}