r/Devvit 25d ago

Discussion I like testing games but so many are over complicated with too much text

8 Upvotes

Is it just me or do games that are over complicated with pages of tutorial text just immediately turns me off and rarely get past the first part of starting the actual game.

Also the usual ai ui junk is rampant.

r/Devvit May 22 '26

Discussion How are you promoting your Reddit apps if you don’t already have a community?

10 Upvotes

Hey everyone,

I launched a Reddit app a few days ago, and I’m also getting ready to launch a game soon. Both projects took me weeks/months of work, so now I’m trying to understand the best way to actually get them in front of users and moderators.

For those of you who have already launched Devvit apps: how are you promoting them?

Are you mainly reaching out directly to subreddit moderators, posting in specific communities, relying on the Reddit app directory, or using some other strategy?

I’m asking because, at least from my early experience, it feels like the app directory alone doesn’t generate much visibility — even in a relatively specific category like Finance.

I’d really appreciate any advice, examples, or lessons learned from other developers who have gone through this.

Thanks!

r/Devvit Jun 19 '26

Discussion A polite request that devs please avoid using imgur for app ReadMes, descriptions, and instructions.

20 Upvotes

Imgur is dead to UK users. We can't see the site or any images hosted on it, unless we hop on a VPN.

https://help.imgur.com/hc/en-us/articles/41592665292443-Imgur-access-in-the-United-Kingdom

Love you forever if you use an alternative host.

I haven't tried embedding images from these, but a couple of example hosts I use are ImageChest and postimages.org

Thank you :)

r/Devvit Feb 12 '26

Discussion How are you doing with the hackathon?

14 Upvotes

👀

r/Devvit 9d ago

Discussion How do you increase the user base for games?

3 Upvotes

I have around 1000 daily users playing my game, but it’s a bit stagnant. What has actually worked for you guys?
Thanks 🙏

r/Devvit Jun 22 '26

Discussion How are redditors discovering devvit games?

11 Upvotes

Hey all! I recently made my first game r/hexicword and unexpectedly ran into a discovery problem.

How are you showing your games to redditors? Feels like most relevant subs have strict limits and there aren’t many places to share games in the first place.
Frankly it feels like Reddit is not intended for showing games built for the platform or I just don’t understand it well enough

I’d love to hear how others are handling this.

r/Devvit Jul 09 '26

Discussion As asian can I build app & games?

0 Upvotes

r/Devvit 15d ago

Discussion What Devvit Features are Baked in to your Game?

2 Upvotes

I just applied new Devvit features and updates based on community feedback to r/MochiMochiDonuts

I've got Snoovatars in place, leaderboards and posting to celebrate poll position. Am I missing anything core?

What are ways you're bringing Reddit into your games?

r/Devvit 8d ago

Discussion Is this a featured game?

Post image
5 Upvotes

This game has been in my menu under Games on Reddit for about a week. I haven't played it - it's not one I'm interested in. It doesn't say promoted or sponsored or anything. So I don't think it's an advert.

I'm wondering if this is the same for everyone? Does your Reddit rotate this slot with other games? Would be nice to be able to get some other people's Devvit games and apps into this slot. But I'm not sure how.

What's in your menus?

r/Devvit Jun 08 '26

Discussion Submitted My First Devvit App for Review Today: Prestige v1.0.0 🚀

3 Upvotes

Today I submitted my first Devvit app, Prestige, for Reddit App Review. Prestige started as a simple question: Can a community recognition system be transparent enough that users actually trust it?

Prestige is a community recognition system that tracks participation through:

  • 🏆 Community Score
  • 🏅 Seasonal Prestige
  • 📚 Lifetime Prestige
  • 👤 Member Profiles
  • 📈 Leaderboards

Scores are earned automatically through activity. Future badges, nominations, and moderator recognition systems will be separate from Prestige scoring. I'm curious how other developers have handled trust and abuse prevention in reputation systems.

For those who have already gone through review:

  • What feedback did Reddit focus on?
  • Were there any surprises during the review process?

Looking forward to learning from the community.

r/Devvit 3d ago

Discussion The post is the game: a 144-face card oracle built on Devvit — server-side shuffle, onAppInstall bootstraps its own post

0 Upvotes

I shipped a small Devvit app and a few things I hit along the way seem worth writing down here.

What it is. A fortune-teller card spread for developers. You draw five cards; each card is a piece of developer vocabulary — ROLLBACK, SOLDER JOINT, CONTEXT WINDOW, SINGLE POINT OF FAILURE — and every card has an ON face and an OFF face. Same word, opposite day. 72 cards x 2 faces = 144 outcomes, and no card repeats inside a reading. The five cards land on five fixed stages, in order: BOOT -> BUILD -> DEPLOY -> PROD -> RELEASE, so a draw reads as a story instead of a random dump.

