What is Dev-Insights?
Dev-Insights is a post-based app built with Reddit's Devvit library. It's purpose is to provide users better insight into comments and posts made by Developers, Content Creators, Community Figures and more so they are not lost and key information is readily available without the user needing to do extensive searching.
Comments can also get lost over time once the posts age past a couple of days and a dev comment may be extremely valuable for the community as a whole.

🔥 Key features
- Track comments and posts from any of
flair text, flair css class, post flair, and/or users. (You can match multiple options!)
- Separate tab feature - Create a third tab to organize posts with a specific post flair separately from other posts.
- Infinite history of comments and posts - No more 6 pin highlights limit!
- Backdate pinning items for users specified in the app config.
- Automatic updates for edits/deletions for posts and comments.
- Manually add any posts or comments to the App using mod-action button on the item.
- Supports
includes in flair text (both user and post flair), e.g. "dev" will match "Developer" in a flair. Matching is NOT case sensitive.
- Post flair matching supports both flair text and template ID.
- Bottom subtitle supports clickable markdown links to reddit, x.com, or twitter.com.
- Automatic light/dark theme.
- Moderators can remove comments and posts from the App at any time.
- Supports showing user flair in the App Post itself (beta*).
* Reddit does not support fetching a users exact flair and so it is based on a guess with their flair text. If you find the app is showing the wrong flair, please report it to me directly u/PlexversalHD.
Example r/Battlefield, uses for all game dev announcements

Comment view as Mod - all mods can remove content from the post if required

⬇️ How to install
- Click
+ Add to this community from the App page (if not already here)
- Select your subreddit
- Configure the Flair text, users and flair css classes to match in My Communities > Click your subreddit you just added it to > Dev Insights (Settings) > Configure at least one option here for it to work.
- Optional: If you specified any
users in the step above then you can use the fetch posts menu option: Navigate to your subreddit > click ••• > Fetch previous user content. (does not apply to flair)
- That's it!
⚠️ Warning!
If matching flair text (both user flair and post flair), ensure you are specific enough as to not match another generic flair. It will be included in any word/text. E.g. if you configure it to match dev it will match developer but also words like device, devious etc. The matches for users and css class are exact, but flair text uses includes matching for better flexibility.
🗒️ Things to note
- The app does not automatically get previous dev comments, BUT if you specified any
users in the app config from step 3 above, it will try fetch the last 30 comments/posts for that user and then populate the app if they were made in the subreddit.
- Matching config options are independent from each other, so if you put something in all 3 options then a user which matches any of the options will be a match. It will match in order of users, flair text and then flair css class. Post flair has an option to make it dependant on users, so this is the only dependant setting available.
- As mentioned before flair may be visually wrong in the app, this may happen if you have duplicate flair text or do not specify exact flair text, please report if you see issues.
🏆 Early supporters
Any sub that installed and used this app in 2025 will be classed as an early supporter. Thank you to the below Subreddits for their early feedback and install:
🖊️ Patch notes
v0.0.22
-
Performance Improvements:
- Implemented Redis caching for posts and comments with 1-minute refresh intervals.
- Significantly improved page load times by serving cached data instead of fetching from database on every request.
- Automatic cache invalidation ensures content stays fresh while maintaining fast performance.
-
Enhanced Developer Tools:
- Added new backend infrastructure for improved developer control and troubleshooting capabilities.
- Implemented additional automation features to streamline content management workflows.
- Enhanced error handling and logging for better diagnostics and issue resolution.
-
Framework Update:
- Updated to the latest Devvit version for improved performance, stability, and access to new platform features.
-
General performance improvements and code optimizations.
v0.0.21
- Added custom app icon for better branding and visual identity.
- Improved error handling across various features for better reliability.
- General bug fixes and performance improvements.
v0.0.20
- Bug fixes relating to separate posts tab loading and separation logic
- Fixed an issue with username displayed in app being incorrect when post flair changes.
- Other small bug fixes.
v0.0.19
v0.0.18
-
New Post Flair Matching Feature:
- Added
Match Post Flair Text or ID setting that allows matching posts by their post flair.
- Supports matching by flair text (using includes, not exact match) or flair template ID.
- Example: "News" will match posts with flair text containing "Official News", or you can use the exact flair ID like "12ff3a4-66a7ff77-44f4f".
- STRONGLY advised to use mod-only post flairs to prevent abuse.
- Note: Flair text matching uses
includes rather than exact matching for better flexibility. However, some matching issues may still occur if flair text is too generic. Be as specific as possible.
-
Enhanced Bottom Subtitle Setting:
- The
Bottom Subtitle setting now supports markdown links in addition to plain text.
- Can use format
[text](url) where text is max 30 characters and URL is max 1000 characters.
- Domain restrictions: Only
*.reddit.com, x.com, or twitter.com domains are allowed for security.
- Examples:
- Plain text:
Recent Announcements
- Markdown link:
[Visit Our Updates](https://reddit.com/r/example)
- Links will appear as clickable blue text in the app footer.
-
Improved Flair Color Matching:
- User flair color matching now uses
includes instead of exact matching for better accuracy.
- This improves the visual display of user flairs in the app, though some edge cases may still occur with duplicate or similar flair text.
-
Added setting to disable comments tab entirely for subreddits that only want to display posts.
-
Media handling improvements for text posts that contain embedded images.
v0.0.17
v0.0.16
- Minor bug fixes.
- Additional Reddit development compliance.
V0.0.15
- Implemented new settings based on user feedback:
- Added
Default Post Title setting for post title + Title can also be changed when creating a new post manually.
- Added
Posts Tab Button Name setting, default value is Announcements.
- Added
Comments Tab Button Name setting, default value is Official Replies.
- Added
Bottom Subtitle setting, default value is Recent Announcements.
- Fixed an issue with low quality preview images, it will now try and fetch the actual post image first, then fetch the lower quality thumbnail if main image not available. (It was the other way around previously).
- Fixed an issue with white background clipping on dark mode.
V0.0.14
- Based on user feedback it was apparent the App may not have properly explained it's purpose and so a whole new redesign has been implemented. Thanks to u/Xenc for the inspiration and tips! Below are the changes:
- Separated posts and comments into their own tabs.
- Button names/subtitles are more appropriate:
Posts > Announcements, Comments > Official Replies.
- Default title changed from
Community Figure Insights > Game Announcements.
- Removed text from Posts as it was too overwhelming, now only showing post titles.
- Scrolling to see more posts/comments is more uniform and shows a set amount of posts/comments per page depending on if user is on mobile/desktop.
- Color scheme is more uniform with darker/lighter accents only. (In the future, color scheme settings will be available in App settings to change this).
- Posts on Install will auto lock and a sticky comment provided to show the purpose of the App Post.
V0.0.13
- Added support for old reddit, showing the last 25 Official posts. Updates automatically.