const privacyPolicy = {
effectiveDate: "2025-01-01",
version: "1.0.0",
lastUpdated: "2025-01-01"
};
effectiveDate: "2025-01-01",
version: "1.0.0",
lastUpdated: "2025-01-01"
};
/* PRIVACY_POLICY.md */
// How we handle your data in the Roger ecosystem
$ cat privacy_policy.md
# Roger Privacy Policy
// Effective: 2025-01-01
// Effective: 2025-01-01
## DATA_COLLECTION
// What we collect from founders
const collectedData = {
name: "string",
email: "string",
role: "founder|indie|engineer|designer|other",
cookies: "analytics_only"
};
// What we collect from founders
const collectedData = {
name: "string",
email: "string",
role: "founder|indie|engineer|designer|other",
cookies: "analytics_only"
};
## DATA_USAGE
// How we use your data
function processData(data) {
// Community access
// Product updates
// No spam, ever
}
// How we use your data
function processData(data) {
// Community access
// Product updates
// No spam, ever
}
## DATA_SHARING
// We don't share your data
const dataSharing = false;
// We don't share your data
const dataSharing = false;
## SECURITY
// Your data is protected
const security = {
encryption: true,
access: "restricted",
backup: true
};
// Your data is protected
const security = {
encryption: true,
access: "restricted",
backup: true
};
## CONTACT
// Questions about your data?
const contact = "thiago@sharingram.com";
// Questions about your data?
const contact = "thiago@sharingram.com";
// Built by founders, for founders. We respect your privacy.