Foundry is an AI-native platform for creating micro apps on demand.
Instead of searching endlessly for a tool that almost fits, users describe what they need in plain language and Foundry turns that request into a usable app inside a single product shell. The result is a system where custom software can be made, edited, deployed, and used in minutes.
Built as an iOS-first product, Foundry combines a native Swift shell with a live mobile web runtime so that newly created apps can be launched immediately without waiting for app store release cycles. For the live demo, the same product experience is also available as a mobile-focused web app.
Foundry lets users:
- create a new app from a prompt
- save polished apps from the store into their own workspace
- edit apps with follow-up instructions
- manage personal app collections in one account
- launch hosted apps instantly from the same shell
The current hosted runtime supports real backend-driven utilities, not just form mockups. That includes:
- image to PDF
- image editing and conversion
- text to PDF
- QR generation
- CSV and JSON conversion
- persistent trackers with saved state
The product is designed for exactly the kinds of small, focused tools people repeatedly wish existed:
- personal finance helpers
- creative print tools
- event utilities
- internal one-purpose workflows
- niche productivity utilities
There is a massive gap between “I need a tiny tool for this” and “I’m going to build and ship software for it.”
Most existing software is either:
- too large
- too generic
- too slow to customize
- too expensive to justify for a small use case
Foundry closes that gap. It turns software creation into a direct user action, not a multi-week product cycle.
Foundry is organized into five simple product surfaces:
-
CreateWrite what you want. Foundry plans the app, generates it, deploys it, and tracks build progress. -
AppsYour personal collection. This tab only shows apps you created or explicitly added for yourself. -
GuideA clear explanation of what Foundry is, how it works, and how to get the best results from it. -
StoreA curated library of polished micro apps that users can open immediately or add into their own workspace. -
ProfileAccount identity, session state, and app ownership.
Spend Hours reframes purchases in terms of time instead of price.
Users can set compensation by:
- year
- month
- hour
And then choose whether they want to calculate cost using:
- working hours
- life hours
The result is a much more human way to evaluate spending. Instead of just seeing a number, users see what a purchase means in terms of actual time.
Polaroid Print turns photos into print-ready instant-film style outputs.
It supports:
- single-photo preview mode
- multiple-photo batch mode
- realistic polaroid framing
- styled image treatment
- A4 print sheet generation
- export to PDF for real printing
This app demonstrates the kind of focused, high-utility creative workflow that Foundry is designed to make possible on demand.
Foundry is connected directly to Codex for live app creation and evolution.
When a user submits a prompt:
- Foundry sends the request to its backend orchestration layer.
- Codex evaluates the request and plans the app structure.
- Codex generates the app logic, UX structure, and deployment-ready artifact.
- Foundry deploys the result automatically.
- The new app appears back inside the user’s workspace.
The same flow also powers prompt-based updates. Users do not just generate apps once; they continue shaping them by describing changes in plain language.
In other words, Codex is not just assisting development behind the scenes. It is part of the runtime product experience.
Foundry is built as a hybrid platform:
SwiftUInative shell for the iOS appSupabasefor authentication and platform dataRenderbackend API for generation jobs, generated app storage, and hosted micro-app runtime pagesEmergentorVercelfrontend hosting for the web shellCodexas the generation and build agent
This architecture gives Foundry the best of both worlds:
- native product experience for the platform shell
- immediate deployment for generated apps
- a shared account system across every micro app
- continuous prompt-driven iteration
The primary product is the iOS application.
For live judging and easy access, the same application shell has been reproduced as a mobile-focused web app:
https://pocket-founder.vercel.app
Open it on a phone-sized screen for the intended experience.
codex_hack/The SwiftUI iOS applicationweb/The mobile-focused frontend shell, deployable independently on Emergent or Vercelbackend/The standalone API for app creation, generation state, generated app retrieval, hosted utility app execution, uploads, and backend file processing
Deployment is intentionally straightforward and split by surface:
- iOS shell via Xcode / TestFlight flow
- mobile web shell via Emergent or Vercel
- backend via a Node host such as Render or Railway
- auth and data via Supabase
Environment configuration can be handled in the respective platform env files and Xcode build settings.
See DEPLOYMENT.md for the current split-host setup and required environment variables.
Foundry is a step toward software that is created at the moment of need.
Not every problem needs a full startup, a full SaaS product, or a full engineering cycle.
Sometimes someone just needs the right app, right now.
Foundry is built for that moment.