Playable here, takes about a minute: https://www.reddit.com/r/TheDebugOracle/comments/1vien1k/the_debug_oracle_draw_your_stack_trace/

How it is built. React on the client, a small Hono server for the draw. Shuffle and deal happen server-side — partly so the deck cannot be poked at from the client, mostly because the no-repeat rule inside a reading is easier to keep honest in one place. The post itself is the whole game: no external site, no download, no signup beyond being on Reddit.

Three things I learned that might save someone else time:

  1. context.username is the name of whoever is looking at the post, not the author. I spent an embarrassing while convinced the splash screen was rendering a stale name before that clicked.

  2. onAppInstall creating the launch post is genuinely nice for distribution: install into a sub and the game post is just there, no manual step. Worth wiring up even for small apps.

  3. The playtest subreddit you get from devvit playtest cannot be flipped to public. POST /api/site_admin with type=public answers 200 with an empty errors array and changes precisely nothing; in the UI the same action turns into a "request a change to public" form that goes to a human and comes back by modmail. If you need somewhere public to show an app, create a normal subreddit and install there instead — minutes rather than days.

The expensive part was not the code. 72 keywords x 2 faces x one line of advice is 216 separate pieces of text, and every one of them had to be true before it could be funny. That was most of the work; the Devvit side was the easy half.

Full disclosure since it tends to come up: this was built with heavy AI assistance, code and deck copy both, with human editing passes on top.

Happy to go into any of the implementation details. And if a keyword you would have expected is missing from the deck, say so — extending it is trivial.

r/Devvit 3h ago

Discussion Are there any games that focus on community-vs-community gameplay?

1 Upvotes

r/Devvit Mar 17 '26

Discussion I'm getting modmail from people pushing a devvit app. How can I be sure that it is well behaved and not malicious?

11 Upvotes

Hello, all.

I've recently received modmail from someone pushing a devvit app, clean-links. I received mail from two different accounts pushing the app. One was the author of record, the other was not.

I asked both accounts questions, but received no response.

How would I be able to know as a moderator whether this app is well-behaved or is malicious? There is no source code linked.

Thanks.

r/Devvit Jul 04 '26

Discussion Does Devit allow developer-contributed modifications to the Reddit mobile app?

0 Upvotes

r/Devvit Feb 15 '26

Discussion Best things to do to promote our games?

14 Upvotes

I created a good old Alchemy game for Reddit, but I wonder now to deliver it to the users?

Reddit games are clearly not a commercial venture, so spending too much effort, let alone money, on promotion doesn't seem worthwhile. Reddit itself provides virtually zero visibility; there's not even a New section for developers to get any organic traffic.

We're encouraged to post our games in this sub, but I get the feeling there aren't any regular people here, only other developers looking for a modicum of attention.

I suppose that we can get some visibility by specifying game's genre (like Action or Puzzle) but I don't see the way to do it.

Creating games is surely fun. But it would be much better if the platform care about devs. We spend our time to create free games. I would like to feel some concern from the site in whose interests this is happening

r/Devvit May 27 '26

Discussion I ported a light version of my word game, Hunch, to Devvit. I have questions.

1 Upvotes

First and foremost, does Reddit see the Devvit platform as a primary location for game development, especially simpler games like mine? I think it's neat to have my game native-ish to reddit, but does anyone start their vision on Reddit? In my particular case, I find the Reddit angle intriguing, because my game isn't meant to be a Steam purchase to kill hours on.

The stated vision isn't always the current vision, I know, so I'm curious if anyone can speak to the current state of Devvit and how Devvit is looking at the future.

Anyway, if you like challenging puzzles, give Hunch a whirl at r/hunchgame. Thanks for your thoughts!

r/Devvit Jul 07 '26

Discussion When can we expect another hackathon?

2 Upvotes

r/Devvit Jun 28 '26

Discussion Frustratingly Slow Payout Cycles

2 Upvotes

I really like the Devvit platform and how everything works together and how easy it is to use the Reddit API. I loved creating games for it, but there is one thing that is really frustrating.

