Cookies are small text files that are placed on your device when you visit a website. They are widely used to make websites work, improve user experience, and provide analytics information.
In addition to traditional cookies, modern web applications also use related technologies such as localStorage and sessionStorage to store information in your browser. This policy covers all such technologies used by CloudFormation.
We use browser storage for two primary purposes:
These are required for the application to function. They cannot be disabled without breaking core features.
| Name | Type | Purpose | Duration |
|---|---|---|---|
cloudformation_autosave | localStorage | Auto-saved canvas design | Until cleared |
cloudformation_recent | localStorage | Recent project history | Until cleared |
cloudformation_prefs | localStorage | User preferences (theme, zoom) | Until cleared |
tf_admin_session | PHP Session Cookie | Admin panel authentication (admin only) | Session |
These enable us to understand how the application is used. No personal data is stored; identifiers are randomly generated and cannot be linked to you.
| Name | Type | Purpose | Duration |
|---|---|---|---|
tf_analytics_visitor_id | localStorage | Anonymous random visitor identifier for counting unique users | Until cleared |
tf_analytics_session_id | sessionStorage | Groups events within a single browser session | Until tab closed |
Use the toggles below to manage analytics storage. Essential storage cannot be disabled as it is required for the application to work.
You can clear all stored data at any time through your browser settings:
You can prevent analytics events from being sent by:
/admin/api/track.php to your extension's block listCloudFormation may load external resources that set their own cookies or use their own storage:
| Service | Purpose | Their Policy |
|---|---|---|
| Google Fonts | Loads the Inter typeface for the UI | Google Privacy Policy |
| Tabler Icons (CDN) | Loads the icon set used throughout the UI | Tabler Privacy Policy |
These third parties may set cookies or store data in your browser in accordance with their own policies. We do not control and are not responsible for third-party cookies.
If you want to prevent these third-party resources from loading, you can self-host the fonts and icons in your own deployment of CloudFormation.
If you have questions about our use of cookies or other storage technologies, contact us at privacy@cloudformation.dev or through the Help Center.