<!DOCTYPE html><!-- Last Published: Tue Jul 14 2026 15:43:22 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.firstbase.io" data-wf-page="66f9ac4f19d477e7b42f2508" data-wf-site="609486d2fafa37698a57db5b" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>Firstbase | Incorporation, compliance, bookkeeping, and taxes – all in one place.</title><meta content="Firstbase helps anyone to build a US business. Start a company, set up banking, payments, and payroll, and manage a business — online, from anywhere." name="description"/><meta content="Firstbase | Incorporation, compliance, bookkeeping, and taxes – all in one place." property="og:title"/><meta content="Firstbase helps anyone to build a US business. Start a company, set up banking, payments, and payroll, and manage a business — online, from anywhere." property="og:description"/><meta content="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc614f8036f0625a063de1_Hero-new.png" property="og:image"/><meta content="Firstbase | Incorporation, compliance, bookkeeping, and taxes – all in one place." name="twitter:title"/><meta content="Firstbase helps anyone to build a US business. Start a company, set up banking, payments, and payroll, and manage a business — online, from anywhere." name="twitter:description"/><meta content="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc614f8036f0625a063de1_Hero-new.png" name="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/css/firstbase-io.webflow.shared.813f9f832.min.css" rel="stylesheet" type="text/css" integrity="sha384-gT+fgyTbLUpXmeRmQQCMvQ0EOg9h2CzYDtcXj62Th0VV8eIRKscqGk62menm4AIh" crossorigin="anonymous"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({  google: {    families: ["Inter:300,400,500,600,700"]  }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/612fde38d420957448b23f42_firstbase-favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/612fde34eb945c0706f37809_firstbase-webclip.png" rel="apple-touch-icon"/><link href="https://www.firstbase.io" rel="canonical"/><!-- =========================================================
     MUTINY
     The first block only creates Mutiny's command queue and
     does not contact Mutiny's servers, so it can initialize.
========================================================= -->

<script>
(function () {
  var a = window.mutiny = window.mutiny || {};

  if (!window.mutiny.client) {
    a.client = { _queue: {} };

    var promiseMethods = ["identify", "trackConversion"];
    var methods = [].concat(
      promiseMethods,
      ["defaultOptOut", "optOut", "optIn"]
    );

    var factory = function (method) {
      return function () {
        var args = Array.prototype.slice.call(arguments);

        a.client._queue[method] =
          a.client._queue[method] || [];

        if (promiseMethods.includes(method)) {
          return new Promise(function (resolve, reject) {
            a.client._queue[method].push({
              args: args,
              resolve: resolve,
              reject: reject
            });

            setTimeout(reject, 500);
          });
        }

        a.client._queue[method].push({
          args: args
        });
      };
    };

    methods.forEach(function (method) {
      a.client[method] = factory(method);
    });
  }
})();
</script>

<!-- Mutiny loads only after marketing consent -->
<script
  type="fs-cc"
  fs-cc-categories="marketing"
  data-cfasync="false"
  src="https://client-registry.mutinycdn.com/personalize/client/25b314a783b9f640.js">
</script>


<!-- =========================================================
     GOOGLE OPTIMIZE

     Removed because Google Optimize was discontinued.
========================================================= -->

<!--
<script
  src="https://www.googleoptimize.com/optimize.js?id=OPT-PB8HTXP"
  async>
</script>
-->


<!-- =========================================================
     JETBOOST

     Marked essential because it appears to power Webflow
     filtering/search functionality.

     Change "essential" to "personalization" if Jetboost is
     optional and the website still works correctly without it.
========================================================= -->

<script
  id="jetboost-script"
  type="fs-cc"
  fs-cc-categories="essential">

  window.JETBOOST_SITE_ID = "clo4ku47b001q0q035q13bvjp";

  (function (document) {
    var script = document.createElement("script");

    script.src = "https://cdn.jetboost.io/jetboost.js";
    script.async = true;

    document
      .getElementsByTagName("head")[0]
      .appendChild(script);
  })(document);
</script>


<!-- =========================================================
     SEGMENT

     Segment and analytics.page() run only after analytics
     consent has been granted.
========================================================= -->

<script
  type="fs-cc"
  fs-cc-categories="analytics">

!function () {
  var analytics = window.analytics = window.analytics || [];

  if (!analytics.initialize) {
    if (analytics.invoked) {
      window.console &&
        console.error &&
        console.error("Segment snippet included twice.");

      return;
    }

    analytics.invoked = true;

    analytics.methods = [
      "trackSubmit",
      "trackClick",
      "trackLink",
      "trackForm",
      "pageview",
      "identify",
      "reset",
      "group",
      "track",
      "ready",
      "alias",
      "debug",
      "page",
      "once",
      "off",
      "on",
      "addSourceMiddleware",
      "addIntegrationMiddleware",
      "setAnonymousId",
      "addDestinationMiddleware"
    ];

    analytics.factory = function (method) {
      return function () {
        var args = Array.prototype.slice.call(arguments);

        args.unshift(method);
        analytics.push(args);

        return analytics;
      };
    };

    for (
      var index = 0;
      index < analytics.methods.length;
      index++
    ) {
      var method = analytics.methods[index];
      analytics[method] = analytics.factory(method);
    }

    analytics.load = function (writeKey, options) {
      var script = document.createElement("script");

      script.type = "text/javascript";
      script.async = true;
      script.src =
        "https://cdn.segment.com/analytics.js/v1/" +
        writeKey +
        "/analytics.min.js";

      var firstScript =
        document.getElementsByTagName("script")[0];

      firstScript.parentNode.insertBefore(
        script,
        firstScript
      );

      analytics._loadOptions = options;
    };

    analytics._writeKey =
      "oAbugGQ1q2wZ45PiGhzbatJJ0055Gq8i";

    analytics.SNIPPET_VERSION = "4.15.3";

    analytics.load(
      "oAbugGQ1q2wZ45PiGhzbatJJ0055Gq8i"
    );

    analytics.page();
  }
}();
</script>


<!-- =========================================================
     HUBSPOT

     Loads only after marketing consent.
========================================================= -->

<!-- Start of HubSpot Embed Code -->
<script
  type="fs-cc"
  fs-cc-categories="marketing"
  id="hs-script-loader"
  async
  defer
  src="https://js-na1.hs-scripts.com/21376150.js">
</script>
<!-- End of HubSpot Embed Code -->


<!-- =========================================================
     MOBILEMONKEY

     Loads only after marketing consent.
========================================================= -->

<script
  type="fs-cc"
  fs-cc-categories="marketing"
  async
  src="https://static.mobilemonkey.com/js/mm_54f18ac3-88a2-4ba9-b592-1d46e2c88077-05864492.js">
</script>


<!-- =========================================================
     FINSWEET COOKIE CONSENT

     This must be opt-in, not informational.

     It processes the type="fs-cc" scripts above and activates
     them when the corresponding consent is granted.
========================================================= -->

<script
  async
  src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js"
  fs-cc-mode="opt-in"
  fs-cc-consentmode="true"
  fs-cc-expires="180">
</script>


<!-- =========================================================
     GOOGLE CONSENT MODE V2 DEFAULTS

     This must execute before Google Tag Manager.
========================================================= -->

<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
  dataLayer.push(arguments);
}

gtag("consent", "default", {
  analytics_storage: "denied",
  ad_storage: "denied",
  ad_user_data: "denied",
  ad_personalization: "denied",
  personalization_storage: "denied",
  functionality_storage: "granted",
  security_storage: "granted",
  wait_for_update: 500
});
</script>


<!-- =========================================================
     GOOGLE TAG MANAGER

     GTM continues loading normally. Google Analytics and Ads
     tags inside GTM must respect Google Consent Mode.
========================================================= -->

