Skip to main content
Version: Next

Build a blocks post

  1. Login to Devvit.
  2. Start a new project.
devvit new <my-project>
  1. Select the blocks-post template. (if you're familar with webviews, you can use webview-post)
  2. Navigate to your project directory.
cd <my-project>
  1. If you want to add some additional flair to the template code, edit the src/main.ts file and save your changes.

  2. Upload your project.

devvit upload
  1. Use playtest to check out your interactive post on a test subreddit that you moderate.
devvit playtest <your-test-subreddit-name>
  1. Go to your test subreddit to see your interactive post (you might need to hit refresh).

experience_post

When you're done iterating, you can publish your app and then make it public.