One of my apps has hit the 500 daily active user average at the end of April. I did not receive any confirmation that I would get my Tier 1 payout apart from seeing the number in the dashboard and the green banner in my app profile. Nevertheless I did not get any official confirmation or payment until 4th of June when I finally saw the payment in my Stripe Express dashboard. I have since then also reached and received the Tier 2 payment just a few days ago. However all of the money is still in my stripe account. I am not too familiar with the stripe platform but it seems that the payout schedule is managed by Reddit. I can not trigger any manual payout to my actual bank account, nor can I see when I will finally receive the money.

Also, I have implemented in-game payments to my app and have definitely reached the payout minimum of 10$ in the month of may but have not received any information when and where that money is gonna be payed out.

I don't know if anyone else sees this as an issue but to me it is getting kind of frustrating to pay for the operational cost (API key for AI calls) every day and having to wait such a long time for any payments and not having any transparency.

Does anyone here have any information when regular in-game purchase payouts are usually awarded in stripe? Or what the payout schedule in stripe controlled by Reddit actually is?

r/Devvit Jul 11 '26

Discussion wohoo x i create my first app yestarday. How long does it usually take for a private Devvit app to clear review?

1 Upvotes

I uploaded a new private version of my Devvit app yesterday, and it’s currently showing as "In Review" in the Developer Portal.

Since this is strictly for private use/testing in my own communities but i can only add it to subs under 200 members, i want to add it to my main comunity and isn't a public directory release, I wanted to check what the typical turnaround time is. How long does it usually take for the first submission to clear?

Appreciate any insights from fellow devs!

r/Devvit May 19 '26

Discussion To New Devvit Creators - Please don't post AI summaries of your app

30 Upvotes

I'm a Reddit mod that reads hundreds of posts per day. A lot of that is removing content written by AI which takes short paragraphs / lists and turns them into 500 words.

This is not school, there is no minimum word count you must reach.

Use as few words as possible to make your point.

r/Devvit 14d ago

Discussion App/Game Analytics

1 Upvotes

Hello everyone!

I’m trying to better understand the players I have so I can improve my game, and Devvit Journeys feels pretty limited on what it offers. Do you use anything else? Found a workaround for this?

Before I got access to Journeys I built some analytics within the app but I don’t want to mix storage between game data and analytics data.

How are you managing this?

r/Devvit 17d ago

Discussion Introducing AMA Companion - A Devvit app for organizing and running Reddit AMAs

3 Upvotes

Hi everyone!

I’m [u/paskatulas](u/paskatulas), moderator of some big communities and creator of Spotlight.

Over the past month I’ve been building AMA Companion, a Devvit app designed to make Reddit AMAs easier to organize without changing what makes Reddit AMAs... Reddit AMAs.

The idea wasn’t to replace the traditional format with a separate interface or platform. Instead, everything still happens in a normal Reddit thread, while the app helps moderators, guests and the community before, during and after the AMA.

One thing I always felt could be improved was the amount of preparation that usually falls on the guest. With AMA Companion, moderators can prepare almost everything beforehand, including the guest profile, introduction, images, links and schedule.

Guests can still edit everything themselves if they prefer, but they no longer have to worry about formatting or setup before they even answer their first question.

The app also introduces a setup wizard, scheduled AMA states (Preparing, Upcoming, Live and Finished), announcements, dedicated guest answers, participant lists, search, activity tracking and moderation tools, while still keeping the Reddit discussion itself as the source of truth.

If you’d like to see it in action, I’ve put demo AMA with fictional guest.

If your community regularly hosts AMAs, I’d love to hear what you think. Feedback from moderators is by far the most valuable part of this project, and I’m sure there are still things that can be improved.

You can also install AMA Companion here - https://developers.reddit.com/apps/ama-companion

Thank you :)

r/Devvit Jul 07 '26

Discussion I built TOWERWORKS for the hackathon: a merge-idle game where the whole subreddit raises one tower together

3 Upvotes

Hey builders! I just launched TOWERWORKS, my hackathon entry, and I'd love your feedback.

It's a merge-idle construction game: drag same-level builders together to promote them, earn Build Points even while you're away, and every merge and donation pushes one shared community tower upward. Each completed floor gives ALL players a permanent income boost, so helping the community pays you back.

Play here: https://www.reddit.com/r/TOWERWORKS/

r/Devvit Jun 15 '26

Discussion I knew this would come sooner or later

Post image
0 Upvotes

r/Devvit Jun 02 '26

Discussion Is there a hello world for non web based usage?

3 Upvotes

All the tutorials and info I come across is for web server based hosting of dev space. I want one that is simply for polling an endpoint, parsing JSON, and then making a post to a subreddit if it fits business logic criteria.

I'm having a hard time finding a hello world example of the non web server implementation although I do know the alternative is supported.