<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
  w[l] = w[l] || [];

  w[l].push({
    "gtm.start": new Date().getTime(),
    event: "gtm.js"
  });

  var firstScript = d.getElementsByTagName(s)[0];
  var gtmScript = d.createElement(s);

  var dataLayerParameter =
    l !== "dataLayer"
      ? "&l=" + l
      : "";

  gtmScript.async = true;

  gtmScript.src =
    "https://www.googletagmanager.com/gtm.js?id=" +
    i +
    dataLayerParameter;

  firstScript.parentNode.insertBefore(
    gtmScript,
    firstScript
  );
})(
  window,
  document,
  "script",
  "dataLayer",
  "GTM-N7CG3WQ"
);
</script>
<!-- End Google Tag Manager -->


<link
  rel="preconnect"
  href="https://assets.website-files.com/"
/>


<!-- =========================================================
     FORETHOUGHT

     Still disabled. If re-enabled, use Finsweet consent
     attributes as shown below.
========================================================= -->

<!--
<script
  type="fs-cc"
  fs-cc-categories="personalization"
  src="https://solve-widget.forethought.ai/embed.js"
  id="forethought-widget-embed-script"
  data-api-key="ef0d46ae-e4ec-4835-a918-e5ca47695025"
  data-ft-workflow-tag="LoggedOut">
</script>
--><!DOCTYPE html>
<html lang="en">
<head>

  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Your Webflow Page</title>

<!-- Hotjar Tracking Code for Firstbase -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:2856929,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
  
  <!-- forethought -->
  
  <!-- CSS Styles -->
  <style>
    .items-holder {
      animation: moveSlideshow 75s linear infinite;
    }

    @keyframes moveSlideshow {
      100% { 
        transform: translateX(-30%);  
      }
    }
  </style>
  
  <!-- Automatica Script Tag -->
 <script async src="https://app.automatica.xyz/tags.js?token=da4d022c-73a0-42bb-b84c-37bba7616818" referrerpolicy="strict-origin-when-cross-origin"></script>
</head>
<body>
  <!-- Your HTML content goes here -->
</body>
</html>
</head><body class="body-v2"><div Warmly="" data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="new-navbar w-nav"><div class="partner-stack-code w-embed w-script"><script>
window.addEventListener('load', function () {

		let qstr = window.location.search;
    
    if(qstr.includes('gclid=')) {
        const gclid = qstr.replace('?', '').split('&').filter((qs) => qs.includes('gclid='))[0].split('=');

        document.cookie = (gclid[0] || "") + "=" + (gclid[1] || "") + ";domain=.firstbase.io;path=/"; // Make sure domain=.firstbase.io and localhost for local test
    }
    
    // URLs allowed to add query params
    let urlsAllowed = [
      'onboarding.firstbase.io',
      'app.firstbase.io'
    ];
    
    // Get query string
    let queryString = window.location.search;
       
    if(queryString != ""){
        localStorage.setItem('fa_query_string', queryString);
    }

    // Verify if it has local storage params to change url link
    if (localStorage.getItem('fa_query_string')){
        let faQueryString = localStorage.getItem('fa_query_string');
 
        // Get all buttons
        let btns = document.getElementsByClassName('w-button');
        
        // Foreach to add query params to href
        for (let btn of btns) {
            if(btn.href && urlsAllowed.some(url => btn.href.includes(url))) {
                btn.href += faQueryString;
            }
        }
    }
});
</script></div><div class="global-html w-embed"><!-- Font Rendering -->
<style>
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container-v2:before,
.container-v2:after,
.flex-v.w-clearfix:before,
.flex-v.w-clearfix:after{
display:none;
}
</style>

<style>
.span-moving {
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}


