---
title: "Terms — Orvun Labs"
description: "This site describes our approach and provides general information. Articles and concept studies are not individual technical, commercial or legal advice. Any engagement, scope, fees and support are ag"
canonical: "https://orvunlabs.com/en/terms"
language: "en"
last_modified: "2026-09-14"
---

# Terms

This site describes our approach and provides general information. Articles and concept studies are not individual technical, commercial or legal advice. Any engagement, scope, fees and support are ag

Concept screens use sample data and do not represent delivered client projects or measured results. Orvun Labs retains its original site materials; third-party materials remain subject to their own licences.

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://orvunlabs.com/#organization",
      "name": "Orvun Labs",
      "url": "https://orvunlabs.com",
      "logo": "https://orvunlabs.com/orvunlabs-icon-512.png",
      "description": "Custom software, SaaS products and AI-powered tools — designed around your business.",
      "knowsAbout": [
        "Custom software",
        "SaaS product development",
        "AI integration"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://orvunlabs.com/#website",
      "name": "Orvun Labs",
      "url": "https://orvunlabs.com",
      "inLanguage": [
        "en",
        "es",
        "de",
        "fr",
        "pt",
        "ja",
        "hi",
        "ar",
        "id",
        "tr",
        "pl"
      ],
      "publisher": {
        "@id": "https://orvunlabs.com/#organization"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://orvunlabs.com/en/terms#webpage",
      "url": "https://orvunlabs.com/en/terms",
      "name": "Terms",
      "description": "This site describes our approach and provides general information. Articles and concept studies are not individual technical, commercial or legal advice. Any engagement, scope, fees and support are ag",
      "inLanguage": "en",
      "isPartOf": {
        "@id": "https://orvunlabs.com/#website"
      },
      "about": {
        "@id": "https://orvunlabs.com/#organization"
      },
      "breadcrumb": {
        "@id": "https://orvunlabs.com/en/terms#breadcrumb"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://orvunlabs.com/en/terms#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Orvun Labs",
          "item": "https://orvunlabs.com/en"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Terms",
          "item": "https://orvunlabs.com/en/terms"
        }
      ]
    }
  ]
}
```
