    <title>In Business Inc — mobile app publisher</title>
      content="In Business Inc develops and publishes mobile apps. Work contact: david@inbusinessinc.com."
    <link rel="icon" href="favicon.svg" type="image/svg+xml" />
    <link rel="stylesheet" href="css/site.css" />
  </head>
  <body>
    <a class="skip-link" href="#content">Skip to content</a>
    <header class="site-header">
      <div class="wrap bar">
        <a class="brand" href="index.html">In Business Inc</a>
        <nav class="nav nav-desktop" aria-label="Primary">
          <a href="index.html" aria-current="page">Home</a>
          <a href="services.html">Services</a>
          <a href="work.html">Work</a>
          <a href="contact.html">Contact</a>
          <a href="privacy.html">Privacy</a>
        </nav>
        <details class="nav-mobile">
          <summary>Menu</summary>
          <nav aria-label="Primary">
            <a href="index.html" aria-current="page">Home</a>
            <a href="services.html">Services</a>
            <a href="work.html">Work</a>
            <a href="contact.html">Contact</a>
            <a href="privacy.html">Privacy</a>
          </nav>
        </details>
      </div>
    </header>
    <main id="content">
      <section class="hero">
        <div class="wrap">
          <p class="label">Software publisher</p>
          <h1>In Business Inc</h1>
          <p class="lede">
            We develop and publish mobile apps. We stay with a product from the
            first build through release and later updates.
          </p>
          <div class="actions">
            <a class="button" href="services.html">What we offer</a>
            <a class="button button-quiet" href="contact.html">Contact</a>
          </div>
        </div>
      </section>
      <section class="section">
        <div class="wrap">
          <div class="prose stack">
            <h2>Who we are</h2>
            <p>
              In Business Inc is a software company. We make mobile software
              and we publish it. That is the whole business: design the
              product, write the software, prepare it for release, and keep
              it working after people start using it.
            </p>
            <p>
              This website is the public home of that company. It is not a
              placeholder and it is not a social profile. If you need to
              reach us about development, publishing, or a privacy request,
              use the work address on this domain.
            </p>
          </div>
        </div>
      </section>
      <section class="section">
        <div class="wrap">
          <h2>What we do</h2>
          <p class="muted">
            Four kinds of work. None of them have a listed price here; the
            scope depends on the product.
          </p>
          <div class="grid cards-2">
            <article class="card">
              <h3>App development</h3>
              <p>
                We write the software for phones and tablets: screens, data,
                and the parts that have to keep working when the network is
                slow or the device is old.
              </p>
            </article>
            <article class="card">
              <h3>Publishing</h3>
              <p>
                We prepare a finished app for release, submit it, and handle
                the follow-up so a build can ship and stay listed.
              </p>
            </article>
            <article class="card">
              <h3>Product design</h3>
              <p>
                We plan what the app should do and how it should look, so a
                person can finish a task without extra explanation.
              </p>
            </article>
            <article class="card">
              <h3>Updates after launch</h3>
              <p>
                We fix problems, add the next slice of work, and keep a
                shipped app current. Publishing does not end on release day.
              </p>
            </article>
          </div>
          <p class="muted"><a href="services.html">Read the full services page</a></p>
        </div>
      </section>
      <section class="section">
        <div class="wrap">
          <div class="prose stack">
            <h2>How we work</h2>
            <p>
              We start with a written description of the product: who it is
              for, what it must do, and what it will not do. We build in
              small pieces that can be reviewed. When a version is ready, we
              publish it and watch how it behaves.
            </p>
            <p>
              We do not list store rankings, download counts, or client logos
              on this site. When a real title is public, it will appear on
              the <a href="work.html">Work</a> page as that title — not as a
              made-up case study.
            </p>
          </div>
        </div>
      </section>
      <section class="section">
        <div class="wrap">
          <div class="contact-block">
            <span class="label">Work</span>
            <p>
              <a class="email" href="mailto:david@inbusinessinc.com">david@inbusinessinc.com</a>
            </p>
            <p class="muted">
              Write if you want to discuss an app, a publishing question, or
              a privacy request. This is the only contact address we publish.
            </p>
          </div>
        </div>
      </section>
    </main>
    <footer class="site-footer">
      <div class="wrap footer-bar">
        <div>
          <div>In Business Inc</div>
        </div>
        <nav class="footer-nav" aria-label="Footer">
          <a href="index.html">Home</a>
          <a href="services.html">Services</a>
          <a href="work.html">Work</a>
          <a href="contact.html">Contact</a>
          <a href="privacy.html">Privacy</a>
        </nav>
    </footer>