.reward-summary {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

.reward-promo {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

.terms-tab-text {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

</style></div><div class="container-2 w-container"><a href="/" aria-current="page" class="brand-2 w-nav-brand w--current"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/609bf4ae6380ac34e545f653_firstbase-logo.svg" loading="eager" alt="Firstbase" class="image-108"/></a><nav role="navigation" class="nav-menu w-nav-menu"><div class="div-block-364"><div data-hover="true" data-delay="0" class="dropdown-3 w-dropdown"><div class="dropdown-toggle-3 w-dropdown-toggle"><div>Products</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620a5eb56e7b240e787a031c_chevron-down.svg" loading="eager" alt="FAQ Arrow" class="image-120"/></div><nav class="dropdown-list-4 w-dropdown-list"><div class="dropdown-menu"><a href="/start" class="div-block-361 w-inline-block"><div><div class="text-block-96">Start</div><div class="text-block-97">Launch, grow, and manage your company</div></div></a><a href="/agent" class="div-block-361 w-inline-block"><div><div class="text-block-96">Agent</div><div class="text-block-97">All-in-one compliance for your company</div></div></a><a href="/mailroom" class="div-block-361 w-inline-block"><div><div class="text-block-96">Mailroom</div><div class="text-block-97">Get a business address and mailbox</div></div></a><a href="/loop" class="div-block-361 w-inline-block"><div><div class="text-block-96">Loop</div><div class="text-block-97">1-click access to growth tools</div></div></a><a href="/accounting" class="div-block-361 w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-96">Accounting</div><div class="text-block-101-copy hide">NEW</div></div><div class="text-block-97">Integrated Accounting. Tax Ready Financials</div></div></a><a href="/sales-tax" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-96">Sales Tax</div><div class="text-block-101-copy hide">NEW</div></div><div class="text-block-97">End-to-end sales tax compliance</div></div></a></div></nav></div><a href="/one" class="nav-link-3 w-nav-link">Firstbase One</a><a href="/pricing" class="nav-link-3 w-nav-link">Pricing</a><a href="/rewards" class="nav-link-3 w-nav-link">Rewards</a><div data-hover="true" data-delay="0" class="dropdown-3 w-dropdown"><div class="dropdown-toggle-3 w-dropdown-toggle"><div>Partners</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620a5eb56e7b240e787a031c_chevron-down.svg" loading="eager" alt="FAQ Arrow" class="image-120"/></div><nav class="dropdown-list-4 w-dropdown-list"><div class="dropdown-menu"><a href="/f4p" class="div-block-361 hide w-inline-block"><div><div class="text-block-96">Firstbase for Partners</div><div class="text-block-97">Simplify your clients&#x27; incorporation process</div></div></a><a href="/referral-partners" class="div-block-361 w-inline-block"><div><div class="text-block-96">Affiliates</div><div class="text-block-97">Promote Firstbase products and earn cash for it</div></div></a></div></nav></div><div data-hover="true" data-delay="0" class="dropdown-3 last w-dropdown"><div class="dropdown-toggle-3 w-dropdown-toggle"><div>Resources</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620a5eb56e7b240e787a031c_chevron-down.svg" loading="eager" alt="FAQ Arrow" class="image-120"/></div><nav class="dropdown-list-4 w-dropdown-list"><div class="dropdown-menu"><a href="https://help.firstbase.io/" target="_blank" class="div-block-361 w-inline-block"><div><div class="text-block-96">Help Center</div><div class="text-block-97">Helpful questions and answers</div></div></a><a href="/guide" class="div-block-361 hide w-inline-block"><div><div class="text-block-96">Founder&#x27;s Guide</div><div class="text-block-97">Essential information for incorporating a startup</div></div></a><a href="/reports" class="div-block-361 w-inline-block"><div><div class="text-block-96">Firstbase Reports</div><div class="text-block-97">Empowering founders with actionable intelligence</div></div></a><a href="/blog" class="div-block-361 w-inline-block"><div><div class="text-block-96">Blog</div><div class="text-block-97">Fresh news, stories, and customer success</div></div></a><a href="https://tools.firstbase.io" class="div-block-361 hide w-inline-block"><div><div class="text-block-96">Calculators</div><div class="text-block-97 line-heght-1em">Calculators to help startup founders succeed</div></div></a><a href="https://form.typeform.com/to/KquGAida" target="_blank" class="div-block-361 hide w-inline-block"><div><div class="text-block-96">LLC vs. C-Corporation</div><div class="text-block-97">Find out which is right for your business</div></div></a><a href="/vc-database" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy">FREE</div><div class="text-block-96">VC Database</div></div><div class="text-block-97">Support and tools for founders in securing their next fundraise</div></div></a><a href="/business-name-search" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy hide">FREE</div><div class="text-block-96">Business Name Search</div></div><div class="text-block-97">Search business name availability in seconds</div></div></a><a href="/headcount-planning-calculator" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy">FREE</div><div class="text-block-96">Headcount Planning Calculator</div></div><div class="text-block-97">Create &amp; update headcount planning scenarios in minutes</div></div></a><a href="/incorporation-checklist" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy">FREE</div><div class="text-block-96">Incorporation Checklist</div></div><div class="text-block-97">Everything you need to incorporate and run a US business</div></div></a><a href="/ongoing-business-requirements" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy">FREE</div><div class="text-block-96">Compliance Guide</div></div><div class="text-block-97">Comprehensive list of tasks founders need to stay compliant</div></div></a><a href="/mission-statement-generator" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy">FREE</div><div class="text-block-96">Mission Statement Generator</div></div><div class="text-block-97">Write an inspiring mission statement for your start up</div></div></a><a href="/business-idea-generator" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy">FREE</div><div class="text-block-96">Business Idea Generator</div></div><div class="text-block-97">Find the best business idea for your future business or LLC</div></div></a><a href="/business-name-generator" class="div-block-361 hide w-inline-block"><div><div class="div-block-461-copy"><div class="text-block-101-copy">FREE</div><div class="text-block-96">Business Name Generator</div></div><div class="text-block-97">Generative AI to create a short brandable business name</div></div></a></div></nav></div><div data-hover="true" data-delay="0" class="dropdown-3 hide w-dropdown"><div class="dropdown-toggle-3 w-dropdown-toggle"><div>Company</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620a5eb56e7b240e787a031c_chevron-down.svg" loading="eager" alt="FAQ Arrow" class="image-120"/></div><nav class="dropdown-list-4 w-dropdown-list"><div class="dropdown-menu"><a href="/about" class="div-block-361 w-inline-block"><div><div class="text-block-96">About Us</div><div class="text-block-97">Learn how we’re different</div></div></a><a href="/careers" class="div-block-361 hide w-inline-block"><div><div class="text-block-96">Careers</div><div class="text-block-97">Join our growing team!</div></div></a></div></nav></div><a href="/about" class="nav-link-3 w-nav-link">About us</a></div><div class="div-block-401"><a href="https://app.firstbase.io/auth/login" class="sign-in w-nav-link">Sign in</a><div class="div-block-378"><a href="https://onboarding.firstbase.io/start" class="button-6 w-button">Start my business</a></div></div></nav><div class="div-block-366"><div class="menu-button w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div></div><div class="page-wrapper-v2 w-clearfix"><section class="section-v2 pt--xl"><div class="w-layout-blockcontainer container-v2 w-container"><div class="hero-top"><a href="/one" class="chip--announcment w-inline-block"><div class="div-block-523"><div class="text-block-218 edit">NEW · All the power of Firstbase, one package.</div><div class="div-block-522"><div class="text-block-217">Learn</div><div class="text-block-217">more</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/6763196b16bb0b5d1a2bb9a0_arrow-right.svg" loading="lazy" alt="" class="image-155"/></div></div></a><div class="hero--text--button"><div class="hero-text2"><h1 class="v2--h1">The all-in-one startup <br/>operating system</h1><h2 class="v2--h2">Incorporation, compliance, bookkeeping, and taxes – all in one place.</h2></div><div class="buttons-wrap-center w-clearfix"><a href="https://onboarding.firstbase.io/start" class="button w-button">Start my company</a><a href="https://app.firstbase.io/auth/sign-up" class="v2--secondary-btn w-button">Onboard my existing company</a></div></div></div><div class="hero-bottom"><div class="social-proof-container"><h1 class="v2--h2 purple-dark">30,000+ companies started with Firstbase</h1><div class="carousel-container"><div style="-webkit-transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="logo-container"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa6465e7ab03a7d68cea84_Outfound.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64653725adb9694a532d_bloom.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285d9f8db7381328533_Plutocard.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285448339f149778cd3_Global.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3286deb9cb7d71b77aa9_Lightspin.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc328683839f09239d787f_Tatum.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285e75d5f46e078883e_Veremark.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc32866e46b6f917aeddd7_Volopay.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285c10baed16836e677_Remotefirst.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc328560b428227afb7595_Helloclever.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285bddf5b4060b19ac3_Integrate.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285b2f14e023019516f_Power.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64659c28d2f89c0414cf_sendcamp.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285a41047ee57ec6a25_Lucidity.png" loading="eager" width="164" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64659a7b589739c14b50_Zilla.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa6465b662efe57530ec4f_Workweek.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64659cea027ca8abc71f_Courtly.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64650953cacf7e089b51_misfans.svg" loading="eager" alt="" class="social-proof-logos"/></div><div style="-webkit-transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="logo-container"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa6465e7ab03a7d68cea84_Outfound.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64653725adb9694a532d_bloom.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285d9f8db7381328533_Plutocard.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285448339f149778cd3_Global.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3286deb9cb7d71b77aa9_Lightspin.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc328683839f09239d787f_Tatum.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285e75d5f46e078883e_Veremark.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc32866e46b6f917aeddd7_Volopay.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285c10baed16836e677_Remotefirst.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc328560b428227afb7595_Helloclever.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285bddf5b4060b19ac3_Integrate.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285b2f14e023019516f_Power.png" loading="eager" width="116" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64659c28d2f89c0414cf_sendcamp.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3285a41047ee57ec6a25_Lucidity.png" loading="eager" width="164" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64659a7b589739c14b50_Zilla.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa6465b662efe57530ec4f_Workweek.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64659cea027ca8abc71f_Courtly.svg" loading="eager" alt="" class="social-proof-logos"/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa64650953cacf7e089b51_misfans.svg" loading="eager" alt="" class="social-proof-logos"/></div><div class="carousel-conteiner__overlay"></div><div class="carousel-conteiner__overlay is--right"></div></div></div></div><div class="hero--img"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero.png" loading="lazy" width="1561.5" sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 940px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero-p-1600.png 1600w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero-p-2000.png 2000w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero-p-2600.png 2600w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66f9cb6be14c68996f7fac74_FB-dashboard-hero.png 3123w" class="image-154"/></div></div></section><section class="section-v2 py--xl"><div class="w-layout-blockcontainer container-v2 w-container"><div class="div-block-520"><div class="container-heading-left"><h2 class="v2--h3">Start and Grow</h2><h1 class="v2--h1 left-aligned below-fold">Everything you need to start and run your business.</h1></div><div class="w-embed w-script"><style>
    .tabs__menu__link .tabs__menu__link__underline {
      transition: left 0ms linear;
    }
    .tabs__menu__link.w--current .tabs__menu__link__underline {
      left: 0%;
      transition: left 8000ms linear;
    }
</style>
<script>
    window.addEventListener('load', () => {
      //------------------------------------------------------
      const transitionSpeed = 8000;
      const tabsWrap = document.querySelector('.tabs.w-tabs');
      const tabs = document.querySelectorAll('.tabs__menu .tabs__menu__link');
      let currentTab = 0;
      let intervalId;
  
      tabs.forEach((tab) => {
        tab.addEventListener('click', (e) => {
          currentTab = Number(tab.id.split('-')[1]);
          tab.classList.remove('w--current');
          setTimeout(() => tab.classList.add('w--current'), 10);
          clearInterval(intervalId);
          clickTabsOneByOne();
          console.log('tab clicked', currentTab, tab.id.split('-')[1]);
        });
      });
  
      const handleIntersection = (entries, observer) => {
        entries.forEach((entry) => {
          if (entry.isIntersecting) {
            const intersectionRatio = entry.intersectionRatio;
            if (intersectionRatio >= 0.4) {
              tabs[currentTab].click();
              console.log('Intersecting, start looping');
              observer.disconnect();
            }
          }
        });
      };
  
      const observer = new IntersectionObserver(handleIntersection, {
        threshold: 0.4,
      });
      observer.observe(tabsWrap);
  
      const clickTabsOneByOne = () => {
        intervalId = setInterval(() => {
          const nextTab = (currentTab + 1) % tabs.length;
          tabs[nextTab].click();
          currentTab = nextTab;
        }, transitionSpeed);
      };
      //------------------------------------------------------
    });
</script></div><div class="tabs-wrap"><div data-current="" data-easing="ease" data-duration-in="300" data-duration-out="100" class="tabs w-tabs"><div class="tabs__menu w-tab-menu"><a data-w-tab="Explore Start" id="tab-0" class="tabs__menu__link w-inline-block w-tab-link"><div>Explore Start</div><div class="tabs__menu__link__underline"></div></a><a data-w-tab="Explore Firstbase one" id="tab-1" class="tabs__menu__link w-inline-block w-tab-link"><div>Explore Firstbase One</div><div class="pricing__badge">New</div><div class="tabs__menu__link__underline"></div></a></div><div class="tabs__content w-tab-content"><div data-w-tab="Explore Start" class="tabs__content__pane w-tab-pane"><img width="768" sizes="100vw" alt="" src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa7457b22a4506a54a0f31_start-hero.png" loading="eager" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa7457b22a4506a54a0f31_start-hero-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa7457b22a4506a54a0f31_start-hero-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa7457b22a4506a54a0f31_start-hero-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa7457b22a4506a54a0f31_start-hero.png 1536w" class="tabs__image"/><div class="tabs-wrap__left-bot"><div class="text--m letter-normal text--weight-400 text--xlight-gray">Form your LLC or C-Corp. No paperwork or legal headaches. Our platform automates the entire company formation process with compliance and 24/7 global customer support.</div><div class="buttons-left-wrap w-clearfix"><a href="https://onboarding.firstbase.io/start" class="button mr--m w-button">Start my company</a><a href="/start" class="v2--secondary-btn w-button">Learn more</a></div></div></div><div data-w-tab="Explore Firstbase one" class="tabs__content__pane w-tab-pane"><img width="512" sizes="100vw" alt="" src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc455486792451cf1c909d_FB1%20hero.png" loading="eager" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc455486792451cf1c909d_FB1%20hero-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc455486792451cf1c909d_FB1%20hero-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc455486792451cf1c909d_FB1%20hero-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc455486792451cf1c909d_FB1%20hero.png 1536w" class="tabs__image"/><div class="tabs-wrap__left-bot"><div class="text--m letter-normal text--weight-400 text--xlight-gray">Firstbase One is a suite of tools that provides founders with everything they need to run their business, including accounting, registered agent services, a premium physical US address, and tax filing services.</div><div class="buttons-left-wrap w-clearfix"><a href="/one" class="button w-button">Learn more</a></div></div></div></div></div></div></div></div></section><section class="section-v2"><div class="w-layout-blockcontainer container-v2 w-container"><div class="container-heading"><h2 class="v2--h3">Explore</h2><h1 class="v2--h1 mw--l">One platform to launch, operate, and grow a startup.</h1></div><div class="grid-3col"><a href="/start" class="resource-card w-inline-block"><div class="resource-card__top"><div class="text--l">Start</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8ba28523e1f5c41d7a9e_arrow-up-right.svg" loading="lazy" alt=""/></div><div class="resource-card__mid"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8d5f19d25eab3141c90c_Start-img.svg" loading="lazy" width="168" alt="" class="resourcecard__image"/></div><div class="resource-card__bot"><div class="text--m text--xxlight-purple"><span class="lip-label-medium">Form your LLC or C-Corp.</span> <span class="text--purple">No paperwork or legal headaches. Our product automates the entire process.</span></div></div></a><a href="/mailroom" class="resource-card w-inline-block"><div class="resource-card__top"><div class="text--l">Mailroom</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8ba28523e1f5c41d7a9e_arrow-up-right.svg" loading="lazy" alt=""/></div><div class="resource-card__mid"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc80ba30bfcfecea8e7392_Mailroom-img.png" loading="lazy" width="504" sizes="(max-width: 767px) 100vw, 504px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc80ba30bfcfecea8e7392_Mailroom-img-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc80ba30bfcfecea8e7392_Mailroom-img-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc80ba30bfcfecea8e7392_Mailroom-img.png 1008w" class="resourcecard__image"/></div><div class="resource-card__bot"><div class="text--m text--xxlight-purple"><span class="lip-label-medium">Get a premium, physical US address.</span> <span class="text--purple">All your business mail in one place. Maintain privacy, without missing an important notice.</span></div></div></a><a href="/agent" class="resource-card w-inline-block"><div class="resource-card__top"><div class="text--l">Agent</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8ba28523e1f5c41d7a9e_arrow-up-right.svg" loading="lazy" alt=""/></div><div class="resource-card__mid"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8d8fc96d051d18418a3c_Agent-img.svg" loading="lazy" width="168" alt="" class="resourcecard__image"/></div><div class="resource-card__bot"><div class="text--m text--xxlight-purple"><span class="lip-label-medium">Stay compliant in every state.</span> <span class="text--purple">Registered agent, franchise tax, annual reports. Automated peace of mind everywhere you operate.</span></div></div></a><a href="/accounting" class="resource-card w-inline-block"><div class="resource-card__top"><div class="text--l">Accounting</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8ba28523e1f5c41d7a9e_arrow-up-right.svg" loading="lazy" alt=""/></div><div class="resource-card__mid"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8da4a8e854b52cfbf324_Accounting-img.png" loading="lazy" width="504" sizes="(max-width: 767px) 100vw, 504px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8da4a8e854b52cfbf324_Accounting-img-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8da4a8e854b52cfbf324_Accounting-img-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8da4a8e854b52cfbf324_Accounting-img.png 1008w" class="resourcecard__image"/></div><div class="resource-card__bot"><div class="text--m text--xxlight-purple"><strong class="lip-label-medium">Get tax and investor ready financials. </strong><span class="text--purple">Powerful accounting platform. Full-service accrual bookkeeping. Books closed on time, every time.</span></div></div></a><a href="/tax-filing" class="resource-card w-inline-block"><div class="resource-card__top"><div class="text--l">Tax filing</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8ba28523e1f5c41d7a9e_arrow-up-right.svg" loading="lazy" alt=""/></div><div class="resource-card__mid"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc5be6f4f83ed0e8125c72_Tax-spot.png" loading="lazy" width="504" sizes="(max-width: 767px) 100vw, 504px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc5be6f4f83ed0e8125c72_Tax-spot-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc5be6f4f83ed0e8125c72_Tax-spot-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc5be6f4f83ed0e8125c72_Tax-spot.png 1008w" class="resourcecard__image"/></div><div class="resource-card__bot"><div class="text--m text--xxlight-purple"><strong class="lip-label-medium">File your taxes with ease.</strong>  <span class="text--purple">C-Corp or LLC<strong>. </strong>US-based or international founders. Corporate and personal returns – we’ve got you covered.</span></div></div></a><a href="/one" class="resource-card w-inline-block"><div class="resource-card__top"><div class="text--l">Firstbase One</div><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa8ba28523e1f5c41d7a9e_arrow-up-right.svg" loading="lazy" alt=""/></div><div class="resource-card__mid"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/676304ee526c0fc0c6f8aca3_FB1%20hero-2.png" loading="lazy" width="504" sizes="(max-width: 767px) 100vw, 504px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/676304ee526c0fc0c6f8aca3_FB1%20hero-2-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/676304ee526c0fc0c6f8aca3_FB1%20hero-2-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/676304ee526c0fc0c6f8aca3_FB1%20hero-2-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/676304ee526c0fc0c6f8aca3_FB1%20hero-2.png 1536w" class="resourcecard__image"/></div><div class="resource-card__bot"><div class="text--m text--xxlight-purple"><span class="lip-label-medium">All the power of Firstbase, one package. </span><span class="text--purple">Your business&#x27;s entire back office, including accounting, compliance, virtual address, and tax - sorted.</span></div></div></a></div></div></section><section class="section-v2 pb--l"><div class="w-layout-blockcontainer container-v2 is--colored w-container"><div class="colored-card"><div class="colored-card__left"><div class="colored-card__logo-wrap"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9464b81e0f45f9219948_Group%201155152.svg" loading="lazy" alt=""/><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9477d6953e33cb026b78_Firstbase%20One.svg" loading="lazy" alt=""/><div class="pricing__badge is--white">New</div></div><div class="colored-card__mid"><h1 class="h3-v2 text--weight-400">All the power of Firstbase, one package.</h1><div class="h4-v2">Save $1,950</div></div><div class="colored-card__bot w-clearfix"><a href="/one" class="button mr--m w-button">Learn more</a><a href="#" class="button-secondary is--transparent w-inline-block"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9626dbdfe5f679f0ba87_tag.svg" loading="lazy" alt=""/><div>Start add-on</div></a></div></div><div class="colored-card__right"><div class="flex-v"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3cf2cbbff6ebbbfabae2_Mailroom-sm-trans.png" loading="lazy" width="60" alt="" class="product-icon small"/><div class="flex-v gap--xs"><div class="text--m is--card-item">Mailroom Premium</div><div class="text--m text--light-purple text--weight-400">Secure a premium physical address and virtual mailbox</div></div></div><div class="flex-v"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3cbb31d6be1d67aaa764_Agent-sm-trans.png" loading="lazy" width="60" alt="" class="product-icon small"/><div class="flex-v gap--xs"><div class="text--m is--card-item">Agent Autopilot</div><div class="text--m text--light-purple text--weight-400">Get compliance reminders and annual report filings</div></div></div><div class="flex-v"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3cba576c1fa45299d717_Accounting-sm-trans.png" loading="lazy" width="60" alt="" class="product-icon small"/><div class="flex-v gap--xs"><div class="text--m is--card-item">Accounting<br/></div><div class="text--m text--light-purple text--weight-400">Manage all your transactions in a unified dashboard</div></div></div><div class="flex-v"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fc3cba8f4d59388b5900d8_Tax-trans-sm.png" loading="lazy" width="60" alt="" class="product-icon small"/><div class="flex-v gap--xs"><div class="text--m is--card-item">Tax Filing</div><div class="text--m text--light-purple text--weight-400">Easily file state and federal taxes for your LLC or C-Corp</div></div></div></div></div></div></section><section class="section-v2"><div class="w-layout-blockcontainer container-v2 w-container"><div class="container-heading-left mb--normal"><h2 class="v2--h3">Faster with Firstbase</h2><h1 class="v2--h1 left-aligned mw--l">Starting a company should be a celebration, not a nightmare.</h1></div><div class="grid-3col gap--s"><div class="flex-v gap--m"><div class="icon-wrapper is--colored"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9ac8749686ab0cb4f6ff_Frame%201156672.svg" loading="lazy" alt=""/></div><div class="flex-v gap--xxs"><div class="text--m is--card-item">All-in-one platform.<br/></div><div class="text--m text--light-purple text--weight-400">Why manage eight different tools when you can have everything in one place.</div></div></div><div class="flex-v gap--m"><div class="icon-wrapper is--colored"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9ad7569966eff200a3a1_arrow-refresh-01.svg" loading="lazy" alt=""/></div><div class="flex-v gap--xxs"><div class="text--m is--card-item"><strong class="bold-text-4">Save time &amp; money with automation.</strong><br/></div><div class="text--m text--light-purple text--weight-400">Faster and more accurate than traditional services.</div></div></div><div class="flex-v gap--m"><div class="icon-wrapper is--colored"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9b4b6771deffdfa219fe_globe.png" loading="lazy" alt="" class="icon--24"/></div><div class="flex-v gap--xxs"><div class="text--m is--card-item"><strong class="bold-text-5">Global support from real humans.</strong><br/></div><div class="text--m text--light-purple text--weight-400">Trusted by founders in 188 countries.</div></div></div></div></div></section><section class="section-v2 py--xl"><div class="w-layout-blockcontainer container-v2 w-container"><div class="container-heading"><h2 class="v2--h3">Rewards and Perks</h2><h1 class="v2--h1 mw--none">Get access to $350,000 in perks from our world-class partners and integrations.</h1></div><div class="grid-2col"><div class="card-l"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9c446771deffdfa2e0fc_Frame%201156601.png" loading="lazy" width="768" sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 768px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9c446771deffdfa2e0fc_Frame%201156601-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9c446771deffdfa2e0fc_Frame%201156601-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9c446771deffdfa2e0fc_Frame%201156601-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9c446771deffdfa2e0fc_Frame%201156601.png 1536w" class="card-l__img"/><div class="card-l__bot"><div class="text--m letter-normal text--weight-400">Banking</div><div class="text--m letter-normal text--weight-400 text--smpurple">Quickly get approved for a US bank account through our banking marketplace.</div></div></div><div class="card-l"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d5b4afe99393d15622d_Frame%201156602.png" loading="lazy" width="768" sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 768px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d5b4afe99393d15622d_Frame%201156602-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d5b4afe99393d15622d_Frame%201156602-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d5b4afe99393d15622d_Frame%201156602-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d5b4afe99393d15622d_Frame%201156602.png 1536w" class="card-l__img"/><div class="card-l__bot"><div class="text--m letter-normal text--weight-400">Payments</div><div class="text--m letter-normal text--weight-400 text--smpurple">No Stripe processing fee for your first $20,000 in transactions.</div></div></div><div class="card-l"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d72c2a234fe48b922f6_Frame%201156603.png" loading="lazy" width="768" sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 768px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d72c2a234fe48b922f6_Frame%201156603-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d72c2a234fe48b922f6_Frame%201156603-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d72c2a234fe48b922f6_Frame%201156603-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d72c2a234fe48b922f6_Frame%201156603.png 1536w" class="card-l__img"/><div class="card-l__bot"><div class="text--m letter-normal text--weight-400">Equity</div><div class="text--m letter-normal text--weight-400 text--smpurple">Create a captable in Carta in one click after assigning equity using Firstbase’s post-formation toolkit. File 83(B) for free and on time.</div></div></div><div class="card-l"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d80ed96045510addd7a_Frame%201156604.png" loading="lazy" width="768" sizes="(max-width: 767px) 100vw, (max-width: 991px) 728px, 768px" alt="" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d80ed96045510addd7a_Frame%201156604-p-500.png 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d80ed96045510addd7a_Frame%201156604-p-800.png 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d80ed96045510addd7a_Frame%201156604-p-1080.png 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9d80ed96045510addd7a_Frame%201156604.png 1536w" class="card-l__img"/><div class="card-l__bot"><div class="text--m letter-normal text--weight-400">Legal</div><div class="text--m letter-normal text--weight-400 text--smpurple">Get up to $6,000 worth of credits from world-class law firms.</div></div></div></div></div></section><section data-wf--reviews-section--variant="base" class="section-v2 py--xl"><div class="w-layout-blockcontainer container-v2 w-container"><div class="w-embed w-script"><style>
  .review-swiper__slide .review-swiper__slider-inner {
    opacity: 0;
    transition: opacity 0.8s;
  }
  .review-swiper__slide.swiper-slide-active .review-swiper__slider-inner {
    transition: opacity 0.8s;
    opacity: 1;
  }
  .swiper-pagination-bullet {
    margin: 0 !important;
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    background-color: rgba(217, 217, 217, 0.2) !important;
    transition: background-color 0.4s ease !important;
  }
  .swiper-pagination-bullet:hover {
    background-color: #d9d9d9 !important;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d9d9d9 !important;
  }
</style>
<script
  async
  src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js"
  integrity="sha512-Ysw1DcK1P+uYLqprEAzNQJP+J4hTx4t/3X2nbVwszao8wD+9afLjBQYjz7Uk4ADP+Er++mJoScI42ueGtQOzEA=="
  crossorigin="anonymous"
  referrerpolicy="no-referrer"
></script>
<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.css"
  integrity="sha512-pmAAV1X4Nh5jA9m+jcvwJXFQvCBi3T17aZ1KWkqXr7g/O2YMvO8rfaa5ETWDuBvRq6fbDjlw4jHL44jNTScaKg=="
  crossorigin="anonymous"
  referrerpolicy="no-referrer"
/>
<script>
  window.addEventListener('load', () => {
    const swiper = new Swiper('.review-swiper', {
      loop: true,
      centeredSlides: true,
      spaceBetween: 32,
      slidesPerView: 1,
      effect: "fade",
      speed: 600,
      autoplay: {
        delay: 6000,
        disableOnInteraction: false,
      },
      pagination: {
        el: '.review-swiper__pagination',
        clickable: true,
      },
    });
  });
</script></div><div class="review-swiper"><div class="review-swiper__inner swiper-wrapper"><div class="review-swiper__slide swiper-slide"><div class="review-swiper__slider-inner"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/63114939e2519fd73295fb87_CartaLogo_White.svg" loading="lazy" alt="Carta Logo" class="image-94"/><div class="h3-v2">&quot;I&#x27;m excited to be a part of Firstbase’s journey as they democratize access to starting companies by making it accessible to everyone.&quot;</div><div class="review-swiper-person-wrap"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620aa33eb9a5ab4dd454e4d6_henry-ward.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620aa33eb9a5ab4dd454e4d6_henry-ward-p-800.jpeg 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620aa33eb9a5ab4dd454e4d6_henry-ward-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620aa33eb9a5ab4dd454e4d6_henry-ward-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/620aa33eb9a5ab4dd454e4d6_henry-ward.jpg 1800w" alt="Henry Ward, CEO of Carta." class="review-profile-img"/><h3 class="review-swiper-person-name">Henry Ward</h3><div class="review-swiper-person-position">CEO</div></div></div></div><div class="review-swiper__slide swiper-slide"><div class="review-swiper__slider-inner"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/622a1d6a14193828db36291f_firstbase-statuspage.svg" loading="lazy" alt="Statuspage logo" class="image-94"/><div class="h3-v2">&quot;Deciding to launch your own startup is hard enough. Firstbase takes what is often a big headache of incorporation for founders and simplifies the process into an efficient, personalized one stop shop.&quot;</div><div class="review-swiper-person-wrap"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60d4b291dd72bbd0060627f6_firstbase-dannyolinsky.jpg" loading="lazy" alt="Danny Olinsky - Co-founder at StatusPage" class="review-profile-img"/><h3 class="review-swiper-person-name">Danny Olinsky</h3><div class="review-swiper-person-position">Co-founder</div></div></div></div><div class="review-swiper__slide swiper-slide"><div class="review-swiper__slider-inner"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/62327db150cb3a853452cc87_firstbase-yc.svg" loading="lazy" alt="Y Combinator logo" class="image-94"/><div class="h3-v2">&quot;We’re thrilled to support Firstbase’s mission and believe they will have a massive impact on new businesses being started around the world.”</div><div class="review-swiper-person-wrap"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60ede2383f0c8b2662d6b660_firstbase-jared.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60ede2383f0c8b2662d6b660_firstbase-jared-p-500.jpeg 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60ede2383f0c8b2662d6b660_firstbase-jared-p-800.jpeg 800w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60ede2383f0c8b2662d6b660_firstbase-jared-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60ede2383f0c8b2662d6b660_firstbase-jared-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60ede2383f0c8b2662d6b660_firstbase-jared.jpg 1800w" alt="Jared Friedman - Partner at Y Combinator" class="review-profile-img"/><h3 class="review-swiper-person-name">Jared Friedman</h3><div class="review-swiper-person-position">Partner</div></div></div></div><div class="review-swiper__slide swiper-slide"><div class="review-swiper__slider-inner"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/6109a0f94432c8ea6a50a72b_firstbase-calmfund.svg" loading="lazy" alt="Logo of Calm Company Fund." class="image-94"/><div class="h3-v2">&quot;Firstbase is tackling a big problem involving multiple government bureaucracies and this kind of relentless focus on the details is the only way to make launching a business truly seamless.&quot;</div><div class="review-swiper-person-wrap"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60eda4dcad74a0b2ee300e9d_firstbase-tyler.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60eda4dcad74a0b2ee300e9d_firstbase-tyler-p-500.jpeg 500w, https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/60eda4dcad74a0b2ee300e9d_firstbase-tyler.jpg 720w" alt="Tyler Tringas - General Partner at Earnest Capital" class="review-profile-img"/><h3 class="review-swiper-person-name">Tyler Tringas</h3><div class="review-swiper-person-position">Founder</div></div></div></div></div></div><div class="review-swiper__pagination"></div></div></section><section class="section-v2"><div class="w-layout-blockcontainer container-v2 w-container"><div class="flex-v gap--xl is--center"><div class="icon-strikethrough-wrap"><div class="icon-wrapper is--colored"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66fa9b4b6771deffdfa219fe_globe.png" loading="lazy" alt="" class="icon--24"/></div><div class="icon-strikethrough"></div></div><h1 class="v2--h1 text--xlight-purple">Accelerating startups around the world</h1></div><div class="startups-wrap"><div class="startups__item"><div class="text--l is--startup">Companies incorporated</div><div class="h3-v2-l">30,000+</div></div><div class="startups__item"><div class="text--l is--startup">Representing</div><div class="h3-v2-l">191 countries</div></div><div class="startups__item"><div class="text--l is--startup">Total raised by customers</div><div class="h3-v2-l">$3B in funding</div></div></div></div></section><section class="section-v2 py--xl"><div class="w-layout-blockcontainer container-v2 is--blue-cta w-container"><div class="blue-cta"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/66faa598641c8f5417b69817_Frame%201156675.svg" loading="lazy" alt="" class="blue-cta__img"/><h1 class="h2-v2-small text--light-purple">Start your dream business with Firstbase</h1><div class="blue-cta__bottom"><div class="text--l is--blue-cta">Start, grow, and manage your business with the next-generation business operations platform for founders</div><div class="buttons-wrap-center w-clearfix"><a href="https://onboarding.firstbase.io/start" class="button w-button">Start my company</a><a href="https://app.firstbase.io/auth/sign-up" class="v2--secondary-btn w-button">Onboard my existing company</a></div></div></div></div></section><div class="v2-cookie-banner"><div class="fs-cc_custom-code w-embed"></div><div fs-cc="banner" class="fs-cc_cookie-component"><div class="fs-cc_modal"><a fs-cc="close" href="#" class="fs-cc_close-button w-inline-block"><div class="fs-cc_close-button-line"></div><div class="fs-cc_close-button-line is-2nd"></div><div class="fs-cc_screen-reader-only">Close Cookie Popup</div></a><div class="fs_cc-modal-content"><div class="fs-cc_title">Cookie settings</div><div class="fs-cc_description">We use cookies to improve your experience and for marketing. Read our <a href="/privacy-policy"><strong class="v2--link-text">cookie policy</strong></a> or <a href="#" fs-cc="open-preferences"><strong class="v2--link-text">manage cookies</strong></a>.</div></div><div class="fs-cc_modal-buttons w-clearfix"><a fs-cc="allow" href="#" class="button small w-button">Accept all</a><a fs-cc="open-preferences" href="#" class="v2--secondary-btn small w-button">Cookie settings</a></div></div></div><div fs-cc="preferences" class="fs-cc_preference-component"><div class="cookie-preference_wrapper"><div id="Cookie-settings" class="fs-cc_modal large"><a fs-cc="close" href="#" class="fs-cc_close-button w-inline-block"><div class="fs-cc_close-button-line"></div><div class="fs-cc_close-button-line is-2nd"></div><div class="fs-cc_screen-reader-only">Close Cookie Preference Manager</div></a><div class="fs_cc-modal-content"><div class="fs-cc_title">Cookie settings</div><div class="fs-cc_description">By clicking &#x27;Accept all cookies&#x27;, you agree to storing cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts as outlined in our <a href="https://www.webflow-cookies.com/?utm_medium=referral&amp;utm_source=cloneable" target="_blank" class="fs-cc_link">privacy policy</a>.</div><div class="fs-cc_form w-form"><form id="ck-form" name="wf-form-ck-form" data-name="ck-form" method="get" class="fs-cc_preferences" data-wf-page-id="66f9ac4f19d477e7b42f2508" data-wf-element-id="ba4e4d4d-7874-eea6-8a24-0ba809235967"><div class="fs-cc_checkbox is--not-allowed w-clearfix"><div class="fs-cc_checkbox-button is-required"></div><div class="fs-cc_checkbox-label is--not-allowed">Strictly necessary (always active)</div><div class="fs-cc_checkbox-description is--not-allowed">Cookies required to enable basic website functionality.</div></div><label class="w-checkbox fs-cc_checkbox w-clearfix"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-cc_checkbox-button"></div><input type="checkbox" name="Fs-Marketing" id="fs__marketing" data-name="Fs Marketing" fs-cc-checkbox="marketing" style="opacity:0;position:absolute;z-index:-1"/><span for="Fs-Marketing" class="fs-cc_checkbox-label w-form-label">Marketing</span><div class="fs-cc_checkbox-description">Cookies used to deliver advertising that is more relevant to you and your interests.</div></label><label class="w-checkbox fs-cc_checkbox w-clearfix"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-cc_checkbox-button"></div><input type="checkbox" name="Fs-Personalization" id="fs__personalization" data-name="Fs Personalization" fs-cc-checkbox="personalization" style="opacity:0;position:absolute;z-index:-1"/><span for="Fs-Personalization" class="fs-cc_checkbox-label w-form-label">Personalization<br/></span><div class="fs-cc_checkbox-description">Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).</div></label><label class="w-checkbox fs-cc_checkbox w-clearfix"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-cc_checkbox-button"></div><input type="checkbox" name="Fs-Analytics" id="fs__analytics" data-name="Fs Analytics" fs-cc-checkbox="analytics" style="opacity:0;position:absolute;z-index:-1"/><span for="Fs-Analytics" class="fs-cc_checkbox-label w-form-label">Analytics<br/></span><div class="fs-cc_checkbox-description">Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.</div></label></form><div class="fs-cc_preference-buttons w-clearfix"><a fs-cc="allow" href="#" class="button w-button">Accept all</a><a fs-cc="submit" href="#" class="v2--secondary-btn w-button">Save settings</a></div><div class="hide-all w-form-done"></div><div class="hide-all w-form-fail"></div></div></div></div></div><div fs-cc="close" class="cookie-preference_background"></div></div></div></div><section id="footer" class="footer-2"><div class="footer-container w-container"><div class="footer-flex-container-2"><a href="/old-home-3" class="footer-logo-link-2"><img src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/609bf4ae6380ac34e545f653_firstbase-logo.svg" width="92" alt="Firstbase" class="image-108"/></a><div class="div-block-368"><div class="div-block-369"><h2 class="footer-heading-2">Products</h2><ul role="list" class="list-5 w-list-unstyled"><li class="list-item-3"><a href="/start" class="footer-link">Firstbase Start</a></li><li class="list-item-3"><a href="/loop" class="footer-link">Firstbase Loop</a></li><li class="list-item-3"><a href="/mailroom" class="footer-link">Firstbase Mailroom</a></li><li class="list-item-3"><a href="/payroll" class="footer-link hide">Firstbase Payroll</a></li><li class="list-item-3"><a href="/agent" class="footer-link">Firstbase Agent</a></li><li class="list-item-3"><a href="/accounting" class="footer-link">Firstbase Accounting</a><a href="/sales-tax" class="footer-link">Firstbase Sales Tax</a></li><li class="list-item-3"><a href="/api" class="footer-link">Incorporation API</a></li><li class="list-item-3"><a href="/pricing-old" class="footer-link">Pricing</a></li><li class="list-item-3"><a href="/rewards" class="footer-link">Rewards</a></li></ul></div><div class="div-block-369"><h2 class="footer-heading-2">Company</h2><ul role="list" class="list-5 w-list-unstyled"><li class="list-item-3"><a href="/about" class="footer-link">About Us</a></li><li class="list-item-3"><a href="/careers" class="footer-link hide">Careers</a></li></ul></div><div class="div-block-369 hide"><h2 class="footer-heading-2">Resources</h2><ul role="list" class="list-5 w-list-unstyled"><li class="list-item-3"><a href="/vc-database" class="footer-link hide">VC Database<br/></a></li><li class="list-item-3"><a href="/business-name-check-partners" class="footer-link hide">Name Check Widget</a></li><li class="list-item-3"><a href="/headcount-planning-calculator" class="footer-link hide">Headcount Planning Calculator</a></li><li class="list-item-3"><a href="/incorporation-checklist" class="footer-link">Incorporation Checklist</a></li><li class="list-item-3"><a href="/ongoing-business-requirements" class="footer-link hide">Compliance Guide</a></li><li class="list-item-3"><a href="/mission-statement-generator" class="footer-link hide">Mission Statement Generator</a></li><li class="list-item-3"><a href="/business-idea-generator" class="footer-link hide">Business Idea Generator</a></li><li class="list-item-3"><a href="/business-name-generator" class="footer-link hide">Business Name Generator</a></li><li class="list-item-3"><a href="#" class="footer-link hide">Legal Form Generator</a></li></ul></div><div class="div-block-369"><h2 class="footer-heading-2">Support &amp; Resources</h2><ul role="list" class="list-5 w-list-unstyled"><li class="list-item-3"><a href="https://onboarding.firstbase.io/start/type/help/llc-or-corp" target="_blank" class="footer-link hide">LLC vs. C-Corp</a></li><li class="list-item-3"><a href="/business-name-search" class="footer-link hide">Free Business Name Check</a></li><li class="list-item-3 hide"><a href="/reports" class="footer-link">Firstbase Reports</a></li><li class="list-item-3"><a href="/guide" class="footer-link hide">Founder&#x27;s Guide</a></li><li class="list-item-3"><a href="/blog" class="footer-link">Blog</a></li><li class="list-item-3"><a href="https://help.firstbase.io/" target="_blank" class="footer-link">Help Center</a></li><li class="list-item-3"><a href="https://help.firstbase.io/hc/en-us/requests/new" target="_blank" class="footer-link">Contact Us</a></li><li class="list-item-3 no"><a href="https://www.firstbase.io/search" class="footer-link">Search</a></li></ul></div></div></div><div class="div-block-367"></div><div class="div-block-246"><div class="div-block-247"><div class="heading-56">Subscribe to receive our latest updates, features, founder guides, and success stories right to your inbox 🚀</div></div><div class="form-block w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" class="form" data-wf-page-id="66f9ac4f19d477e7b42f2508" data-wf-element-id="cb524e5e-d58d-c5f4-9382-cab8de4d07db"><input class="text-field w-input" maxlength="256" name="email-2" data-name="Email 2" placeholder="Enter your email" type="email" id="email-2" required=""/><input type="submit" data-wait="Please wait..." class="submit-button w-button" value="Submit"/></form><div class="success-message w-form-done"><div class="text-block-51">Thank you! We&#x27;ll send you the latest news right to your inbox.</div></div><div class="error-message w-form-fail"><div class="text-block-51">Oops! Something went wrong while submitting the form.</div></div></div></div><div class="div-block-367"></div><div class="div-block-405"><div class="text-block-98">© 2025 Firstbase.io, Inc. All rights reserved.</div><a href="/terms" class="footer-link">Terms of Use</a><a href="/privacy-policy" class="footer-link">Privacy Policy</a><div class="text-block-98"><a href="https://twitter.com/tryfirstbase" target="_blank" class="link-3">Twitter</a>  ·  <a href="https://www.linkedin.com/company/firstbase-io" target="_blank" class="link-3">LinkedIn</a> ·  <a href="https://www.instagram.com/firstbase.io/" target="_blank" class="link-3">Instagram</a> ·  <a href="https://www.youtube.com/c/Firstbase" target="_blank" class="link-3">YouTube</a></div></div></div></section><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=609486d2fafa37698a57db5b" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/js/webflow.schunk.36b8fb49256177c8.js" type="text/javascript" integrity="sha384-4abIlA5/v7XaW1HMXKBgnUuhnjBYJ/Z9C1OSg4OhmVw9O3QeHJ/qJqFBERCDPv7G" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/js/webflow.schunk.f2b1c3d62b1462ff.js" type="text/javascript" integrity="sha384-8o0dY85RuF12910CZmJiypMXKaeuf4oycpT4eJ80kkDTpDboeTHGXKpqTMqSvANL" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/js/webflow.schunk.121b0d7ff03e0f4a.js" type="text/javascript" integrity="sha384-xmxYNW5cjPqRkOstIN2AtIcrlQOgIF4k5PmI7WPxkrTXkUGtbSKaezRTaxUTpIEs" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/609486d2fafa37698a57db5b/js/webflow.eb4df2e1.23d3dd3d71c48da2.js" type="text/javascript" integrity="sha384-ROBUZH/N+c9E2u7iyJn59rZNe+ssk+uQRZLjG4iJsWMEX6zwshDl/pu+uBzn3cUc" crossorigin="anonymous"></script><!-- Page to top on refresh -->
<script>
$(window).on('beforeunload', function() {
  $('body').hide();
  $(window).scrollTop(0);
});
</script>

<!-- Force Browser to Reload Page on Back Button Click -->
<script> 
window.onpageshow = function(event) {
    if (event.persisted) {
        window.location.reload() 
    }
};
</script>

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N7CG3WQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<!-- Script from Product Team -->
<script>
function setCookie(a,b,c={}){c={path:"/",...c},c.expires instanceof Date&&(c.expires=c.expires.toUTCString());let d=encodeURIComponent(a)+"="+encodeURIComponent(b);for(let e in c){d+="; "+e;let a=c[e];!0!==a&&(d+="="+a)}document.cookie=d}function getCookie(a){let b=document.cookie.match(new RegExp("(?:^|; )"+a.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,"\\$1")+"=([^;]*)"));return b?decodeURIComponent(b[1]):void 0}function getParameterByName(a,b=window.location.href){a=a.replace(/[\[\]]/g,"\\$&");let c=new RegExp("[?&]"+a+"(=([^&#]*)|&|#|$)"),d=c.exec(b);return d?d[2]?decodeURIComponent(d[2].replace(/\+/g," ")):"":null}let utm_source=getParameterByName("utm_source"),utm_medium=getParameterByName("utm_medium"),utm_campaign=getParameterByName("utm_campaign"),referrer=document.referrer,value="utm_source="+utm_source+"&utm_medium="+utm_medium+"&utm_campaign="+utm_campaign+"&referrer="+referrer,utmParamsCookie=getCookie("utm_params");if(utmParamsCookie===void 0){let a=new Date;a.setMonth(a.getMonth()+1),setCookie("utm_params",value,{expires:a,domain:".firstbase.io"})}
</script>

<!-- Start of firstbaseio Zendesk Widget script -->
<!-- <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=5ce879a4-fc5e-472c-a5e2-05e581743b0a"> </script> -->
<!-- End of firstbaseio Zendesk Widget script -->

<!-- Get the anonymous ID and save it in dataLayer -->
<script>
  window.addEventListener('load', () => {
    const anonymousId = analytics?.user()?.anonymousId();
    window.dataLayer = window.dataLayer || [];
    if (!window.dataLayer.find((item) => item.anonymousId === anonymousId) && anonymousId) {
      window.dataLayer.push({ anonymousId });
      console.log('Saved ID in dataLayer:', anonymousId);
    }
  });
</script>

<!-- Script from Product Team -->
<!-- It add all UTM params to typeform links -->
<script>
(function () {
  function getCookie(name) {
    const match = document.cookie.match(
      new RegExp("(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, "\\$1") + "=([^;]*)")
    );
    return match ? decodeURIComponent(match[1]) : undefined;
  }

  function isGoodValue(v) {
    if (v == null) return false;
    const s = String(v).trim().toLowerCase();
    return s !== "" && s !== "null" && s !== "undefined" && s !== "nan";
  }

  function decorateTypeformLinks() {
    const cookieValue = getCookie("utm_params");
    if (!cookieValue) return;

    const cookieParams = new URLSearchParams(cookieValue);
    const links = document.querySelectorAll('a[href*="typeform.com/"]');

    links.forEach(link => {
      let url;
      try {
        url = new URL(link.href, window.location.origin);
      } catch {
        return;
      }

      // Only real typeform.com domains (incl. subdomains like form.typeform.com)
      if (!/(\.|^)typeform\.com$/i.test(url.hostname)) return;

      cookieParams.forEach((value, key) => {
        if (isGoodValue(value) && !url.searchParams.has(key)) {
          url.searchParams.set(key, value);
        }
      });

      link.href = url.toString();
    });
  }

  // Run once on load
  document.addEventListener("DOMContentLoaded", decorateTypeformLinks);

  // Keep applying if Webflow or scripts add/update links after load
  const observer = new MutationObserver(() => decorateTypeformLinks());
  observer.observe(document.documentElement, { childList: true, subtree: true });
})();
</script>


<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.10/typed.min.js"></script>

<script>
  var typed = new Typed(".rolling", {
  strings: ["Launch", "Grow", "Run", "Scale", "Build", "Love", "Start"],
  typeSpeed: 75,
  backSpeed: 75,
  backDelay: 1000,
  startDelay: 1000,
  loop: false,
  showCursor: false,
  cursorChar: "|",
  attr: null,
});
</script>

<script>
jQuery.event.special.touchstart = {
    setup: function( _, ns, handle ) {
        this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") });
    }
};
jQuery.event.special.touchmove = {
    setup: function( _, ns, handle ) {
        this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") });
    }
};
jQuery.event.special.wheel = {
    setup: function( _, ns, handle ){
        this.addEventListener("wheel", handle, { passive: true });
    }
};
jQuery.event.special.mousewheel = {
    setup: function( _, ns, handle ){
        this.addEventListener("mousewheel", handle, { passive: true });
    }
};

</script></body></html>