| Category | What it is | Why we need it | Where it lives | Retention |
|---|---|---|---|---|
| Mod rule input | The English sentence a moderator types into the "Compose rule" form | To translate it into a structured rule | Sent to OpenAI (api.openai.com) for compilation; the compiled JSON is stored in Devvit Redis | Indefinite (until the moderator deletes the rule) |
| Rule definitions | The compiled JSON rule | To evaluate posts and comments | Devvit Redis (Reddit-hosted, subreddit-scoped) | Indefinite (until deletion) |
| Audit entries | A log row per moderation action vibe-mod took | To let your mod team see what happened and undo it | Devvit Redis | 30 days, then auto-deleted |
| Rollback tokens | A serialized reversal blob per action | To support the "Undo" menu action | Devvit Redis with 30-day TTL | 30 days |
| Author cache | A short cache of an author's account age and karma | To avoid a Reddit API roundtrip on every event | Devvit Redis | 1 hour |
| Compile rate counters | A daily counter of how many rule compiles a sub has used | To enforce the per-day rate limit | Devvit Redis | 1 day |
gpt-5.4-nano model by default (and offer gpt-5.4-mini or older fallbacks as configurable). Subject to OpenAI's API data usage policies. OpenAI states API data is not used to train their models by default.No other third parties receive data from vibe-mod.
Every moderation action vibe-mod takes appears in the standard Reddit moderation log with the prefix vibe-mod: . End users see the same removal reasons and modmail messages they would see for any other moderator action. vibe-mod does not contact end users directly outside of these standard moderation channels.
rules:active immediately.vibe-mod is a tool for subreddit moderators, who must be at the age of majority in their jurisdiction to use Reddit's developer features. vibe-mod is not directed at children under 13.
vibe-mod stores data wherever Reddit's Devvit infrastructure stores it. We do not control the region of Devvit's data centers.
This policy may be updated. The effective date above reflects the most recent version. Material changes will be announced in the app's update notes.
Open an issue on the GitHub repository linked from developers.reddit.com/apps/vibe-mod, or message r/vibe_mod on Reddit.
vibe-mod for Reddit Mod Tools and Migrated Apps Hackathon · gallery