Add Community Tool intro guide - #143
Open
lilspazmin wants to merge 2 commits into
Open
Conversation
Xenc5
approved these changes
Jul 1, 2026
lilspazmin
force-pushed
the
build-a-reddit-bot
branch
from
July 7, 2026 16:27
188e15b to
1267350
Compare
Contributor
|
LGTM 🚀 |
galactic-magpie
approved these changes
Jul 10, 2026
lilspazmin
force-pushed
the
build-a-reddit-bot
branch
2 times, most recently
from
July 13, 2026 17:46
3f568d3 to
25ded4d
Compare
pl00h
approved these changes
Aug 3, 2026
pl00h
left a comment
Contributor
There was a problem hiding this comment.
Left a few small comments but otherwise looks good
| import Rocket from '@site/docs/assets/introduction/SpotIllustration_Rocket.webp'; | ||
| import SnooToolboxClipboard from '@site/docs/assets/introduction/SnooToolboxClipboard.webp'; | ||
|
|
||
| # Reddit Bots on Reddit |
Contributor
There was a problem hiding this comment.
Maybe @stacy-qqq can take a pass on this framing
|
|
||
| Build community tools that respond to community activity and run inside subreddit installations without managing your own server. | ||
|
|
||
| Devvit is Reddit's developer platform for building interactive, cross-platform tools and apps that run natively on Reddit. |
| @@ -0,0 +1,585 @@ | |||
| # Community tool quickstart | |||
|
|
|||
| Devvit allows you to build community tools that run inside a subreddit installation without managing your own server. This guide walks through a keyword vote tally community tool that keeps one sticky tally comment updated on each post. | |||
Contributor
There was a problem hiding this comment.
This first sentence is nearly the same at the one at the beginning. Maybe "Community tools are a broad category of app that are built to increase engagement, organize community management, or otherwise support day-to-day subreddit operations. This guide..."
lilspazmin
force-pushed
the
build-a-reddit-bot
branch
from
August 3, 2026 16:39
25ded4d to
5e09505
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💸 TL;DR
This adds a Build an Automation guide to the docs. This is similar to the mod tool guide but more centered around building an utility instead of a moderation centered tool.
📜 Details
Design Doc
Jira
🧪 Testing Steps / Validation
✅ Checks