The short version is that the Epic Games Store does not care who, or what, wrote your code. AI-built or hand-written, a "vibe-coded" app can be submitted as long as it meets Epic's requirements: a developer account, the submission fee, the content guidelines, and the technical and age-rating checks. What being vibe-coded changes is not eligibility but risk, because AI-generated apps tend to ship insecure defaults that Epic's review, and on iOS Apple's notarization, can surface. Here is what the store requires and what to clean up first.
Short answer
Yes, you can submit a vibe-coded app to the Epic Games Store; being AI-generated does not disqualify it. You register a developer account on the Epic Games Store publishing portal, provide your company and tax or payout details, pay the recoupable submission fee, and your product goes through Epic's content guidelines and technical review. The store covers games and is expanding to non-gaming apps, and it runs on PC, Mac, and Android worldwide, with iOS supported in the European Union. So eligibility is about meeting Epic's requirements, not about whether AI wrote the code, though the AI origin makes a security review before submission worthwhile.
What you should know
- AI origin is not a barrier: Epic does not reject an app for being vibe-coded.
- You need a developer account: with company and tax or payout information.
- There is a submission fee: a recoupable fee applies per product.
- Content and tech review apply: the app must meet Epic's guidelines and checks.
- Platform reach varies: PC, Mac, and Android worldwide; iOS in the EU.
Does Epic care that your app is AI-built?
No. The Epic Games Store evaluates the product against its guidelines and technical requirements, not the method used to write it, so an app generated by an AI builder is judged the same as one coded by hand. What matters is that the app functions correctly, meets the content rules, has an appropriate age rating, and satisfies the technical checks for the platforms you target. So "vibe-coded" is not a category Epic screens for; it screens for whether the app is acceptable and works. The practical implication is that you should not worry about disclosing an AI origin, but you should make sure the app actually meets the bar, which AI-generated apps do not always clear without revision.
What does the Epic Games Store actually require?
A set of account, commercial, and quality requirements. The table summarizes them.
| Requirement | Detail |
|---|---|
| Developer account | Registered on Epic's publishing portal with company info |
| Tax and payout details | Business, tax, and payout information on file |
| Submission fee | A recoupable fee per product |
| Content guidelines | The app must comply with Epic's content rules |
| Age rating | An appropriate rating for the content |
| Platform availability | PC, Mac, Android worldwide; iOS in the EU |
Meeting these is the path to listing, whether the app is a game or, increasingly, a non-gaming app, since Epic has been opening the store to a wider range of software. On iOS in the EU, distributing through Epic also involves Apple's notarization for apps delivered outside the App Store, which is an automated security and signing check on top of Epic's own review.
What do vibe-coded apps need to watch before submitting?
The same insecure defaults that AI builders tend to produce. Generated apps commonly store data in plain storage, hardcode keys, leave over-permissive backend access, or ship a weak network configuration, and while none of those is unique to Epic, they are real problems that a technical review or a security-conscious user can find. On iOS in the EU, notarization adds an automated check the app must pass, and Epic's technical requirements expect a functioning, non-malicious app. So before submitting, treat the generated code as a draft to harden: move secrets off the device, enforce access on the server, and use encrypted storage. The submission will go more smoothly when the app is not carrying the default weaknesses AI output often includes.
What to watch out for
The first trap is assuming a vibe-coded app is submission-ready because it runs, when AI-generated apps frequently ship insecure defaults that work fine until they are examined. The second is overlooking the platform split, since iOS support is EU-only and involves Apple's notarization, unlike Android worldwide. The third is skipping the content and age-rating requirements that apply regardless of how the app was built. A pre-submission scan such as PTKD.com (https://ptkd.com) reads the compiled APK, AAB, or IPA against OWASP MASVS and flags insecure storage, cleartext traffic, and hardcoded secrets, so you can clean up the AI-generated weaknesses before you submit to Epic or send an iOS build through notarization.
What to take away
- You can submit a vibe-coded app to the Epic Games Store; being AI-built does not disqualify it.
- You need a developer account with tax and payout details, the recoupable submission fee, and compliance with Epic's content guidelines, technical checks, and age rating.
- The store runs on PC, Mac, and Android worldwide, with iOS in the EU, where Apple's notarization also applies.
- Harden the AI-generated defaults first, and use a pre-submission scan such as PTKD.com to find insecure storage, cleartext traffic, and hardcoded secrets before you submit.




