Privacy policy & security
Most ForceKit tools run entirely in your browser. Two tools โ the Sample Data Generator and the ID Converter โ are also available as a server-side REST API; this policy explains what that means for your data.
What happens to your data
- The client-side tools (SOQL helpers, JSONโApex, CRON, Permissions Comparer, Governor Limits, and the ID Converter UI) process everything locally via JavaScript โ nothing you type is sent to a server.
- When you call the REST API, the request payload (e.g. record IDs, or the record counts/country/locale for the generator) is processed on the server to produce the response, but it is not persisted or logged as business data.
- The Sample Data Generator only ever produces fictitious data; it does not receive your real Salesforce records.
- Your IP address is used transiently for API rate limiting (stored briefly in a server-side cache) and is not used to profile you.
Analytics and cookies
ForceKit uses no cookies and no user-tracking tools. The app requires no login.
Hosting
The site runs on a PHP/CodeIgniter backend. The hosting provider may record standard HTTP request metadata (e.g. IP address, headers) in its own server logs โ this is independent of the tools and does not include the content you type into the client-side tool fields.
Source code
You can verify the above by reviewing the project source code, or the โNetworkโ tab in your browser dev tools โ the client-side tools send no requests with your data.
Last updated: 2026-06-06.