Terms of Service
Last updated: May 2, 2026
Welcome to Inventor. These Terms of Service (“Terms”) govern your access to and use of the Inventor platform, website, and services (collectively, the “Service”) operated by Inventor Inc., a Delaware C Corporation (“Inventor”, “we”, “us”, or “our”). By accessing or using the Service, you agree to be bound by these Terms. If you do not agree, do not use the Service.
1. Definitions
- “Service” means the Inventor platform, including the web application, AI code generation, live preview, and App Store / Google Play submission features.
- “User” or “you” means any individual who accesses or uses the Service.
- “Generated Code” means the React Native source code and project files produced by the Service’s AI in response to your prompts.
- “Content” means any data, text, files, images, or other materials you upload, submit, or create through the Service.
- “Subscription” means a paid plan that provides a recurring monthly or annual usage budget.
- “Usage” means the dollar amount deducted from your balance when the Service generates or modifies code on your behalf, calculated as the underlying API cost multiplied by a fixed markup.
2. Account Registration
To use certain features of the Service, you must create an account using an email address and password or through Google OAuth sign-in. You must be at least 18 years old to create an account. You are responsible for maintaining the confidentiality of your account credentials and for all activity that occurs under your account.
You may also use the Service without creating an account, but these sessions are not persisted and all data will be lost when you leave the page.
3. Service Description
Inventor is an AI-powered mobile app builder. You describe an app, paste the URL of an existing website, upload a folder of source code, or import a GitHub repository, and the Service uses AI to generate a production-ready React Native (Expo) project. The Service provides:
- AI-powered code generation using large language models
- Permanent live preview via Expo Update and an in-browser iOS / Android simulator, plus a QR code that opens your app in the Inventor Preview companion on your physical device
- Project management, conversation history, version snapshots, and revert
- A guided submission flow that builds a release binary and uploads it to the App Store or Google Play under your own developer accounts, then tracks the review state
- Optional export of your generated source code to a GitHub repository
4. Subscriptions and Billing
The Service offers a Free plan and a Pro plan available at six volume levels. Paid subscriptions are billed monthly or annually through Stripe. By subscribing to a paid plan, you authorize us to charge your payment method on a recurring basis until you cancel.
- Free — $10 of usage, granted once per account, lifetime (not monthly).
- Pro — $50, $100, $200, $400, $800, or $1,600 of usage per month. Plan price equals included usage budget. Every Pro level includes every feature.
Annual billing is available at a 20% discount and grants the full year’s usage budget upfront. You may upgrade, downgrade, or cancel your subscription at any time through the billing portal. Cancellations take effect at the end of the current billing period. We do not offer refunds for partial billing periods.
App Store and Google Play submission, native binary builds on EAS Build, source-code export, and every other feature are universal — available on every plan including Free — and do not deduct from your usage balance.
5. Usage
Each AI generation deducts a dollar amount from your balance based on the underlying API cost multiplied by a fixed markup. Once a generation begins with a positive balance, it always completes — we absorb any overrun. Unused subscription usage rolls over for one billing cycle. The Free plan’s $10 grant is one-time per account and does not renew. Balances have no cash value and are non-transferable.
6. AI-Generated Code Ownership
You own the code generated by the Service. Inventor claims no ownership rights over the Generated Code produced in response to your prompts. You are free to use, modify, distribute, and commercialize your Generated Code without restriction.
However, Generated Code is provided on an “as is” basis without any warranty of correctness, completeness, security, or fitness for a particular purpose. AI-generated code may contain bugs, security vulnerabilities, or other issues. You are solely responsible for reviewing, testing, and validating all Generated Code before publishing it to app stores or using it in production.
Generated Code may incorporate open-source libraries and frameworks (such as Expo, React Native, and related packages) that are subject to their own licenses. You are responsible for complying with the applicable open-source licenses.
If you use the URL-conversion mode, you are responsible for ensuring that you have the right to adapt the website you provide. Do not use the Service to clone websites, brands, or content you do not own or have permission to adapt.
7. Your Content
You retain all ownership rights to the Content you provide to the Service, including prompts, uploaded files, images, project data, and any developer-account credentials you upload for publishing. By using the Service, you grant us a limited, non-exclusive license to process your Content solely for the purpose of providing and improving the Service. We do not sell your Content to third parties.
8. Intellectual Property
The Inventor platform, including its user interface, design, branding, and underlying source code, is the intellectual property of Inventor and is protected by applicable intellectual property laws. These Terms do not grant you any rights to use the Inventor brand, logo, or trademarks.
9. Third-Party Services
The Service relies on third-party providers to deliver its functionality. By using the Service, you acknowledge that your data may be processed by:
- Anthropic (Claude) — Your prompts and project context are sent to Anthropic’s Claude API for AI code generation.
- E2B — Your project files are processed in disposable E2B sandboxes for code generation, build, and submit operations.
- Expo (EAS)— Each version of your app is published to Expo Update for preview. When you submit your app, Expo Build compiles the binary and Expo Submit uploads it to the App Store or Google Play. Server-side API routes deploy to Cloudflare Workers via Expo’s EAS Hosting. Your user-provided API keys are stored as sensitive environment variables on your project’s Expo project.
- Cloudflare — Hosts the Worker runtime that executes your app’s server-side API routes (when present).
- Apple (App Store Connect) — Your app metadata, screenshots, and binary are submitted to Apple under your own Apple Developer account using the credentials you upload.
- Google (Google Play) — Your app metadata, screenshots, and binary are submitted to Google under your own Google Play Console account using the service-account JSON you upload.
- Appetize.io — Provides the in-browser iOS and Android simulator. The simulator boots the Inventor Preview companion, which loads your app from its published EAS Update; we do not transmit your prompts, source files, account information, or credentials to Appetize.
- GitHub — Used for the optional source-code export and the optional repository import flow.
- Supabase — Provides authentication, database, and file storage.
- Vercel — Hosts the Inventor web application and runs the scheduled jobs that drive App Store and Google Play submission state.
- Stripe — Payment processing. Your payment information is handled directly by Stripe and never stored on our servers.
Each third-party service is governed by its own terms of service and privacy policy, which we encourage you to review.
10. Credentials and Configuration
The Service handles two distinct kinds of credentials:
- Developer-account credentials for publishing. If you submit your app to the App Store or Google Play, you upload either an Apple App Store Connect API key (the
.p8file plus team, key, and issuer IDs) or a Google Play service-account JSON file. These are encrypted at rest with AES-256-GCM and decrypted only inside short-lived sandboxes when needed to call Apple or Google on your behalf. They are never returned to the browser. - API keys used inside your app.Keys for services your generated app calls (such as OpenAI, Stripe, or Supabase) are stored on your project’s Expo (EAS) project as sensitive environment variables. Their values are not stored in Inventor’s database. Keys whose names begin with
EXPO_PUBLIC_are intentionally inlined into your app’s client bundle (where they are visible to anyone with the app), as is standard with Expo. Keys without that prefix are treated as server-only and are accessible only to your server-side API routes.
You are responsible for keeping your developer-account credentials and your in-app API keys secure, for revoking them if they are compromised, and for ensuring they have appropriate scope and restrictions.
11. Prohibited Uses
You agree not to use the Service to:
- Generate apps that are illegal, harmful, or violate the rights of others
- Create malware, spyware, or apps designed to deceive users
- Infringe on intellectual property rights of third parties, including by cloning websites, brands, or content you do not own or have permission to adapt
- Abuse, overload, or interfere with the Service’s infrastructure
- Reverse engineer, decompile, or attempt to extract the source code of the platform
- Circumvent any access controls, rate limits, or security measures
- Submit applications to the App Store or Google Play that violate the applicable platform guidelines
- Use the Service for any purpose that violates applicable law
12. App Store and Google Play Submission
The Service includes a guided submission flow that builds a production binary on Expo Build and uploads it to Apple App Store Connect or Google Play under your own developer accounts. Inventor itself is not the publisher of your app; the developer-account credentials you provide determine who is.
Several Google Play Console declarations — including the Data Safety form, IARC content rating, target-audience declaration, ads declaration, and app-access declaration — are not exposed by Google’s API. The Service provides deep links and pre-written answers to make those forms quick to complete, but you must complete them yourself in the Play Console web UI for the submission to proceed.
Inventor does not guarantee that Apple, Google, or any other app store will approve your application. You are solely responsible for ensuring that your app complies with all applicable app store guidelines, content policies, age-rating answers, privacy declarations, and legal requirements. EAS Build and EAS Submit costs incurred by your submissions are absorbed by Inventor as infrastructure and do not reduce your usage balance.
13. Limitation of Liability
To the maximum extent permitted by applicable law, the Service is provided “as is” and “as available” without warranties of any kind, whether express or implied. We do not warrant that:
- Generated Code will be free from bugs, errors, or security vulnerabilities
- The Service will be uninterrupted or error-free
- Generated apps will be approved by any app store
- Generated Code will be suitable for any particular purpose
In no event shall Inventor be liable for any indirect, incidental, special, consequential, or punitive damages, including loss of profits, data, or business opportunities, arising out of or in connection with your use of the Service, even if we have been advised of the possibility of such damages.
Our total liability for any claim arising from these Terms or the Service shall not exceed the amount you paid to us in the twelve (12) months preceding the claim.
14. Termination
You may terminate your account at any time by deleting your account through the Service. We may suspend or terminate your account if you violate these Terms or for any other reason with reasonable notice.
Upon termination, your data will be deleted in accordance with our Privacy Policy. If you have an active paid subscription, you will retain access to the Service through the end of your current billing period. Apps already published to the App Store or Google Play under your own developer accounts remain under your control through those accounts.
15. Changes to These Terms
We may update these Terms from time to time. If we make material changes, we will notify you by email or through the Service. Your continued use of the Service after such changes constitutes your acceptance of the updated Terms.
16. Governing Law
These Terms are governed by and construed in accordance with the laws of the State of Delaware, United States, without regard to its conflict of laws principles. Any disputes arising from these Terms shall be resolved in the courts located in Delaware.
17. Contact
If you have questions about these Terms, or to send legal notices, contact us:
Inventor Inc.2810 North Church Street, STE 88020
Wilmington, DE 19802
United States
Email: info@inventor.build

