Guest User

Untitled

a guest
Jun 4th, 2026
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. Title: Build Apps for Your Portal with AI
  2.  
  3. It started the way a lot of things at Meta start: someone had a Portal on their desk and an idea. They opened an AI coding tool, described a home automation dashboard in plain language, and had it running on the device in one session. Then a podcast player, ported from an open-source app with zero manual code changes. Then a to-do app with touch input. Three apps in an afternoon.
  4.  
  5. We recently shipped [AI-powered developer tools for Meta Quest](https://developers.meta.com/horizon/blog/build-faster-and-earn-more-agentic-tooling-for-vr) that let you go from idea to running app in hours. Those same tools now work on Portal. Today, we're opening it up to all developers.
  6.  
  7. ### \*What we built in an afternoon\*
  8.  
  9. _Now any developer can use familiar AI tools to build or port apps for Portal, like a checkers game or a to-do list, with a single prompt._
  10.  
  11. Using the same AI coding workflow, we described apps in natural language and had them running on Portal minutes later. Here's what came together:
  12.  
  13. \*A to-do app, built from scratch.\*We described a task manager with touch input and had it running on Portal in one session. The AI agent handled the UI, local storage, and even debugged a rendering issue on its own.
  14.  
  15. \*A podcast player, ported from an existing app.\*We took an open-source podcast app, and asked the AI to adapt it for Portal's screen size. No manual code changes. It was playing audio through Portal's speaker within minutes.
  16.  
  17. \*A home automation dashboard, built from a personal project.\* We described an at-a-glance view of a connected home and had it running on Portal in one session. The AI agent designed the UI, connected to the smart-home APIs, and populated it with live data.
  18.  
  19. Each of these took less than a day to build.
  20.  
  21. This is the same workflow we shipped for Quest at the [2026 Game Developers Conference ](https://developers.meta.com/resources/videos/Accelerating-Quest-Development-with-Agentic-Workflows/) (GDC). The point isn't Portal specifically. It's that the AI tools are hardware-agnostic. If you can describe it, you can build it, on many devices you already have at home.
  22.  
  23. ### \*Get started\*
  24.  
  25. 1. On your Portal, enable ADB (\*Settings > Debug > ADB Enabled)\*
  26. 2. Open the[Portal sample app ](https://github.com/meta-quest/portal-samples) in your preferred AI coding tool
  27. 3. Describe what you want to build in natural language
  28. 4. Deploy the app via adb install
  29.  
  30. ### \*What else could you build?\*
  31.  
  32. Portal's form factor opens up categories that might be awkward on phones or laptops:
  33.  
  34. \* Smart home controllers with a touchscreen you don't have to unlock
  35. \* Family message boards and shared to-do lists
  36. \* Digital art displays with voice control
  37. \* Ambient information radiators for your home office
  38.  
  39. We want to see what you build. Share your projects in the [What I’m Building ](https://communityforums.atmeta.com/category/horizon-developer-forum/discussions/What_I_am_Building) forum, and we may feature them in a future post.
  40.  
  41. ### \*Resources\*
  42.  
  43. \* Portal Information - Portal's [development documentation](https://developers.meta.com/horizon/documentation/android-apps/portal-development/) covers what's supported, including important information about potential impacts on device functionality and account security — check it before you start.
  44. \* AI Tooling - the Portal capabilities are included in our existing CLI/MCP tool. For more information, see our [developer documentation](https://developers.meta.com/horizon/documentation/android-apps/ts-mqdh-mcp/)_._
Advertisement
Add Comment
Please, Sign In to add comment