Skip to content

Commit 1267350

Browse files
committed
Add build an automation intro guide
1 parent 0ef6a6a commit 1267350

6 files changed

Lines changed: 1310 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
import IntroTilePanel from '@site/src/components/IntroPagesFeatures/IntroTilePanel.js';
2+
import Rocket from '@site/docs/assets/introduction/SpotIllustration_Rocket.webp';
3+
import SnooToolboxClipboard from '@site/docs/assets/introduction/SnooToolboxClipboard.webp';
4+
5+
# Automations on Reddit
6+
7+
Build automations that respond to community activity and run inside subreddit installations without managing your own server.
8+
9+
Devvit is Reddit's developer platform for building interactive, cross-platform tools and apps that run natively on Reddit.
10+
11+
## Why build automations with Devvit?
12+
13+
Automations can help communities automate workflows, keep discussions organized, and respond to events as they happen.
14+
15+
- React to posts and comments with triggers
16+
- Store community-specific state with Redis
17+
- Let moderators configure behavior per subreddit
18+
19+
## Get started
20+
21+
<IntroTilePanel
22+
tiles={[
23+
{
24+
title: 'Quickstart',
25+
image: Rocket,
26+
background: 'linear-gradient(135deg, #b2f7ef 0%, #4be18a 100%)',
27+
textColor: '#003820',
28+
imageSide: 'left',
29+
textAlign: 'left',
30+
alt: 'Quickstart',
31+
},
32+
{
33+
title: 'Migration Guide',
34+
image: SnooToolboxClipboard,
35+
background: 'linear-gradient(135deg, #ffe066 0%, #ff7c53 100%)',
36+
textColor: '#5a2a00',
37+
imageSide: 'right',
38+
textAlign: 'left',
39+
alt: 'Migration Guide',
40+
},
41+
]}
42+
>
43+
[Quickstart](../quickstart/quickstart-automation.md)
44+
[Migration Guide](../guides/migrate/public-api.md)
45+
</IntroTilePanel>
46+
47+
<hr style={{ margin: '2.5rem 0', border: 'none', borderTop: '2px solid #eee' }} />
48+
49+
## Community
50+
51+
Have questions or want to share your automation? Join [r/devvit](https://www.reddit.com/r/devvit/) or our [Discord](https://developers.reddit.com/discord) to connect with other developers, get feedback, and show off your creations.

0 commit comments

Comments
 (0)