DragWeb Privacy Policy

Local-First · Zero Tracking · Open Source
Privacy-First Architecture

Your code belongs to you.
Not to the cloud.

DragWeb is designed from the ground up to respect your privacy. All your visual layouts, logic blocks, stylesheets, scripts, and asset files live exclusively on your device in your local storage directory.

No Cloud Server Zero remote database tracking
No Account Required Instant access without sign-in
100% Offline Capable Design & preview without internet
Complete Portability Standard HTML/CSS/JS export
Section 01

Overview & Core Principles

DragWeb is a mobile and web visual designer created to help developers and learners build responsive web applications using visual drag-and-drop components and block logic. Our foundational commitment is simple:

  • Local Storage Exclusivity: Projects are structured locally under .dragweb/projects/{projectId}/ on your device storage.
  • No Tracking or Telemetry: We do not include third-party analytics SDKs (such as Firebase Analytics, Mixpanel, or Google Analytics) that monitor user behavior.
  • No Ad Networks: The application contains no advertising trackers or marketing identifiers.
Section 02

Storage & Device Permissions

To provide file management, custom asset importing, and code generation, DragWeb requires specific file permissions on Android devices:

Permission / Mechanism Purpose Data Handled
Storage Access Framework (SAF) Grants the app access to pick or create your .dragweb workspace directory. Project JSON trees, theme.css, style.css, script.js.
MANAGE_EXTERNAL_STORAGE (Optional / Android 11+) Allows direct file reading and writing for projects located in external directories. User-imported images, custom block templates, fonts, and stylesheets.
READ_MEDIA_IMAGES Allows you to pick and import images into your project's assets/images/ folder. Only the specific image files you select via the system file picker.
Section 03

In-App Web Previews

When you preview your website inside DragWeb, the built-in Android WebView or Web Sandbox runs your compiled HTML, CSS, and JS entirely on your local device:

  • Isolated Sandbox: Preview pages are loaded from local file storage or temporary cache memory.
  • No Remote Interception: DragWeb does not intercept or log network requests generated within the WebView preview.
  • Third-Party CDN Assets: If your project explicitly includes external library links (e.g. Google Fonts, Tailwind CDN, Tabler Icons), the WebView will request those assets directly from the respective public CDN server when connected to the internet.
Section 04

Data Portability & Backups

You retain 100% copyright and intellectual property rights over all content, code, and websites you create using DragWeb:

  • ZIP Backup & Restore: You can create comprehensive .zip backups of your projects anytime and restore them on any device.
  • Production Clean Export: The Export feature outputs clean, standards-compliant HTML5, CSS3, and modern ECMAScript without proprietary wrapper dependencies.
  • Zero Lock-in: You can delete any project or remove the entire .dragweb folder at your discretion without contacting any server.
Section 05

Children & Education Privacy

DragWeb is suitable for students, educators, and young programmers learning web development. Because DragWeb does not collect personal identifiers, account names, email addresses, or location data, it fully complies with the principles of the Children's Online Privacy Protection Act (COPPA) and GDPR regulations for educational tools.

Section 06

Policy Updates & Contact

We may periodically update this policy to reflect new features or security improvements. Any updates will be published directly to this page and distributed with app releases.

Have questions or feedback?

Visit the official GitHub repository to open an issue or contribute to DragWeb:

GitHub Repository