Terms of Service
Last updated: May 28, 2026
These Terms of Service ("Terms") govern your use of the DeepSpace SDK and developer platform operated by Eudaimonic Inc. ("DeepSpace," "we," "our," "us"), and your use of apps that you (or others) build and deploy on top of it.
DeepSpace serves two groups, and these Terms apply to both. Developers are people who sign in to the DeepSpace dashboard, scaffold apps with create-deepspace, and deploy them to the platform. End-users are people who sign in to (or visit) an app a developer has deployed. Where a section applies only to one group, we say so.
By signing in to the dashboard, creating a DeepSpace account, signing in to a deployed app built on DeepSpace, or otherwise using the SDK or the platform, you agree to these Terms and to the Privacy Policy.
1. The service
- The DeepSpace SDK (the `deepspace` and `create-deepspace` npm packages) — used by developers to scaffold and ship real-time collaborative apps on Cloudflare's edge.
- The DeepSpace developer dashboard — where developers manage their account, deployments, integrations, billing, payouts, and custom domains.
- The DeepSpace platform — the authentication, storage, AI, billing, payments, and integration workers that back deployed apps under *.app.space and at custom domains attached through us.
- The DeepSpace community library — an opt-in public directory through which developers can list a deployed app so that other people can discover and use it.
2. Accounts and eligibility
- One account per person, whether you use DeepSpace as a developer, as an end-user of an app, or both. You are responsible for everything that happens under your account.
- Keep your credentials secure. Notify us at contact@eudaimonic.one immediately if you suspect unauthorized access to your account.
- You must be of legal age to enter into a binding contract in your jurisdiction. The minimum age is 13 in most jurisdictions, and 16 in some (including most of the European Economic Area). If you are using the service on behalf of an organization, you represent that you are authorized to bind that organization.
- We may suspend or terminate any account that breaches these Terms, repeatedly attracts abuse reports, fails to pay, or whose continued use would expose us to material legal or operational risk.
3. Acceptable use
You agree not to use the service to:
- Violate any law, regulation, or third-party right.
- Distribute malware or spyware; run denial-of-service, brute-force, or denial-of-wallet attacks; or otherwise abuse the platform's infrastructure or the third-party services we proxy to.
- Build or operate apps whose primary purpose is illegal content, harassment, fraud, infringement, child sexual abuse material or any other sexual exploitation of minors, or non-consensual sexual content of real people.
- Send unsolicited bulk email or other unsolicited bulk communications through the platform.
- Circumvent rate limits, quotas, billing, authentication, or other technical or contractual protections.
- Use the platform to build a service that primarily resells DeepSpace platform capacity, AI proxy credits, or integration credits to third parties.
- Scrape data at volumes inconsistent with normal use, attempt to reverse-engineer the platform for the purpose of building a competing service, or extract platform-managed data through any means other than the SDK's documented interfaces.
- Misrepresent your identity or the origin of content you publish, including by impersonating DeepSpace or another developer.
4. Content
4.1 Content you create as a developer
You retain ownership of code, templates, schemas, configuration, designs, and other content you create or upload as a developer.
You grant DeepSpace a non-exclusive, worldwide, royalty-free license to host, store, transmit, display, and make incidental copies of that content to the extent necessary to operate the service for you (for example, to deploy your app, route requests to it, and serve responses).
If you publish a deployed app to the DeepSpace community library, you grant DeepSpace an additional non-exclusive, worldwide, royalty-free license to display the app metadata you provide (name, description, category, tags, screenshot, and a link to the live app) on the library and on related promotional surfaces while the listing is active. You may unpublish at any time; cached copies of the metadata may persist for a short period in our infrastructure and on third-party indexers we do not control.
4.2 Content you create as an end-user inside an app
When you create content inside an app built on the SDK — records, messages, files, AI conversations, and so on — what the app does with that content is governed by the app's developer, not by us. We host the content on the developer's behalf as part of running the platform. The developer's own privacy policy and terms apply to how they collect, use, and share it.
4.3 Cross-app shared data stores
The SDK exposes a small number of platform-wide data stores that are intentionally shareable across apps on the platform: a "workspace" store for cross-app shared business data, and a "conv" store for cross-app conversations. Content written to these stores is not private to any one app — other apps on the platform whose code chooses to read the same store can see it, subject to the role-based access controls that apply at the time.
If you, as a developer, choose to have your app participate in one of these shared stores, you are responsible for keeping personal information about your end-users, and any other content that should be private to your app, out of the shared store. Personal and app-private information should live in your app's own per-app data store, where standard role-based access controls apply. You must surface to your end-users, in the relevant parts of your app, when content they create is being written to a platform-wide shared store.
4.4 Responsibility
You represent that you have the rights to all content you submit, that the content does not violate any law or third-party right, and that any personal information of others you submit was lawfully obtained and is being lawfully used.
We may remove content that violates these Terms or our policies, suspend or terminate accounts that repeatedly do so, and report illegal content to the appropriate authorities.
5. Developer obligations
This section applies to developers — people building, deploying, or operating an app on the platform.
- You are responsible for your app, for the schemas and permissions you configure, for any role assignments you make to users within your app (including assigning an admin role inside your app to a particular end-user), and for any content your end-users put into it. DeepSpace provides infrastructure; we do not endorse or take responsibility for the behavior, accuracy, or quality of your app.
- If your app collects information about end-users beyond what the DeepSpace authentication service provides — or stores additional information in collections you define — you must publish your own privacy policy and terms covering that collection, and you must comply with all applicable law. For end-users in jurisdictions that grant data-subject rights (for example, GDPR and CCPA), you are the data controller for the data inside your app and are responsible for honoring those rights.
- You must promptly act on lawful requests from your end-users to access, correct, export, or delete their data within your app, and you must notify affected end-users and us without undue delay if you become aware of a personal-data breach inside your app.
- Pay for what you use. Some platform features are billed to you as the developer (compute, AI proxy traffic, storage, certain integrations, deploys, managed repositories, custom domains). Where a developer opts an integration into "user-billed" mode, the signed-in end-user is charged through their own DeepSpace credit balance. The default for unmarked integrations is "developer-billed."
- Authentication-gate any UI in your app that triggers a developer-billed integration. The platform exposes integrations to your app under a default "developer-billed" mode, which means an anonymous visitor to a public route in your app can call the integration and have you charged. If you accept anonymous traffic to such a route, you are responsible for the fees that traffic generates and for any abuse that results. We recommend that you either auth-gate the route, switch the integration to "user-billed" mode, or both.
- Configure the AI assistant's tool allowlist appropriately for your app. The SDK's scaffolded AI feature ships with the assistant able to create, update, and delete records on the calling user's behalf, bounded only by the calling user's role-based permissions. If your app handles content where a mistaken or prompt-injected write would cause real harm, you should narrow the allowlist, add server-side guards, or require an in-app confirmation step before the assistant runs destructive tools.
- Disclose to your end-users, inside your app, anything material about how it processes their data that the DeepSpace platform-level disclosures do not cover, including: which third-party integrations your app calls; whether your app participates in any of the cross-app shared data stores described in §4.3; and whether the in-app AI assistant has been configured to act on user data.
- Do not share quota across multiple accounts to evade limits, and do not use the platform to bypass any third-party service's own terms.
- Do not collect, store, or transmit cardholder data, government-issued identity documents, healthcare records, financial-account numbers, or other categories of sensitive personal data through your app's general-purpose data collections. Use the platform's payment integration for payments.
- Keep your CLI session, the secrets stored in your `.dev.vars` file, and the long-lived owner credentials the platform issues to your deployed app confidential. Treat the long-lived owner token as a production secret.
6. Payments and billing
6.1 Developer billing
Subscription plans, credit top-ups, and per-usage charges are processed through Stripe Checkout on our platform Stripe account. You authorize us to charge the payment method on file for fees you incur. Plan and credit pricing are shown in the dashboard and may change with reasonable notice.
We do not see, transmit, or store payment card numbers; all card details are collected and held by Stripe on Stripe-hosted surfaces.
Per-usage charges for AI proxy traffic, integrations, compute, and similar metered services are calculated based on the actual usage we record. We apply a margin over the underlying provider's published cost to cover platform overhead.
Taxes are your responsibility unless we are legally required to collect them, in which case Stripe Tax computes and collects them on our behalf.
6.2 End-user purchases inside apps
When you, as an end-user, pay for a subscription, one-time product, or tip inside an app built on the SDK, the charge is processed by Stripe through our platform Stripe account. DeepSpace is the merchant of record for that transaction. Your payment statement will show DeepSpace as the seller, with the app's name in the line-item description where space allows. We collect and remit applicable sales tax and VAT through Stripe Tax.
Stripe holds the funds in our platform Stripe account on our behalf, and we transfer the developer's share to the developer through Stripe Connect, less Stripe processing fees and any platform fee disclosed in the dashboard at the time of the transaction.
Purchases are charged in U.S. dollars.
6.3 Developer payouts via Stripe Connect
To receive payouts from end-user purchases in your app, you must onboard a Stripe Express connected account through Stripe's hosted flow. By doing so, you also agree to Stripe's Connected Account Agreement (https://stripe.com/connect-account/legal) and the Stripe Services Agreement, which form a contract directly between you and Stripe. You are responsible for the accuracy of the identity, tax, and bank information you provide to Stripe, and for promptly responding to any verification requests Stripe makes.
Payouts are not on a fixed schedule. We review each developer's eligible balance and trigger transfers through Stripe Connect when the gating conditions disclosed in the dashboard are met — for example, that the connected account is in good standing with Stripe, that there are no open refunds or disputes against the developer's recent earnings, and that the balance is above the published minimum. We aim to settle eligible balances promptly; we do not promise a fixed cadence.
DeepSpace does not hold your funds longer than is operationally necessary, but we may hold or reverse payouts where there is a pending dispute, chargeback, suspected fraud, regulatory request, or a breach of these Terms.
6.4 Refunds and chargebacks
A developer may issue refunds to their end-users from the dashboard during the refund window we publish for the platform (currently 90 days after purchase) and subject to per-app refund rate limits (currently up to 50 refunds per app per 24 hours). The window and the rate limits are disclosed in the dashboard and may change with reasonable notice. Refunds are issued against the original Stripe charge and reduce the developer's payout balance accordingly.
We may issue refunds ourselves, including outside the developer-facing window above, where we are required to do so by law, by the rules of the card networks, or by the policies of our payment processor; or where we reasonably believe a charge was fraudulent, made in error, or made without authority. We do not need the developer's prior consent to do so, but we will let the developer know once such a refund has been issued.
If an end-user files a chargeback, the disputed amount and the associated card-network processing fee may be deducted from the developer's payout balance until the dispute is resolved.
7. Third-party integrations and AI features
The platform routes calls to third-party services, including model providers, OAuth integrations, payment providers, registrars, and others. Your use of those services through us is also subject to their own terms and privacy policies. We are not responsible for the availability, accuracy, or behavior of third-party services.
Output produced by AI features may be incorrect, incomplete, or infringing. See the Disclaimer for details.
8. Custom domains
You may purchase a domain through the platform. We register the domain at the registrar (Cloudflare Registrar or, for top-level domains Cloudflare Registrar does not handle, Porkbun) under a platform account we hold with that registrar, with DeepSpace as the registrant of record. We act as your domain-registration agent and hold the registration on your behalf. You authorize us to perform the registration, renewals, transfers, DNS configuration, and other lifecycle operations needed to attach and maintain the domain on your app, and to record the date, IP address, and user-agent of your acceptance of the registrar's terms of service as required by the registrar.
WHOIS privacy is enabled for domains registered through us where the registrar supports it, so that the public WHOIS record does not surface your personal contact details.
Domain registrations are charged at the time of purchase at the price shown in the dashboard, which is set above our underlying cost. Once a domain has been registered with the registry, the registration is non-refundable, except where we are required by law or by card-network rules to issue a refund.
Renewals are billed through your DeepSpace account at the price published in the dashboard at the time of renewal. Domains that lapse for non-payment may be suspended or released by the registry.
You may request to transfer a domain out to a registrar of your choice, subject to ICANN transfer rules and the registrar's procedures, including any minimum holding period the registry requires after registration or transfer.
9. Managed repositories
If you elect to host your app's source in a DeepSpace-managed private GitHub repository, the repository is created under and owned by a DeepSpace-controlled GitHub organization. We hold the repository on your behalf. The code, configuration, and history you push to it remain yours, and you grant us only the licenses necessary to operate the repository service and to comply with these Terms.
DeepSpace personnel may access a managed repository only to investigate support requests, investigate suspected abuse or security incidents, comply with legal obligations, or otherwise operate the service.
Managed repositories are not a substitute for your own backups. We may impose quotas on creation and deletion, and we may delete repositories that become inactive after reasonable notice.
10. Suspension and termination
- You can stop using the service at any time. To delete your DeepSpace account, email contact@eudaimonic.one.
- We may suspend or terminate your access if you breach these Terms, fail to pay, repeatedly attract abuse reports, or if continued provision of the service would expose us to material legal or operational risk.
- On termination, your right to use the service ends. We will undeploy your apps after a grace period of at least 7 days, except where shorter teardown is required for security, legal, or regulatory reasons. Provisioned resources (databases, files, queues) tied to those apps may be deleted as part of teardown, and we will make a reasonable effort to give you an opportunity to export them first. Backups and audit records retained for legal or fraud-prevention reasons may persist beyond termination, as described in Privacy §12.
11. AI-generated output
Code, text, schemas, and other output produced by AI features in the SDK or in apps built on it is provided "as is." It may contain errors, security defects, or content that infringes third-party rights. Review and test AI output before relying on it. See the Disclaimer for details.
12. Warranties and disclaimers
The service is provided "as is" and "as available" without warranties of any kind, express or implied, including (without limitation) implied warranties of merchantability, fitness for a particular purpose, title, and non-infringement, to the maximum extent permitted by law.
We do not warrant that the service will be uninterrupted, error-free, or secure, that any defect will be corrected, that the service is fit for any particular use, or that any content (including AI-generated output) is accurate, reliable, or non-infringing. We have not completed a third-party SOC 2 or ISO 27001 assessment.
13. Limitation of liability
To the maximum extent permitted by law, DeepSpace, its affiliates, and its personnel will not be liable for any indirect, incidental, special, consequential, exemplary, or punitive damages, or for any loss of profits, revenue, data, goodwill, or business opportunity, arising out of or relating to the service, even if we have been advised of the possibility of such damages.
Our aggregate liability to a developer for any and all claims arising from or relating to the service in any rolling 12-month period is capped at the greater of (a) the fees that developer paid to us in the 12 months preceding the event giving rise to the claim, or (b) one hundred U.S. dollars (USD 100). Our aggregate liability to any other user (including an end-user who has not paid us a developer subscription fee) is capped at twenty-five U.S. dollars (USD 25). Some jurisdictions do not allow the exclusion or limitation of certain damages; in those jurisdictions our liability is limited to the smallest amount allowed by law.
14. Indemnification
You will defend, indemnify, and hold harmless Eudaimonic Inc. and its officers, employees, and agents from and against any third-party claim arising out of (a) your use of the service, (b) any content you submit through the service, (c) any app you deploy or operate on the platform and your end-users' use of that app, (d) your breach of these Terms or of any third-party right, or (e) your failure to comply with applicable law. We will give you prompt notice of any claim, reasonable cooperation, and the right to control the defense and settlement, provided that you will not settle any claim in a way that admits our liability or imposes an obligation on us without our written consent.
15. Changes to these Terms
We may update these Terms from time to time. Material changes will be communicated through the platform or by email at least 14 days before they take effect, except where shorter notice is required for security, legal, or regulatory reasons. Your continued use of the service after the effective date of an updated version constitutes acceptance.
16. Governing law and disputes
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-law principles.
Any dispute arising out of or relating to these Terms or your use of the service will be resolved by binding arbitration administered by the American Arbitration Association ("AAA") under its then-current Commercial Arbitration Rules, conducted in the English language and seated in Delaware. Judgment on the award may be entered in any court of competent jurisdiction.
You may opt out of the arbitration agreement in this section by sending written notice of your decision to opt out to contact@eudaimonic.one, or by mail to the address in §19, within 30 days after first becoming subject to these Terms. Your notice must include your name, the email address associated with your account, and a clear statement that you wish to opt out of arbitration. If you opt out under this paragraph, neither you nor DeepSpace will be required to arbitrate disputes; the rest of these Terms (including the class-action waiver and the governing-law clause) remain in effect.
To the extent permitted by applicable law, you and DeepSpace each waive the right to participate in a class action, class arbitration, or other representative proceeding. If this waiver is held unenforceable as to a particular dispute, the entire arbitration agreement is unenforceable as to that dispute, but the remaining provisions of these Terms remain in effect.
If 25 or more similar arbitration demands are filed against DeepSpace by or with the coordination of the same law firm or organized group of claimants within a 60-day window, the parties agree that the AAA Mass Arbitration Supplementary Rules (or any successor mass-arbitration rules) will apply to all such demands, including the staged-filing, bellwether, and fee-allocation procedures provided there.
Nothing in this section prevents either party from seeking injunctive or other equitable relief in court to protect intellectual-property rights or trade secrets or to enforce a confidentiality obligation.
17. Copyright complaints (DMCA)
We respect the intellectual-property rights of others and respond to clear notices of alleged copyright infringement consistent with the Digital Millennium Copyright Act, 17 U.S.C. § 512 ("DMCA"). If you believe that content available on or through the service infringes a copyright you own or control, you may send a written notice of infringement to our Designated Agent at the address below.
Notices must include: (a) a physical or electronic signature of the person authorized to act on behalf of the owner of the copyright; (b) identification of the copyrighted work claimed to have been infringed; (c) identification of the material claimed to be infringing, with information reasonably sufficient to permit us to locate it (for example, a URL on a *.app.space subdomain or in the community library); (d) your contact information (address, telephone number, and email); (e) a statement that you have a good-faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law; and (f) a statement, under penalty of perjury, that the information in the notice is accurate and that you are the copyright owner or are authorized to act on the owner's behalf.
Designated Agent for DMCA notices: Eudaimonic Inc., Attn: DMCA Agent, 23 Wheeler Rd, Setauket, NY 11733, United States; email: contact@eudaimonic.one.
On receipt of a notice that substantially complies with the requirements above, we will act expeditiously to remove or disable access to the allegedly infringing material and will notify the affected developer where we can.
If you believe material we have removed or disabled access to was not infringing — for example, because it was your original work, was licensed, or was a fair use — you may send a counter-notice to the Designated Agent containing the elements required by 17 U.S.C. § 512(g)(3), including your physical or electronic signature; identification of the material and its prior location; a statement under penalty of perjury that you have a good-faith belief that the material was removed or disabled as a result of mistake or misidentification; and your name, address, and telephone number, along with consent to the jurisdiction of the federal district court for the judicial district in which your address is located (or, if outside the United States, for any judicial district in which DeepSpace may be found).
It is our policy to terminate, in appropriate circumstances, the accounts of developers or end-users who are repeat infringers.
18. General provisions
- Entire agreement. These Terms, together with the Privacy Policy and the Disclaimer, constitute the entire agreement between you and DeepSpace concerning the service and supersede any prior or contemporaneous agreements on the same subject.
- Severability. If any part of these Terms is held to be invalid, illegal, or unenforceable by a court of competent jurisdiction or an arbitrator, the remaining provisions remain in full force and effect, and the invalid provision will be modified to the minimum extent necessary to make it valid and enforceable.
- Survival. The provisions of these Terms that by their nature should survive termination — including §4 (Content), §5 (Developer obligations), §6 (Payments and billing) as to amounts owed, §11 (AI-generated output), §12 (Warranties and disclaimers), §13 (Limitation of liability), §14 (Indemnification), §16 (Governing law and disputes), §17 (Copyright complaints), and this §18 — survive the termination or expiration of these Terms.
- Assignment. You may not assign or transfer these Terms or any rights or obligations under them, in whole or in part, without our prior written consent; any attempted assignment in violation of this provision is void. We may assign these Terms, in whole or in part, to an affiliate or in connection with a merger, acquisition, reorganization, or sale of all or substantially all of our assets.
- No waiver. Our failure to enforce any provision of these Terms is not a waiver of that provision, and no waiver is effective unless made in a writing signed by an authorized representative of DeepSpace.
- No third-party beneficiaries. These Terms do not create any third-party-beneficiary rights, except that our affiliates and our and their officers, employees, and agents are intended third-party beneficiaries of §13 (Limitation of liability) and §14 (Indemnification).
- Notices. We may give you notice by email to the address associated with your DeepSpace account, by posting in the dashboard, or by posting on this website. You may give us notice by emailing contact@eudaimonic.one or by mail to Eudaimonic Inc., Attn: Legal, 23 Wheeler Rd, Setauket, NY 11733, United States.
- Force majeure. Neither party will be liable for any delay or failure to perform (other than payment obligations) caused by events beyond its reasonable control, including acts of God, natural disasters, war, terrorism, civil unrest, government action, labor disputes, pandemics, internet- or telecommunications-infrastructure failures, or outages of providers we depend on (including Cloudflare and Stripe).
- Export controls and sanctions. You will not use the service in violation of U.S. or other applicable export-control laws or economic sanctions. You represent that you are not located in, and will not access or use the service from, any country or region that is the subject of comprehensive U.S. sanctions, and that you are not identified on any U.S. Government list of restricted or denied persons. If your status changes, you must stop using the service.
- Relationship of the parties. These Terms do not create any employment, agency, partnership, or joint-venture relationship between you and DeepSpace. Neither party has authority to bind the other.
19. Contact
Legal notices, account questions, and refund requests may be sent by email to contact@eudaimonic.one or by mail to Eudaimonic Inc., 23 Wheeler Rd, Setauket, NY 11733, United States.