Appearance
Legal & policies
Imaginook's binding legal documents are served by the app itself — they are version-stamped in config/legal.php and users are prompted to re-accept when a version changes.
| Document | Path |
|---|---|
| Terms of Service | /terms |
| Privacy Policy | /privacy |
| Acceptable Use Policy (AUP) | /aup |
| DMCA takedown intake + designated agent | /dmca |
On the hosted instance these live at https://imaginook.app/terms (etc.); on a self-hosted instance, at your own console origin.
Age gate
Signup enforces a geo-aware minimum-age floor, collected as a real date of birth: 13 by default (US / COPPA), 16 in EU jurisdictions (GDPR child-consent). Detection is best-effort from the request country; when unknown, the default applies.
Related
- Moderation policy — how content is reviewed and enforced.
- Privacy & data rights — the model behind exports and deletion.
- CSAM detection & handling — the mandatory-reporting workflow.