CINXE.COM

Hubstaff | Time Tracking and Productivity Monitoring Tool

<!DOCTYPE html><html lang="en"> <head><title>Hubstaff | Time Tracking and Productivity Monitoring Tool</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"><meta name="description" content="Simple yet powerful employee work tracker with screenshots, timesheets, billing, in-depth reports, and more. Understand productivity issues and act on them."><meta property="og:title" content="Hubstaff | Time Tracking and Productivity Monitoring Tool"><meta property="og:description" content="Hubstaff | Time Tracking and Productivity Monitoring Tool"><meta property="og:image" content="/images/social/hubstaff.png"><meta property="og:image:secure_url" content="/images/social/hubstaff.png"><meta property="og:url" content="https://hubstaff.com/"><meta property="og:site_name" content="Hubstaff"><meta property="og:type" content="website"><meta property="og:locale" content="en_US"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@Hubstaff"><meta name="twitter:title" content="Hubstaff | Time Tracking and Productivity Monitoring Tool"><meta name="twitter:description" content="Simple yet powerful employee work tracker with screenshots, timesheets, billing, in-depth reports, and more. Understand productivity issues and act on them."><meta name="twitter:image" content="/images/social/hubstaff.png"><meta name="twitter:creator" content="@Hubstaff"><meta name="apple-mobile-web-app-title" content="Hubstaff"><meta name="application-name" content="Hubstaff"><meta name="#da532c" content="msapplication-TileColor"><meta name="#ffffff" content="theme-color"><link rel="canonical" href="https://hubstaff.com/"><link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/images/icons/favicon/hubstaff/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon/hubstaff/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon/hubstaff/favicon-16x16.png"><link rel="manifest" href="/images/icons/favicon/hubstaff/site.webmanifest"><!-- Schema implementation --><script type="application/ld+json">{ "@context": "http://schema.org", "@type": "Organization", "name": "Hubstaff", "description": "Hubstaff is a time tracking software that helps remote teams and mobile crews become more efficient and productive. Thanks to its powerful capabilities, this desktop and mobile app helps owners focus on growing their businesses instead of running them.", "image": "#{image_url 'static/press/hubstaff_logo_1000.png'}", "logo": "#{image_url 'static/press/hubstaff_logo_1000.png'}", "url": "https://hubstaff.com/", "sameAs": [ "https://twitter.com/Hubstaff", "https://www.linkedin.com/company/hubstaff/", "https://plus.google.com/+Hubstaff", "https://www.facebook.com/hubstaffapps", "https://www.youtube.com/channel/UCV0-Tt5WiHnxDb3Z7wV_Qlg", "https://en.wikipedia.org/wiki/Hubstaff", "https://www.capterra.com/p/132376/Hubstaff/" ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.5", "bestRating": "5", "ratingCount": "404" } }</script><script type="application/ld+json">{ "@context": "http://schema.org", "@type": "WebSite", "url": "https://hubstaff.com/", "name": "Hubstaff", "about": "Time tracking with screenshots and activity levels.", "keywords": "time tracking,screenshot software, virtual team management,time management software,productivity", "award": "Category Leader Q4 2018 - GetApp", "image": "#{content_for?(:schema_image) ? content_for(:schema_image) : image_url('marketing/startup/mac_time_tracker.png') }", "description": "#{content_for?(:description) ? content_for(:description) : 'Time Tracking and Employee monitoring software that takes screenshots, tracks time, time sheets, invoicing and more. Hubstaff makes virtual team management easy.'}", "sameAs" : [ "https://www.facebook.com/hubstaffapps", "https://plus.google.com/+Hubstaff", "https://twitter.com/hubstaff", "https://www.youtube.com/channel/UCV0-Tt5WiHnxDb3Z7wV_Qlg" ] }</script><!-- Sentry integration --><!-- Segment implementation --><script>(function(){const PUBLIC_SEGMENT_KEY = "xV8azCvcoEfDe2gU6TH9KnAUAea8P3ln"; // eslint-disable-next-line !function(){var i='analytics',analytics=window[i]=window[i]||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error('Segment snippet included twice.',);else{analytics.invoked=!0;analytics.methods=['trackSubmit','trackClick','trackLink','trackForm','pageview','identify','reset','group','track','ready','alias','debug','page','screen','once','off','on','addSourceMiddleware','addIntegrationMiddleware','setAnonymousId','addDestinationMiddleware','register',];analytics.factory=function(e,){return function(){if(window[i].initialized)return window[i][e].apply(window[i],arguments,);var n=Array.prototype.slice.call(arguments,);if(['track','screen','alias','group','page','identify',].indexOf(e,)>-1){var c=document.querySelector('link[rel=\'canonical\']',);n.push({__t:'bpc',c:c&&c.getAttribute('href',)||void 0,p:location.pathname,u:location.href,s:location.search,t:document.title,r:document.referrer,},);}n.unshift(e,);analytics.push(n,);return analytics;};};for(var n=0;n<analytics.methods.length;n++){var key=analytics.methods[n];analytics[key]=analytics.factory(key,);}analytics.load=function(key,n,){var t=document.createElement('script',);t.type='text/javascript';t.async=!0;t.setAttribute('data-global-segment-analytics-key',i,);t.src='https://cdn.segment.com/analytics.js/v1/' + key + '/analytics.min.js';t.onload=()=>{document.dispatchEvent(new Event('segmentScriptLoaded',),);};var r=document.getElementsByTagName('script',)[0];r.parentNode.insertBefore(t,r,);analytics._loadOptions=n;};analytics._writeKey=PUBLIC_SEGMENT_KEY;;analytics.SNIPPET_VERSION='5.2.1';}}(); })();</script><!-- Gets the posthog experiments from the cookies and set them in the global object window --><script>(function(){const posthogLocalExperiments = null; const recordSession = false; // Set if the session should be recorded or not based on the path (used in load-scripts.js) window.recordSession = recordSession; // If posthogLocalExperiment is different to null means we are inside the local environment if (posthogLocalExperiments) { window.posthogFeatureFlags = JSON.parse(posthogLocalExperiments); } const posthogDistinctId = document.cookie.match(new RegExp('(^| )' + 'posthog_distinct_id' + '=([^;]+)')); if (posthogDistinctId) window.posthogDistinctId = posthogDistinctId[2]; const posthogExperiments = document.cookie.match(new RegExp('(^| )' + 'posthog_experiments' + '=([^;]+)')); if (posthogExperiments) window.posthogFeatureFlags = JSON.parse(posthogExperiments[2]); // Set the segment Anonymous Id to the same that Posthog uses, without this the features flags don't get assigned window.analytics?.setAnonymousId(window.posthogDistinctId); })();</script><style> .has-hellobar #hubspot-messages-iframe-container { bottom: 70px !important; } @media screen and (min-width: 992px) { .has-hellobar #hubspot-messages-iframe-container { bottom: 35px !important; } } </style> <style>picture img[data-v-ca46c7c5]{height:auto;max-width:100%;display:block} </style><script type="module" src="/_astro/hoisted.BZHjYvjr.js"></script> <script type="module" src="/_astro/page.hIRZ0LeP.js"></script><link rel="stylesheet" href="/home/index.923f96937a.css"></head> <body class="home" data-conditional-class="hsds-layout__body--nav-menu-is-open"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var l=(o,t)=>{let i=async()=>{await(await o())()},e=typeof t.value=="object"?t.value:void 0,s={timeout:e==null?void 0:e.timeout};"requestIdleCallback"in window?window.requestIdleCallback(i,s):setTimeout(i,s.timeout||200)};(self.Astro||(self.Astro={})).idle=l;window.dispatchEvent(new Event("astro:idle"));})();;(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="Zqy3M2" prefix="v13" component-url="/_astro/hsds-header.M6cFoXi2.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;headerType&quot;:[0,&quot;default&quot;],&quot;headerColor&quot;:[0,&quot;transparent&quot;],&quot;hellobars&quot;:[1,[]],&quot;path&quot;:[0,&quot;/&quot;],&quot;isTasksPage&quot;:[0,false],&quot;homePath&quot;:[0,&quot;/&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;HsdsHeader&quot;,&quot;value&quot;:true}" await-children=""><header><!--[--><!--]--><div class="hsds-header--transparent hsds-header" data-conditional-class="hsds-header--active"><!--[--><nav class="hsds-header-nav hsds-header-nav--dark" data-conditional-class="hsds-header-nav--light"><div class="hsds-header-nav__inner"><div class="hsds-header-nav__logo-container"><a class="hsds-header-nav__logo" href="/" aria-label="logo" data-automatic-tracking-text="logo"><svg class="hsds-icon hsds-header-nav__logo-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#logo-hubstaff-white-text"></use></svg></a></div><ul class="hsds-header-nav__navigation"><div class="hsds-header-nav__left-side"><li class="hsds-header-nav__link"><button class="hsds-header-nav__menu-button" data-conditional-class="hsds-header-nav__menu-button--active" type="button" aria-controls="hsds-header-nav-product-dropdown" aria-expanded="false" aria-label="Toggle product dropdown"><span class="hsds-header-nav__menu-button-label">Product</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></button><div class="hsds-header-nav-product-dropdown" id="hsds-header-nav-product-dropdown" style="display:none;"><div class="hsds-header-nav-product-dropdown__left-column"><div class="hsds-header-nav-product-dropdown__left-column-inner"><div class="hsds-header-nav-product-dropdown__tabs" role="tablist"><!--[--><button id="product-tab-0" class="hsds-header-nav-product-dropdown__product--active hsds-header-nav-product-dropdown__product" data-possible-class="hsds-header-nav-product-dropdown__product--active" role="tab" aria-selected="true" aria-controls="product-tabpanel-0"><span class="hsds-header-nav-product-dropdown__product-title">Time Tracking</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></button><button id="product-tab-1" class="hsds-header-nav-product-dropdown__product" data-possible-class="hsds-header-nav-product-dropdown__product--active" role="tab" aria-selected="false" aria-controls="product-tabpanel-1"><span class="hsds-header-nav-product-dropdown__product-title">Productivity Insights</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></button><button id="product-tab-2" class="hsds-header-nav-product-dropdown__product" data-possible-class="hsds-header-nav-product-dropdown__product--active" role="tab" aria-selected="false" aria-controls="product-tabpanel-2"><span class="hsds-header-nav-product-dropdown__product-title">Workforce Management</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></button><button id="product-tab-3" class="hsds-header-nav-product-dropdown__product" data-possible-class="hsds-header-nav-product-dropdown__product--active" role="tab" aria-selected="false" aria-controls="product-tabpanel-3"><span class="hsds-header-nav-product-dropdown__product-title">Integrations</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></button><!--]--></div><div class="hsds-header-nav-product-dropdown__tabs-cta-container"><a class="hsds-header-nav-product-dropdown__tabs-cta" href="/download"><svg class="hsds-icon hsds-icon-download" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" aria-hidden="true" data-v-a5da89b5><g fill="none" stroke="currentColor" stroke-width="1.76" stroke-linecap="round" stroke-linejoin="round" data-v-a5da89b5><g class="animate-group" data-v-a5da89b5><path class="vertical-line" d="M8 1.5 L8 8.5" data-v-a5da89b5></path><polyline class="arrow-head" points="4 7 8 10.6 11.88 7" data-v-a5da89b5></polyline></g><path class="bottom-line" d="M1 14 L15 14" data-v-a5da89b5></path></g></svg><span>Download the apps</span></a></div></div></div><div class="hsds-header-nav-product-dropdown__center-column"><!--[--><div class="hsds-header-nav-product-dropdown__main-features" style="" id="product-tabpanel-0" role="tabpanel" aria-labelledby="product-tab-0"><div class="hsds-header-nav-product-dropdown__main-feature-container"><div class="hsds-header-nav-product-dropdown__main-feature" data-automatic-tracking="true" data-automatic-tracking-text="Employee time tracking software"><a class="hsds-header-nav-product-dropdown__main-feature-title" href="/employee-time-tracking"><span>Employee time tracking software</span></a><p class="hsds-header-nav-product-dropdown__main-feature-description">Manage productivity and projects for teams from 1 to 1000.</p></div></div><div class="hsds-header-nav-product-dropdown__feature-list-container"><div class="hsds-header-nav-product-dropdown__feature-list"><!--[--><a class="hsds-header-nav-product-dropdown__feature" href="/time-tracking-payroll-software" data-automatic-tracking-text="Online payroll &amp; payments"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#payroll-l"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Online payroll &amp; payments</span><span class="hsds-header-nav-product-dropdown__feature-description">Pay teams faster, more easily, and accurately.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/time-report" data-automatic-tracking-text="Online time reporting"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#reporting"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Online time reporting</span><span class="hsds-header-nav-product-dropdown__feature-description">Detailed time reports that help you improve business processes.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/employee-timesheet-software" data-automatic-tracking-text="Employee timesheets"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#timesheets"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Employee timesheets</span><span class="hsds-header-nav-product-dropdown__feature-description">Get automatically generated timesheets from digital or manual time entries.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/gps-time-tracking" data-automatic-tracking-text="GPS time tracking"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#gps"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">GPS time tracking</span><span class="hsds-header-nav-product-dropdown__feature-description">Create location-based job sites that automatically clock employees in and out.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/time-clock-app" data-automatic-tracking-text="Time tracking app"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#time-tracking"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Time tracking app</span><span class="hsds-header-nav-product-dropdown__feature-description">Track employee work hours across devices for accurate timesheets.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/project-cost-tracking-software" data-automatic-tracking-text="Project cost management"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#to-dos"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Project cost management</span><span class="hsds-header-nav-product-dropdown__feature-description">Maximize profits and track hours, pay rates, and forecasts.</span></div></a><!--]--></div><div class="hsds-header-nav-product-dropdown__features-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all features" href="/features"><!--[--><span class="hsds-button__label">See all features</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div><div class="hsds-header-nav-product-dropdown__main-features" style="display:none;" id="product-tabpanel-1" role="tabpanel" aria-labelledby="product-tab-1"><div class="hsds-header-nav-product-dropdown__main-feature-container"><div class="hsds-header-nav-product-dropdown__main-feature" data-automatic-tracking="true" data-automatic-tracking-text="Employee monitoring software"><a class="hsds-header-nav-product-dropdown__main-feature-title" href="/employee-monitoring"><span>Employee monitoring software</span></a><p class="hsds-header-nav-product-dropdown__main-feature-description">Pull 20+ reports to add context to your workforce data.</p></div></div><div class="hsds-header-nav-product-dropdown__feature-list-container"><div class="hsds-header-nav-product-dropdown__feature-list"><!--[--><a class="hsds-header-nav-product-dropdown__feature" href="/product/insights" data-automatic-tracking-text="Insights"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#insights-l"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Insights</span><span class="hsds-header-nav-product-dropdown__feature-description">Set productive apps and URLs and see industry-specific benchmarks.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/employee-productivity-tracking-software" data-automatic-tracking-text="Employee productivity tracking"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#employee-productivity"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Employee productivity tracking</span><span class="hsds-header-nav-product-dropdown__feature-description">Built-in efficiency-boosting tools to help teams work smarter.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/workforce-analytics" data-automatic-tracking-text="Workforce analytics software"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#seo"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Workforce analytics software</span><span class="hsds-header-nav-product-dropdown__feature-description">Access to real-time workforce performance metrics that matter.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/time-tracker-with-screenshots" data-automatic-tracking-text="Time tracking with screenshots"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#screenshots"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Time tracking with screenshots</span><span class="hsds-header-nav-product-dropdown__feature-description">Screenshot-based time tracker for proof of work.</span></div></a><!--]--></div><div class="hsds-header-nav-product-dropdown__features-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all features" href="/features"><!--[--><span class="hsds-button__label">See all features</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div><div class="hsds-header-nav-product-dropdown__main-features" style="display:none;" id="product-tabpanel-2" role="tabpanel" aria-labelledby="product-tab-2"><div class="hsds-header-nav-product-dropdown__main-feature-container"><div class="hsds-header-nav-product-dropdown__main-feature" data-automatic-tracking="true" data-automatic-tracking-text="Workforce management software"><a class="hsds-header-nav-product-dropdown__main-feature-title" href="/workforce-management"><span>Workforce management software</span></a><p class="hsds-header-nav-product-dropdown__main-feature-description">Help remote, hybrid, and in-office teams have their best day at work.</p></div></div><div class="hsds-header-nav-product-dropdown__feature-list-container"><div class="hsds-header-nav-product-dropdown__feature-list"><!--[--><a class="hsds-header-nav-product-dropdown__feature" href="/employee-scheduling-software" data-automatic-tracking-text="Employee scheduling"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#scheduling-l"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Employee scheduling</span><span class="hsds-header-nav-product-dropdown__feature-description">Easily manage schedules, shifts, and time off requests.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/attendance-tracking-software" data-automatic-tracking-text="Attendance tracking"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#check-circle-alternative"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Attendance tracking</span><span class="hsds-header-nav-product-dropdown__feature-description">Intelligent attendance tracking software for every business.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/time-tracking-payroll-software" data-automatic-tracking-text="Online payroll &amp; payments"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#payroll-l"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Online payroll &amp; payments</span><span class="hsds-header-nav-product-dropdown__feature-description">Pay teams faster, more easily, and accurately.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/overtime-tracker" data-automatic-tracking-text="Overtime tracker"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#overtime-tracking"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Overtime tracker</span><span class="hsds-header-nav-product-dropdown__feature-description">Avoid burnout and ensure accurate payments.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/time-tracking-invoicing-software" data-automatic-tracking-text="Billing &amp; invoicing"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#invoicing"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Billing &amp; invoicing</span><span class="hsds-header-nav-product-dropdown__feature-description">Create custom invoices and send them right from your dashboard.</span></div></a><a class="hsds-header-nav-product-dropdown__feature" href="/workforce-analytics" data-automatic-tracking-text="Workforce analytics software"><svg class="hsds-icon hsds-header-nav-product-dropdown__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#seo"></use></svg><div class="hsds-header-nav-product-dropdown__feature-content"><span class="hsds-header-nav-product-dropdown__feature-title">Workforce analytics software</span><span class="hsds-header-nav-product-dropdown__feature-description">Access to real-time workforce performance metrics that matter.</span></div></a><!--]--></div><div class="hsds-header-nav-product-dropdown__features-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all features" href="/features"><!--[--><span class="hsds-button__label">See all features</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div><div class="hsds-header-nav-product-dropdown__main-features" style="display:none;" id="product-tabpanel-3" role="tabpanel" aria-labelledby="product-tab-3"><div class="hsds-header-nav-product-dropdown__main-feature-container"><div class="hsds-header-nav-product-dropdown__main-feature" data-automatic-tracking="true" data-automatic-tracking-text="Connect Hubstaff with your favorite tools"><a class="hsds-header-nav-product-dropdown__main-feature-title" href="/integrations"><span>Connect Hubstaff with your favorite tools</span></a><p class="hsds-header-nav-product-dropdown__main-feature-description">35+ integrations. Hubstaff syncs with the apps you’re already using.</p></div></div><div class="hsds-header-nav-product-dropdown__integrations-list"><!--[--><a class="hsds-header-nav-product-dropdown__integration" href="/jira-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/jira-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Jira</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/slack-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/slack-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Slack</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/automatic-transferwise-payments"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/wise-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Wise</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/deel-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/deel-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Deel</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/asana-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/asana-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Asana</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/time-tracking/google-calendar-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/google-calendar-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Google Calendar</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/trello-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/trello-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Trello</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/github-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/github-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Github</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/clickup-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/clickup-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">ClickUp</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/zendesk-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/zendesk-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Zendesk</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/quickbooks-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/quickbooks-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Quickbooks</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/monday-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/monday-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Monday</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/wrike-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/wrike-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Wrike</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/gusto-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/gusto-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Gusto</span></a><a class="hsds-header-nav-product-dropdown__integration" href="/salesforce-time-tracking"><img class="hsds-header-nav-product-dropdown__integration-image" src="/images/logos/salesforce-mark.svg"><span class="hsds-header-nav-product-dropdown__integration-name">Salesforce</span></a><!--]--></div></div><!--]--></div><div class="hsds-header-nav-product-dropdown__right-column"><div class="hsds-header-nav-product-dropdown__right-column-inner"><!--[--><span class="hsds-header-nav-product-dropdown__customer-stories-title">See it in action</span><img class="hsds-header-nav-product-dropdown__customer-stories-image" src="/images/screenshots/navbar-product-1.png"><p class="hsds-header-nav-product-dropdown__customer-stories-description">Maximize productivity with time tracking you can trust.</p><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-header-nav-product-dropdown__customer-stories-cta" data-name="Get started" href="/signup"><!--[--><span class="hsds-button__label">Get started</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a><!--]--></div></div></div></li><li class="hsds-header-nav__link"><button class="hsds-header-nav__menu-button" data-conditional-class="hsds-header-nav__menu-button--active" type="button" aria-controls="hsds-header-nav-solutions-dropdown" aria-expanded="false" aria-label="Toggle solutions dropdown"><span class="hsds-header-nav__menu-button-label">Solutions</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></button><div class="hsds-header-nav-solutions-dropdown" id="hsds-header-nav-solutions-dropdown" style="display:none;"><div class="hsds-header-nav-solutions-dropdown__left-column"><div class="hsds-header-nav-solutions-dropdown__left-column-inner"><div class="hsds-header-nav-solutions-dropdown__solutions-header"><span class="hsds-header-nav-solutions-dropdown__solutions-header-title">By industry</span></div><!--[--><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/time-tracking-agencies"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">Agencies</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Manage campaigns, billable hours, client budgets, project budgets, and more.</span></a><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/time-tracking-software-development"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">Software development</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Reach milestones sooner with workload management and time tracking features.</span></a><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/time-tracking-consultants"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">Consulting</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Monitor project timelines, track billable hours, and streamline invoicing.</span></a><!--]--><div class="hsds-header-nav-solutions-dropdown__solutions-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all industries" href="/solutions"><!--[--><span class="hsds-button__label">See all industries</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div><div class="hsds-header-nav-solutions-dropdown__center-column"><div class="hsds-header-nav-solutions-dropdown__center-column-inner"><div class="hsds-header-nav-solutions-dropdown__solutions-header"><span class="hsds-header-nav-solutions-dropdown__solutions-header-title">By workforce</span></div><!--[--><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/remote-workforce-software"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">Fully remote</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Manage remote teams of any size, anywhere.</span></a><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/hybrid"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">Hybrid</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Streamline management for both in-office and remote teams.</span></a><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/field-tracking-software"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">Field</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Track time with geofencing and manage projects in real-time.</span></a><!--]--></div></div><div class="hsds-header-nav-solutions-dropdown__center-column"><div class="hsds-header-nav-solutions-dropdown__center-column-inner"><div class="hsds-header-nav-solutions-dropdown__solutions-header"><span class="hsds-header-nav-solutions-dropdown__solutions-header-title">By type</span></div><!--[--><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/solutions/small-business"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">SMB</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Workforce management software for small and medium-sized businesses.</span></a><a class="hsds-header-nav-solutions-dropdown__solutions-element" href="/enterprise"><div class="hsds-header-nav-solutions-dropdown__solutions-element-title-container"><span class="hsds-header-nav-solutions-dropdown__solutions-element-title">Enterprise</span><!----></div><span class="hsds-header-nav-solutions-dropdown__solutions-element-description">Grow your company with enterprise-grade features, compliance, and support.</span></a><!--]--></div></div><div class="hsds-header-nav-solutions-dropdown__right-column"><div class="hsds-header-nav-solutions-dropdown__right-column-inner"><span class="hsds-header-nav-solutions-dropdown__customer-stories-title">Customer stories</span><img class="hsds-header-nav-solutions-dropdown__customer-stories-image" src="/images/screenshots/navbar-solutions.png"><p class="hsds-header-nav-solutions-dropdown__customer-stories-description">OneIMS boosts value offered to customers by 30% with Hubstaff.</p><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="Explore our customer stories" href="/customers/oneims"><!--[--><span class="hsds-button__label">Explore our customer stories</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div></li><li class="hsds-header-nav__link"><button class="hsds-header-nav__menu-button" data-conditional-class="hsds-header-nav__menu-button--active" type="button" aria-controls="hsds-header-nav-resources-dropdown" aria-expanded="false" aria-label="Toggle resources dropdown"><span class="hsds-nav__menu-button-label">Resources</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></button><div class="hsds-header-nav-resources-dropdown" id="hsds-header-nav-resources-dropdown" style="display:none;"><div class="hsds-header-nav-resources-dropdown__left-column"><div class="hsds-header-nav-resources-dropdown__left-column-inner"><div class="hsds-header-nav-resources-dropdown__resources-header"><span class="hsds-header-nav-resources-dropdown__resources-header-title">Learn</span></div><!--[--><a class="hsds-header-nav-resources-dropdown__resources-element" href="/how-tracking-works"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">What Hubstaff tracks</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Delivering transparency, control, and access to every member of the team.</span></a><a class="hsds-header-nav-resources-dropdown__resources-element" href="/guiding-principles"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Guiding principles</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Discover more about Hubstaff&#39;s employee experience values and policies.</span></a><a class="hsds-header-nav-resources-dropdown__resources-element" href="https://support.hubstaff.com/"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Help center</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Hubstaff time tracking support articles and walkthrough videos.</span></a><a class="hsds-header-nav-resources-dropdown__resources-element" href="/faq"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">FAQ</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Check out our frequently asked questions.</span></a><!--]--></div></div><div class="hsds-header-nav-resources-dropdown__center-column"><div class="hsds-header-nav-resources-dropdown__center-column-inner"><div class="hsds-header-nav-resources-dropdown__resources-header"><span class="hsds-header-nav-resources-dropdown__resources-header-title">Discover</span></div><!--[--><a class="hsds-header-nav-resources-dropdown__resources-element" href="/blog"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Blog</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Explore the latest on productivity, product news, tips, and more.</span></a><a class="hsds-header-nav-resources-dropdown__resources-element" href="/customers"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Customer stories</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Discover the experiences of our valued customers through their stories.</span></a><a class="hsds-header-nav-resources-dropdown__resources-element" href="/reviews"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Reviews</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">See what our customers are saying about Hubstaff.</span></a><!--]--></div></div><div class="hsds-header-nav-resources-dropdown__center-column"><div class="hsds-header-nav-resources-dropdown__center-column-inner"><div class="hsds-header-nav-resources-dropdown__resources-header"><span class="hsds-header-nav-resources-dropdown__resources-header-title">Connect</span></div><!--[--><a class="hsds-header-nav-resources-dropdown__resources-element" href="/sales"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Contact sales</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Connect with our sales team to explore tailored solutions for your business needs.</span></a><a class="hsds-header-nav-resources-dropdown__resources-element" href="/partners"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Partners</span><!----></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Join us in shaping a brighter future for the global workforce.</span></a><a class="hsds-header-nav-resources-dropdown__resources-element" href="/jobs"><div class="hsds-header-nav-resources-dropdown__resources-element-title-container"><span class="hsds-header-nav-resources-dropdown__resources-element-title">Careers</span><span class="hsds-header-nav-resources-dropdown__resources-element-label">Hiring</span></div><span class="hsds-header-nav-resources-dropdown__resources-element-description">Explore exciting opportunities to join our amazing team.</span></a><!--]--></div></div><div class="hsds-header-nav-resources-dropdown__right-column"><div class="hsds-header-nav-resources-dropdown__right-column-inner"><span class="hsds-header-nav-resources-dropdown__customer-stories-title">Featured resource</span><img class="hsds-header-nav-resources-dropdown__customer-stories-image" src="/images/screenshots/navbar-resources.png"><p class="hsds-header-nav-resources-dropdown__customer-stories-description">Remote workers engage in deeper work with fewer interruptions, says Hubstaff data.</p><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="Read now" href="/blog/remote-work-deeper-focus-fewer-interruptions-study/"><!--[--><span class="hsds-button__label">Read now</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div></li></div><div class="hsds-header-nav__right-side"><div class="hsds-header-nav__link-container"><li class="hsds-header-nav__link"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-button--navbar" data-name="Pricing" href="/pricing"><!--[--><!----><span class="hsds-button__label">Pricing</span><!--]--></a></li><li class="hsds-header-nav__link"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-button--navbar" data-name="Demo" href="/demo"><!--[--><!----><span class="hsds-button__label">Demo</span><!--]--></a></li></div><div class="hsds-header-nav__cta-container"><li class="hsds-header-nav__primary-cta"><a class="hsds-button js-hsds-cta-track hsds-button--primary hsds-button--undefined" data-name="Free 14-day trial" href="/signup"><!--[-->Free 14-day trial<!--]--></a></li><li class="hsds-header-nav__secondary-cta"><a class="hsds-button js-hsds-cta-track hsds-button--secondary hsds-button--undefined hsds-button--on-dark hsds-button--navbar" data-name="Sign in" href="https://app.hubstaff.com/login" data-testid="sign_in_button"><!--[--><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#sign-in"></use></svg><span class="hsds-button__label">Sign in</span><!--]--></a></li></div></div></ul><div class="hsds-header-nav__mobile-menu"><button class="hsds-header-nav__mobile-menu-button" data-conditional-class="hsds-header-nav__mobile-menu-button--is-open" type="button" aria-controls="hsds-header-nav-mobile" aria-expanded="false" aria-label="Toggle mobile navigation menu" data-testid="nav_button"><div class="hsds-header-nav__mobile-menu-icon"></div></button><div class="hsds-header-nav-mobile" id="hsds-header-nav-mobile" style="display:none;"><div class="hsds-header-nav-mobile__container" data-conditional-class="hsds-header-nav-mobile__container--padding-bottom"><div class="hsds-header-nav-mobile__section hsds-header-nav-mobile__section--product"><button class="hsds-header-nav-mobile__section-button" data-conditional-class="hsds-header-nav-mobile__section-button--active" aria-expanded="false" aria-controls="hsds-header-nav-mobile-products-dropdown"><span>Product</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></button><div class="hsds-header-nav-mobile__section-content" style="display:none;" id="hsds-header-nav-mobile-products-dropdown"><div class="hsds-header-nav-mobile__product-features-container"><!--[--><div class="hsds-header-nav-mobile__product-feature"><div class="hsds-header-nav-mobile__product-feature__main-feature-container"><div class="hsds-header-nav-mobile__product-feature__main-feature"><a class="hsds-header-nav-mobile__product-feature__main-feature-title" href="/employee-time-tracking"><span>Employee time tracking software</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></a><p class="hsds-header-nav-mobile__product-feature__main-feature-description">Manage productivity and projects for teams from 1 to 1000.</p></div></div><div class="hsds-header-nav-mobile__product-feature__feature-list-container"><div class="hsds-header-nav-mobile__product-feature__feature-list"><!--[--><a class="hsds-header-nav-mobile__product-feature__feature" href="/time-tracking-payroll-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#payroll-l"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Online payroll &amp; payments</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Pay teams faster, more easily, and accurately.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/time-report"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#reporting"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Online time reporting</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Detailed time reports that help you improve business processes.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/employee-timesheet-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#timesheets"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Employee timesheets</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Get automatically generated timesheets from digital or manual time entries.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/gps-time-tracking"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#gps"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">GPS time tracking</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Create location-based job sites that automatically clock employees in and out.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/time-clock-app"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#time-tracking"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Time tracking app</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Track employee work hours across devices for accurate timesheets.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/project-cost-tracking-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#to-dos"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Project cost management</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Maximize profits and track hours, pay rates, and forecasts.</span></div></a><!--]--><div class="hsds-header-nav-mobile__product-feature-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all features" href="/signup"><!--[--><span class="hsds-button__label">See all features</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div></div><div class="hsds-header-nav-mobile__product-feature"><div class="hsds-header-nav-mobile__product-feature__main-feature-container"><div class="hsds-header-nav-mobile__product-feature__main-feature"><a class="hsds-header-nav-mobile__product-feature__main-feature-title" href="/employee-monitoring"><span>Employee monitoring software</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></a><p class="hsds-header-nav-mobile__product-feature__main-feature-description">Pull 20+ reports to add context to your workforce data.</p></div></div><div class="hsds-header-nav-mobile__product-feature__feature-list-container"><div class="hsds-header-nav-mobile__product-feature__feature-list"><!--[--><a class="hsds-header-nav-mobile__product-feature__feature" href="/product/insights"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#insights-l"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Insights</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Set productive apps and URLs and see industry-specific benchmarks.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/employee-productivity-tracking-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#employee-productivity"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Employee productivity tracking</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Built-in efficiency-boosting tools to help teams work smarter.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/workforce-analytics"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#seo"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Workforce analytics software</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Access to real-time workforce performance metrics that matter.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/time-tracker-with-screenshots"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#screenshots"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Time tracking with screenshots</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Screenshot-based time tracker for proof of work.</span></div></a><!--]--><div class="hsds-header-nav-mobile__product-feature-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all features" href="/signup"><!--[--><span class="hsds-button__label">See all features</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div></div><div class="hsds-header-nav-mobile__product-feature"><div class="hsds-header-nav-mobile__product-feature__main-feature-container"><div class="hsds-header-nav-mobile__product-feature__main-feature"><a class="hsds-header-nav-mobile__product-feature__main-feature-title" href="/workforce-management"><span>Workforce management software</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></a><p class="hsds-header-nav-mobile__product-feature__main-feature-description">Help remote, hybrid, and in-office teams have their best day at work.</p></div></div><div class="hsds-header-nav-mobile__product-feature__feature-list-container"><div class="hsds-header-nav-mobile__product-feature__feature-list"><!--[--><a class="hsds-header-nav-mobile__product-feature__feature" href="/employee-scheduling-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#scheduling-l"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Employee scheduling</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Easily manage schedules, shifts, and time off requests.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/attendance-tracking-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#check-circle-alternative"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Attendance tracking</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Intelligent attendance tracking software for every business.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/time-tracking-payroll-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#payroll-l"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Online payroll &amp; payments</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Pay teams faster, more easily, and accurately.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/overtime-tracker"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#overtime-tracking"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Overtime tracker</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Avoid burnout and ensure accurate payments.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/time-tracking-invoicing-software"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#invoicing"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Billing &amp; invoicing</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Create custom invoices and send them right from your dashboard.</span></div></a><a class="hsds-header-nav-mobile__product-feature__feature" href="/workforce-analytics"><svg class="hsds-icon hsds-header-nav-mobile__product-feature__feature-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#seo"></use></svg><div class="hsds-header-nav-mobile__product-feature__feature-content"><span class="hsds-header-nav-mobile__product-feature__feature-title">Workforce analytics software</span><span class="hsds-header-nav-mobile__product-feature__feature-description">Access to real-time workforce performance metrics that matter.</span></div></a><!--]--><div class="hsds-header-nav-mobile__product-feature-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all features" href="/signup"><!--[--><span class="hsds-button__label">See all features</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div></div></div><div class="hsds-header-nav-mobile__product-feature"><div class="hsds-header-nav-mobile__product-feature__main-feature-container"><div class="hsds-header-nav-mobile__product-feature__main-feature"><a class="hsds-header-nav-mobile__product-feature__main-feature-title" href="/integrations"><span>Connect Hubstaff with your favorite tools</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></a><p class="hsds-header-nav-mobile__product-feature__main-feature-description">35+ integrations. Hubstaff syncs with the apps you’re already using.</p></div></div><div class="hsds-header-nav-mobile__product-feature__integrations-list"><!--[--><a class="hsds-header-nav-mobile__product-feature__integration" href="/jira-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/jira-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Jira</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/slack-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/slack-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Slack</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/automatic-transferwise-payments"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/wise-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Wise</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/deel-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/deel-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Deel</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/asana-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/asana-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Asana</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/time-tracking/google-calendar-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/google-calendar-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Google Calendar</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/trello-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/trello-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Trello</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/github-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/github-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Github</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/clickup-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/clickup-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">ClickUp</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/zendesk-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/zendesk-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Zendesk</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/quickbooks-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/quickbooks-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Quickbooks</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/monday-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/monday-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Monday</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/wrike-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/wrike-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Wrike</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/gusto-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/gusto-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Gusto</span></a><a class="hsds-header-nav-mobile__product-feature__integration" href="/salesforce-time-tracking"><img class="hsds-header-nav-mobile__product-feature__integration-image" src="/images/logos/salesforce-mark.svg"><span class="hsds-header-nav-mobile__product-feature__integration-name">Salesforce</span></a><!--]--></div></div><!--]--></div></div></div><div class="hsds-header-nav-mobile__section hsds-header-nav-mobile__section--solutions"><button class="hsds-header-nav-mobile__section-button" data-conditional-class="hsds-header-nav-mobile__section-button--active" aria-expanded="false" aria-controls="hsds-header-nav-mobile-solutions-dropdown"><span>Solutions</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></button><div class="hsds-header-nav-mobile__section-content" style="display:none;" id="hsds-header-nav-mobile-solutions-dropdown"><div class="hsds-header-nav-mobile__solution-category"><div class="hsds-header-nav-mobile__solution-category-header"><span class="hsds-header-nav-mobile__solution-category-header-title">By industry</span></div><!--[--><a class="hsds-header-nav-mobile__solution" href="/time-tracking-agencies"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">Agencies</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Manage campaigns, billable hours, client budgets, project budgets, and more.</span></a><a class="hsds-header-nav-mobile__solution" href="/time-tracking-software-development"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">Software development</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Reach milestones sooner with workload management and time tracking features.</span></a><a class="hsds-header-nav-mobile__solution" href="/time-tracking-consultants"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">Consulting</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Monitor project timelines, track billable hours, and streamline invoicing.</span></a><!--]--><div class="hsds-header-nav-mobile__solution-category-cta"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="See all industries" href="/solutions"><!--[--><span class="hsds-button__label">See all industries</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a></div></div><hr class="hsds-header-nav-mobile__solution-category-separator"><div class="hsds-header-nav-mobile__solution-category"><div class="hsds-header-nav-mobile__solution-category-header"><span class="hsds-header-nav-mobile__solution-category-header-title">By workforce</span></div><!--[--><a class="hsds-header-nav-mobile__solution" href="/remote-workforce-software"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">Fully remote</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Manage remote teams of any size, anywhere.</span></a><a class="hsds-header-nav-mobile__solution" href="/hybrid"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">Hybrid</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Streamline management for both in-office and remote teams.</span></a><a class="hsds-header-nav-mobile__solution" href="/field-tracking-software"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">Field</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Track time with geofencing and manage projects in real-time.</span></a><!--]--></div><hr class="hsds-header-nav-mobile__solution-category-separator"><div class="hsds-header-nav-mobile__solution-category"><div class="hsds-header-nav-mobile__solution-category-header"><span class="hsds-header-nav-mobile__solution-category-header-title">By industry</span></div><!--[--><a class="hsds-header-nav-mobile__solution" href="/solutions/small-business"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">SMB</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Workforce management software for small and medium-sized businesses.</span></a><a class="hsds-header-nav-mobile__solution" href="/enterprise"><div class="hsds-header-nav-mobile__solution-title-container"><span class="hsds-header-nav-mobile__solution-title">Enterprise</span><!----></div><span class="hsds-header-nav-mobile__solution-description">Grow your company with enterprise-grade features, compliance, and support.</span></a><!--]--></div></div></div><div class="hsds-header-nav-mobile__section hsds-header-nav-mobile__section--resources"><button class="hsds-header-nav-mobile__section-button" data-conditional-class="hsds-header-nav-mobile__section-button--active" aria-expanded="false" aria-controls="hsds-header-nav-mobile-resources-dropdown"><span>Resources</span><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></button><div class="hsds-header-nav-mobile__section-content" style="display:none;" id="hsds-header-nav-mobile-resources-dropdown"><div class="hsds-header-nav-mobile__resource-category"><div class="hsds-header-nav-mobile__resource-category-header"><span class="hsds-header-nav-mobile__resource-category-header-title">Learn</span></div><!--[--><a class="hsds-header-nav-mobile__resource" href="/how-tracking-works"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">What Hubstaff tracks</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Delivering transparency, control, and access to every member of the team.</span></a><a class="hsds-header-nav-mobile__resource" href="/guiding-principles"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Guiding principles</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Discover more about Hubstaff&#39;s employee experience values and policies.</span></a><a class="hsds-header-nav-mobile__resource" href="https://support.hubstaff.com/"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Help center</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Hubstaff time tracking support articles and walkthrough videos.</span></a><a class="hsds-header-nav-mobile__resource" href="/faq"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">FAQ</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Check out our frequently asked questions.</span></a><!--]--></div><hr class="hsds-header-nav-mobile__resource-category-separator"><div class="hsds-header-nav-mobile__resource-category"><div class="hsds-header-nav-mobile__resource-category-header"><span class="hsds-header-nav-mobile__resource-category-header-title">Discover</span></div><!--[--><a class="hsds-header-nav-mobile__resource" href="/blog"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Blog</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Explore the latest on productivity, product news, tips, and more.</span></a><a class="hsds-header-nav-mobile__resource" href="/customers"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Customer stories</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Discover the experiences of our valued customers through their stories.</span></a><a class="hsds-header-nav-mobile__resource" href="/reviews"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Reviews</span><!----></div><span class="hsds-header-nav-mobile__resource-description">See what our customers are saying about Hubstaff.</span></a><!--]--></div><hr class="hsds-header-nav-mobile__resource-category-separator"><div class="hsds-header-nav-mobile__resource-category"><div class="hsds-header-nav-mobile__resource-category-header"><span class="hsds-header-nav-mobile__resource-category-header-title">Connect</span></div><!--[--><a class="hsds-header-nav-mobile__resource" href="/sales"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Contact sales</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Connect with our sales team to explore tailored solutions for your business needs.</span></a><a class="hsds-header-nav-mobile__resource" href="/partners"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Partners</span><!----></div><span class="hsds-header-nav-mobile__resource-description">Join us in shaping a brighter future for the global workforce.</span></a><a class="hsds-header-nav-mobile__resource" href="/jobs"><div class="hsds-header-nav-mobile__resource-title-container"><span class="hsds-header-nav-mobile__resource-title">Careers</span><span class="hsds-header-nav-mobile__resource-label">Hiring</span></div><span class="hsds-header-nav-mobile__resource-description">Explore exciting opportunities to join our amazing team.</span></a><!--]--></div></div></div><div class="hsds-header-nav-mobile__links"><div class="hsds-header-nav-mobile__section"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-button--navbar hsds-header-nav-mobile__section-button" data-name="Pricing" href="/pricing"><!--[--><!----><span class="hsds-button__label">Pricing</span><!--]--></a></div><div class="hsds-header-nav-mobile__section"><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-button--navbar hsds-header-nav-mobile__section-button" data-name="Demo" href="/demo"><!--[--><!----><span class="hsds-button__label">Demo</span><!--]--></a></div></div><div class="hsds-header-nav-mobile__ctas"><div class="hsds-header-nav-mobile__primary-cta"><a class="hsds-button js-hsds-cta-track hsds-button--primary hsds-button--undefined" data-name="Free 14-day trial" href="/signup"><!--[-->Free 14-day trial<!--]--></a></div><div class="hsds-header-nav-mobile__secondary-cta"><a class="hsds-button js-hsds-cta-track hsds-button--secondary hsds-button--undefined hsds-button--navbar" data-name="Sign in" href="https://app.hubstaff.com/login"><!--[--><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#sign-in"></use></svg><span class="hsds-button__label">Sign in</span><!--]--></a></div></div></div></div></div></div></nav><!--]--><div class="hsds-header__backdrop" data-conditional-class="hsds-header__backdrop--active"></div></div></header><!--astro:end--></astro-island> <script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><astro-island uid="Z2pB4iN" prefix="v14" component-url="/_astro/hsds-dialog-portal.CNjCtxee.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{}" ssr="" client="load" opts="{&quot;name&quot;:&quot;HsdsPortalDialog&quot;,&quot;value&quot;:true}" await-children=""><!----><!--astro:end--></astro-island> <main class="hsds-layout__main hsds-layout__main--no-margin"> <astro-island uid="Z21uBFK" prefix="v0" component-url="/_astro/hsds-hero-home-alternative-dark.L_V_m_e-.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;top&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;9450ce61-279f-4972-93b4-86fd8b663312&quot;],&quot;color&quot;:[0,&quot;transparent&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,19071969],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/49x48/0b77b51279/g2-logo.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;title&quot;:[0,&quot;Winter Leader 2025/ 4.5 stars&quot;],&quot;subtitle&quot;:[0,&quot;1200+ Reviews&quot;],&quot;component&quot;:[0,&quot;hsds-hero-announcement&quot;]}]]],&quot;_uid&quot;:[0,&quot;9d6f0ede-4fa4-4808-be1b-a47755d5d13e&quot;],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,1]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Time tracking software for the &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;global&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;styled&quot;],&quot;attrs&quot;:[0,{&quot;class&quot;:[0,&quot;dynamic-text&quot;]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;modern&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;styled&quot;],&quot;attrs&quot;:[0,{&quot;class&quot;:[0,&quot;dynamic-text&quot;]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;hybrid&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;styled&quot;],&quot;attrs&quot;:[0,{&quot;class&quot;:[0,&quot;dynamic-text&quot;]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; workforce&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;bottom&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;5b7211f2-533d-49ff-9301-2f65ef7dd880&quot;],&quot;items&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;a114b85d-d860-44a7-9d4e-9e4c35a4eb83&quot;],&quot;image&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;6b4765eb-4295-4169-86f6-92af6c4e2dcc&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18590421],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1864x1048/c746201c53/global-time-tracking.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18590413],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x880/d19ef4fcbf/global-time-tracking-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;title&quot;:[0,&quot;Multi-device time tracking&quot;],&quot;component&quot;:[0,&quot;hsds-hero-features-tabs--item&quot;],&quot;image_glow&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;976df010-5b1e-40c6-af26-cf6858541a5e&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18613047],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1396x896/a13d4b22fb/global-time-tracking-glow.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18613046],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/375x752/a5458c166f/global-time-tracking-glow-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;filename&quot;:[0,null],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;button_icon&quot;:[0,&quot;feature-time-tracking&quot;],&quot;description&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Save hours each week with our easy-to-use &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;employee time tracking.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/employee-time-tracking&quot;],&quot;uuid&quot;:[0,&quot;8e9f6997-3f58-42ed-bd8e-f73db5e7ebc0&quot;],&quot;anchor&quot;:[0,null],&quot;target&quot;:[0,&quot;_self&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;employee-time-tracking&quot;],&quot;id&quot;:[0,625976742],&quot;uuid&quot;:[0,&quot;8e9f6997-3f58-42ed-bd8e-f73db5e7ebc0&quot;],&quot;slug&quot;:[0,&quot;employee-time-tracking&quot;],&quot;url&quot;:[0,&quot;employee-time-tracking&quot;],&quot;full_slug&quot;:[0,&quot;employee-time-tracking&quot;],&quot;_stopResolving&quot;:[0,true]}]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; Then, convert desktop, web, mobile, or GPS time tracking data to automated timesheets.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;button_label&quot;:[0,&quot;Global time tracking&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;61fab91c-0354-4351-ba83-22102cacaf1d&quot;],&quot;image&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;3e5fd7a1-3a91-473e-baef-49f8d66006ac&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18590415],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1864x1048/4aff0c8693/productivity-data.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18590419],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x880/9cf5a82c7b/productivity-data-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;title&quot;:[0,&quot;Actionable productivity metrics&quot;],&quot;component&quot;:[0,&quot;hsds-hero-features-tabs--item&quot;],&quot;image_glow&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;bce4da58-a176-4fd9-8664-02c61d08e587&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18613039],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1396x896/12bf983116/productivity-data-glow.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18613037],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/375x816/f970a0b3b4/productivity-data-glow-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;button_icon&quot;:[0,&quot;feature-employee-productivity&quot;],&quot;description&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Unlock actionable productivity metrics to see how your team spends their time. Plus, level up with &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;productivity Insights&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/product/insights&quot;],&quot;uuid&quot;:[0,&quot;ae82540b-4e20-4234-bc7e-dab341a2356c&quot;],&quot;anchor&quot;:[0,null],&quot;target&quot;:[0,&quot;_self&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;insights&quot;],&quot;id&quot;:[0,625976597],&quot;uuid&quot;:[0,&quot;ae82540b-4e20-4234-bc7e-dab341a2356c&quot;],&quot;slug&quot;:[0,&quot;insights&quot;],&quot;url&quot;:[0,&quot;product/insights&quot;],&quot;full_slug&quot;:[0,&quot;product/insights&quot;],&quot;_stopResolving&quot;:[0,true]}]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; that help detect false activity, manage workloads, and balance time spent in meetings.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;button_label&quot;:[0,&quot;Productivity data&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;8ff0e02e-267d-4cc1-a079-2de77aa525fa&quot;],&quot;image&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;139e5455-743e-4690-9611-b7bc5d165009&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18590412],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1864x1048/6d4910d170/flexible-payroll.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18590417],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x880/1d922d7fb9/flexible-payroll-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;title&quot;:[0,&quot;Improve payroll with accurate time data&quot;],&quot;component&quot;:[0,&quot;hsds-hero-features-tabs--item&quot;],&quot;image_glow&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;bf093a64-88b7-4c79-bd9a-39326b8d7d5a&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18613040],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1396x896/6ac365c17b/flexible-payroll-glow.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18613043],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/375x816/b58706d6a6/flexible-payroll-glow-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;button_icon&quot;:[0,&quot;feature-payroll&quot;],&quot;description&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Remove the guesswork from your payroll process. Use time tracking data to &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;automatically pay employees &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/time-tracking-payroll-software&quot;],&quot;uuid&quot;:[0,&quot;7024036e-8ea9-446c-96ee-8af2e84bc205&quot;],&quot;anchor&quot;:[0,null],&quot;target&quot;:[0,&quot;_self&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-payroll-software&quot;],&quot;id&quot;:[0,625976513],&quot;uuid&quot;:[0,&quot;7024036e-8ea9-446c-96ee-8af2e84bc205&quot;],&quot;slug&quot;:[0,&quot;time-tracking-payroll-software&quot;],&quot;url&quot;:[0,&quot;time-tracking-payroll-software&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-payroll-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;on their preferred payroll platform directly through the app.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;button_label&quot;:[0,&quot;Flexible payroll&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;ff46016b-82ba-4e99-9368-69ebed98b5f0&quot;],&quot;image&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;332407f9-eb03-454b-b89b-25566824a4db&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18590416],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1864x1048/ddef76f990/attendance-management.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18590414],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x880/8d54168a8c/attendance-management-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;title&quot;:[0,&quot;Comprehensive attendance and leave management&quot;],&quot;component&quot;:[0,&quot;hsds-hero-features-tabs--item&quot;],&quot;image_glow&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;a823e938-0975-43b0-814f-3ded841cea22&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18613038],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1396x896/1449cc68f5/attendance-management-glow.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18613041],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/375x816/27339ef5c9/attendance-management-glow-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;button_icon&quot;:[0,&quot;feature-scheduling&quot;],&quot;description&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Effortlessly manage employee schedules and customize shifts, PTO policies, holidays, and more with Hubstaff’s leave management features. Advanced &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;attendance tracking &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/attendance-tracking-software&quot;],&quot;uuid&quot;:[0,&quot;76d0e434-b9fe-4c0f-9671-db6182279941&quot;],&quot;anchor&quot;:[0,null],&quot;target&quot;:[0,&quot;_self&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;id&quot;:[0,625976711],&quot;uuid&quot;:[0,&quot;76d0e434-b9fe-4c0f-9671-db6182279941&quot;],&quot;slug&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;url&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;full_slug&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;lets you stay updated on completed, late, and missed shifts.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;button_label&quot;:[0,&quot;Attendance management&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;39b45fee-f99e-4578-acd6-91759153f7e8&quot;],&quot;image&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;e96008f8-7e1c-43bc-9c76-a1de987db800&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18590418],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1864x1048/45f123a952/project-cost-and-budgeting.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18590420],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x880/5c2f289137/project-cost-and-budgeting-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;title&quot;:[0,&quot;Project cost management and budgeting&quot;],&quot;component&quot;:[0,&quot;hsds-hero-features-tabs--item&quot;],&quot;image_glow&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;93c71ff3-6b2c-4240-b106-e278191a59b1&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,18613036],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1396x896/2628337963/project-cost-and-budgeting-glow.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_l&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_m&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_s&quot;:[0,{&quot;id&quot;:[0,18613042],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/375x816/4767a3a070/project-cost-and-budgeting-glow-s.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_xl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xs&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;component&quot;:[0,&quot;hsds-responsive-image&quot;],&quot;image_xxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_xxxl&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}]}]]],&quot;button_icon&quot;:[0,&quot;feature-todos&quot;],&quot;description&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Gain full control over your &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;project costs&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/project-cost-tracking-software&quot;],&quot;uuid&quot;:[0,&quot;71c5a7be-a5e0-4974-8303-03c9c389aa04&quot;],&quot;anchor&quot;:[0,null],&quot;target&quot;:[0,&quot;_self&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;project-cost-tracking-software&quot;],&quot;id&quot;:[0,625976515],&quot;uuid&quot;:[0,&quot;71c5a7be-a5e0-4974-8303-03c9c389aa04&quot;],&quot;slug&quot;:[0,&quot;project-cost-tracking-software&quot;],&quot;url&quot;:[0,&quot;project-cost-tracking-software&quot;],&quot;full_slug&quot;:[0,&quot;project-cost-tracking-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; to maximize profitability. Effortlessly tailor pay rates and billing rates, manage employee and contractor payments, and send customizable, automated invoices in one streamlined solution. &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;button_label&quot;:[0,&quot;Project cost and budgeting&quot;]}]]],&quot;component&quot;:[0,&quot;hsds-hero-features-tabs&quot;]}]]],&quot;component&quot;:[0,&quot;hsds-hero-home-alternative-dark&quot;],&quot;description&quot;:[0,&quot;Integrated time tracking, productivity metrics, and payroll for your distributed team.&quot;]}]}" ssr="" client="load" opts="{&quot;name&quot;:&quot;HsdsHeroHomeAlternativeDark&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-hero-home-alternative-dark hsds-hero-home-alternative-dark--no-padding-bottom"><div class="hsds-hero-home-alternative-dark__top"><div class="hsds-hero-home-alternative-dark__container"><div class="hsds-hero-announcement hsds-hero-announcement--transparent hsds-hero-announcement--has-image"><div class="hsds-hero-announcement__content"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/172398/49x48/0b77b51279/g2-logo.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/49x48/0b77b51279/g2-logo.png/m/24x24/filters:format(webp):quality(70)" data-srcset="https://a.storyblok.com/f/172398/49x48/0b77b51279/g2-logo.png/m/24x24/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/49x48/0b77b51279/g2-logo.png/m/48x48/filters:format(webp):quality(70) 2x" data-v-ca46c7c5 width="24" height="24" ></picture><span>Winter Leader 2025/ 4.5 stars</span><span>1200+ Reviews</span></div><!----></div></div></div><div class="hsds-hero-home-alternative-dark__content"><div class="hsds-hero-home-alternative-dark__container"><div class="hsds-hero-home-alternative-dark__title"><h1>Time tracking software for the <span class="dynamic-text">global</span> <span class="dynamic-text">modern</span> <span class="dynamic-text">hybrid</span> workforce</h1></div><p class="hsds-hero-home-alternative-dark__description">Integrated time tracking, productivity metrics, and payroll for your distributed team.</p></div></div><div class="hsds-hero-home-alternative-dark__bottom"><div class="hsds-hero-home-alternative-dark__container"><div class="hsds-hero-form__form-container hsds-hero-home-alternative-dark__form"><form class="hsds-hero-form__form" action="/signup"><input class="hsds-hero-form__form-input" type="email" name="user[email]" placeholder="Enter your work email" data-testid="home_enter_email" required><div class="hsds-hero-form__form-submit-container--gradient hsds-hero-form__form-submit-container"><button type="submit" class="hsds-hero-form__form-submit--gradient hsds-hero-form__form-submit" data-testid="create_account">Create account</button></div></form><div class="hsds-hero-form__form-footnote"><!--[--><div class="hsds-hero-home-alternative-dark__form-footnote"><span>Free 14-day trial</span><div class="hsds-hero-home-alternative-dark__form-footnote-separator"></div><span>No credit card required</span><div class="hsds-hero-home-alternative-dark__form-footnote-separator"></div><span>Cancel anytime</span></div><!--]--></div></div></div><div class="hsds-hero-features-tabs hsds-hero-home-alternative-dark__tabs"><div class="hsds-hero-features-tabs__tabs-glow-container"><!--[--><!--[--><picture class="hsds-responsive-image hsds-hero-features-tabs__tabs-glow hsds-hero-features-tabs__tabs-glow--active" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/375x752/a5458c166f/global-time-tracking-glow-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/375x752/a5458c166f/global-time-tracking-glow-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1396x896/a13d4b22fb/global-time-tracking-glow.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1396x896/a13d4b22fb/global-time-tracking-glow.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1396" height="896" ></picture><!--]--><!--[--><picture class="hsds-responsive-image hsds-hero-features-tabs__tabs-glow" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/375x816/f970a0b3b4/productivity-data-glow-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/375x816/f970a0b3b4/productivity-data-glow-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1396x896/12bf983116/productivity-data-glow.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1396x896/12bf983116/productivity-data-glow.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1396" height="896" ></picture><!--]--><!--[--><picture class="hsds-responsive-image hsds-hero-features-tabs__tabs-glow" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/375x816/b58706d6a6/flexible-payroll-glow-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/375x816/b58706d6a6/flexible-payroll-glow-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1396x896/6ac365c17b/flexible-payroll-glow.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1396x896/6ac365c17b/flexible-payroll-glow.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1396" height="896" ></picture><!--]--><!--[--><picture class="hsds-responsive-image hsds-hero-features-tabs__tabs-glow" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/375x816/27339ef5c9/attendance-management-glow-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/375x816/27339ef5c9/attendance-management-glow-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1396x896/1449cc68f5/attendance-management-glow.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1396x896/1449cc68f5/attendance-management-glow.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1396" height="896" ></picture><!--]--><!--[--><picture class="hsds-responsive-image hsds-hero-features-tabs__tabs-glow" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/375x816/4767a3a070/project-cost-and-budgeting-glow-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/375x816/4767a3a070/project-cost-and-budgeting-glow-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1396x896/2628337963/project-cost-and-budgeting-glow.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1396x896/2628337963/project-cost-and-budgeting-glow.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1396" height="896" ></picture><!--]--><!--]--></div><div class="hsds-hero-features-tabs__tabs-list-container"><div class="hsds-hero-features-tabs__tabs-list" role="tablist"><!--[--><button id="tab-button-0" class="hsds-hero-features-tabs__tab-button--active hsds-hero-features-tabs__tab-button" data-conditional-class="hsds-hero-features-tabs__tab-button--active" aria-selected="true" aria-controls="tab-panel-0" role="tab"><svg class="hsds-icon hsds-hero-features-tabs__tab-button__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#feature-time-tracking"></use></svg><span class="hsds-hero-features-tabs__tab-button__label">Global time tracking</span></button><button id="tab-button-1" class="hsds-hero-features-tabs__tab-button" data-conditional-class="hsds-hero-features-tabs__tab-button--active" aria-selected="false" aria-controls="tab-panel-1" role="tab"><svg class="hsds-icon hsds-hero-features-tabs__tab-button__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#feature-employee-productivity"></use></svg><span class="hsds-hero-features-tabs__tab-button__label">Productivity data</span></button><button id="tab-button-2" class="hsds-hero-features-tabs__tab-button" data-conditional-class="hsds-hero-features-tabs__tab-button--active" aria-selected="false" aria-controls="tab-panel-2" role="tab"><svg class="hsds-icon hsds-hero-features-tabs__tab-button__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#feature-payroll"></use></svg><span class="hsds-hero-features-tabs__tab-button__label">Flexible payroll</span></button><button id="tab-button-3" class="hsds-hero-features-tabs__tab-button" data-conditional-class="hsds-hero-features-tabs__tab-button--active" aria-selected="false" aria-controls="tab-panel-3" role="tab"><svg class="hsds-icon hsds-hero-features-tabs__tab-button__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#feature-scheduling"></use></svg><span class="hsds-hero-features-tabs__tab-button__label">Attendance management</span></button><button id="tab-button-4" class="hsds-hero-features-tabs__tab-button" data-conditional-class="hsds-hero-features-tabs__tab-button--active" aria-selected="false" aria-controls="tab-panel-4" role="tab"><svg class="hsds-icon hsds-hero-features-tabs__tab-button__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#feature-todos"></use></svg><span class="hsds-hero-features-tabs__tab-button__label">Project cost and budgeting</span></button><!--]--></div></div><div class="hsds-hero-features-tabs__tabs-panel-container"><div class="hsds-hero-features-tabs__tabs-controls"><button class="hsds-hero-features-tabs__tab-control" aria-label="Previous tab"><svg class="hsds-icon hsds-hero-features-tabs__tab-control__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-left-alternative"></use></svg></button><button class="hsds-hero-features-tabs__tab-control" aria-label="Next tab"><svg class="hsds-icon hsds-hero-features-tabs__tab-control__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right-alternative"></use></svg></button></div><div class="hsds-hero-features-tabs__tabs-panels"><!--[--><div id="tab-panel-0" class="hsds-hero-features-tabs__tab-panel--active hsds-hero-features-tabs__tab-panel" aria-labelledby="tab-button-0" role="tabpanel"><picture class="hsds-responsive-image hsds-hero-features-tabs__tab-panel__image" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/654x880/d19ef4fcbf/global-time-tracking-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/654x880/d19ef4fcbf/global-time-tracking-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1864x1048/c746201c53/global-time-tracking.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1864x1048/c746201c53/global-time-tracking.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1864" height="1048" ></picture><p class="hsds-hero-features-tabs__tab-panel__title">Multi-device time tracking</p><div class="hsds-hero-features-tabs__tab-panel__description"><p>Save hours each week with our easy-to-use <a href="/employee-time-tracking" uuid="8e9f6997-3f58-42ed-bd8e-f73db5e7ebc0" target="_self" linktype="story" story="[object Object]">employee time tracking.</a> Then, convert desktop, web, mobile, or GPS time tracking data to automated timesheets.</p></div></div><div id="tab-panel-1" class="hsds-hero-features-tabs__tab-panel" aria-labelledby="tab-button-1" role="tabpanel"><picture class="hsds-responsive-image hsds-hero-features-tabs__tab-panel__image" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/654x880/9cf5a82c7b/productivity-data-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/654x880/9cf5a82c7b/productivity-data-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1864x1048/4aff0c8693/productivity-data.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1864x1048/4aff0c8693/productivity-data.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1864" height="1048" ></picture><p class="hsds-hero-features-tabs__tab-panel__title">Actionable productivity metrics</p><div class="hsds-hero-features-tabs__tab-panel__description"><p>Unlock actionable productivity metrics to see how your team spends their time. Plus, level up with <a href="/product/insights" uuid="ae82540b-4e20-4234-bc7e-dab341a2356c" target="_self" linktype="story" story="[object Object]">productivity Insights</a> that help detect false activity, manage workloads, and balance time spent in meetings.</p></div></div><div id="tab-panel-2" class="hsds-hero-features-tabs__tab-panel" aria-labelledby="tab-button-2" role="tabpanel"><picture class="hsds-responsive-image hsds-hero-features-tabs__tab-panel__image" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/654x880/1d922d7fb9/flexible-payroll-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/654x880/1d922d7fb9/flexible-payroll-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1864x1048/6d4910d170/flexible-payroll.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1864x1048/6d4910d170/flexible-payroll.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1864" height="1048" ></picture><p class="hsds-hero-features-tabs__tab-panel__title">Improve payroll with accurate time data</p><div class="hsds-hero-features-tabs__tab-panel__description"><p>Remove the guesswork from your payroll process. Use time tracking data to <a href="/time-tracking-payroll-software" uuid="7024036e-8ea9-446c-96ee-8af2e84bc205" target="_self" linktype="story" story="[object Object]">automatically pay employees </a>on their preferred payroll platform directly through the app.</p></div></div><div id="tab-panel-3" class="hsds-hero-features-tabs__tab-panel" aria-labelledby="tab-button-3" role="tabpanel"><picture class="hsds-responsive-image hsds-hero-features-tabs__tab-panel__image" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/654x880/8d54168a8c/attendance-management-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/654x880/8d54168a8c/attendance-management-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1864x1048/ddef76f990/attendance-management.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1864x1048/ddef76f990/attendance-management.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1864" height="1048" ></picture><p class="hsds-hero-features-tabs__tab-panel__title">Comprehensive attendance and leave management</p><div class="hsds-hero-features-tabs__tab-panel__description"><p>Effortlessly manage employee schedules and customize shifts, PTO policies, holidays, and more with Hubstaff’s leave management features. Advanced <a href="/attendance-tracking-software" uuid="76d0e434-b9fe-4c0f-9671-db6182279941" target="_self" linktype="story" story="[object Object]">attendance tracking </a>lets you stay updated on completed, late, and missed shifts.</p></div></div><div id="tab-panel-4" class="hsds-hero-features-tabs__tab-panel" aria-labelledby="tab-button-4" role="tabpanel"><picture class="hsds-responsive-image hsds-hero-features-tabs__tab-panel__image" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/654x880/5c2f289137/project-cost-and-budgeting-s.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/654x880/5c2f289137/project-cost-and-budgeting-s.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/1864x1048/45f123a952/project-cost-and-budgeting.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1864x1048/45f123a952/project-cost-and-budgeting.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="1864" height="1048" ></picture><p class="hsds-hero-features-tabs__tab-panel__title">Project cost management and budgeting</p><div class="hsds-hero-features-tabs__tab-panel__description"><p>Gain full control over your <a href="/project-cost-tracking-software" uuid="71c5a7be-a5e0-4974-8303-03c9c389aa04" target="_self" linktype="story" story="[object Object]">project costs</a> to maximize profitability. Effortlessly tailor pay rates and billing rates, manage employee and contractor payments, and send customizable, automated invoices in one streamlined solution. </p></div></div><!--]--></div></div></div></div></section><!--astro:end--></astro-island><section class="hsds-hero-numbers-logos hsds-hero-numbers-logos--dark"><div class="hsds-hero-numbers-logos__container"><div class="hsds-hero-numbers-logos__title-container"><div class="hsds-hero-numbers-logos__title"><p>Time tracking &amp; productivity metrics trusted by <span class="hsds-hero-numbers-logos__title--highlight">112,000+</span> businesses</p></div></div><div class="hsds-hero-numbers-logos__numbers"><!--[--><div class="hsds-hero-numbers-logos__numbers-item"><span>500k+</span><span>Active users</span></div><div class="hsds-hero-numbers-logos__numbers-item"><span>21M+</span><span>Total hours tracked</span></div><div class="hsds-hero-numbers-logos__numbers-item"><span>4M+</span><span>Tasks completed</span></div><div class="hsds-hero-numbers-logos__numbers-item"><span>300K+</span><span>Payments</span></div><!--]--></div><div class="hsds-hero-numbers-logos__logos"><!--[--><!--[--><div class="hsds-hero-numbers-logos__logos-item"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/298810/79x20/4f5ce2a824/ahrefs-logo.svg" data-v-ca46c7c5></picture></div><!--]--><!--[--><div class="hsds-hero-numbers-logos__logos-item"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/298810/128x20/9e2e70ccb8/instacart-logo.svg" data-v-ca46c7c5></picture></div><!--]--><!--[--><div class="hsds-hero-numbers-logos__logos-item"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/298810/99x16/364e2223b5/groupon-logo.svg" data-v-ca46c7c5></picture></div><!--]--><!--[--><div class="hsds-hero-numbers-logos__logos-item"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/298810/143x16/1474e3dbaa/century21-logo.svg" data-v-ca46c7c5></picture></div><!--]--><!--[--><div class="hsds-hero-numbers-logos__logos-item"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/298810/166x20/495b032848/cleardesk-logo.svg" data-v-ca46c7c5></picture></div><!--]--><!--[--><div class="hsds-hero-numbers-logos__logos-item"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/298810/107x20/9859e82bee/oneims-logo.svg" data-v-ca46c7c5></picture></div><!--]--><!--[--><div class="hsds-hero-numbers-logos__logos-item"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/298810/33x20/742b4a9222/ring-logo.svg" data-v-ca46c7c5></picture></div><!--]--><!--]--></div></div></section><script>(()=>{var l=(s,i,o)=>{let r=async()=>{await(await s())()},t=typeof i.value=="object"?i.value:void 0,c={rootMargin:t==null?void 0:t.rootMargin},n=new IntersectionObserver(e=>{for(let a of e)if(a.isIntersecting){n.disconnect(),r();break}},c);for(let e of o.children)n.observe(e)};(self.Astro||(self.Astro={})).visible=l;window.dispatchEvent(new Event("astro:visible"));})();</script><astro-island uid="Z248Nh9" prefix="v2" component-url="/_astro/hsds-testimonials-double-sided.-aVUoyQ4.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;_uid&quot;:[0,&quot;fe6e93ca-1f0b-4880-9682-5edf79955cb1&quot;],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;See what our customers say&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;eyebrow&quot;:[0,&quot;Time tracking tools to maximize your team’s productivity&quot;],&quot;reviews&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;2c0b428b-b569-4330-a856-f88cc1c5bdda&quot;],&quot;style&quot;:[0,&quot;dark&quot;],&quot;component&quot;:[0,&quot;hsds-review&quot;],&quot;review_items&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;e348c127-e27e-41eb-810b-9d20a0bd7773&quot;],&quot;logo&quot;:[0,&quot;getapp&quot;],&quot;rating&quot;:[0,&quot;4.6&quot;],&quot;component&quot;:[0,&quot;hsds-review--review_items&quot;],&quot;total_reviews&quot;:[0,&quot;1500&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;3c113933-6535-4caf-b22f-b7f138c4d70e&quot;],&quot;logo&quot;:[0,&quot;capterra&quot;],&quot;rating&quot;:[0,&quot;4.6&quot;],&quot;component&quot;:[0,&quot;hsds-review--review_items&quot;],&quot;total_reviews&quot;:[0,&quot;1500&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;02a61d90-0e1f-4b0f-8763-e372139f2f3e&quot;],&quot;logo&quot;:[0,&quot;g2&quot;],&quot;rating&quot;:[0,&quot;4.5&quot;],&quot;component&quot;:[0,&quot;hsds-review--review_items&quot;],&quot;total_reviews&quot;:[0,&quot;1270&quot;]}]]]}]]],&quot;component&quot;:[0,&quot;hsds-testimonials-double-sided&quot;],&quot;background_color&quot;:[0,&quot;light-blue&quot;],&quot;testimonial_items&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;245dbc61-8fad-40d3-be62-b81e2f4860ca&quot;],&quot;quote&quot;:[0,&quot;We work in a lot of different industries, so I can’t always know what’s a 45-minute task and what’s a four-hour task. With tools like Hubstaff, you can tell. You then decide if a whole project should’ve taken 16 hours or if someone is just not the right fit.&quot;],&quot;author&quot;:[0,&quot;Solomon Thimothy&quot;],&quot;card_url&quot;:[0,{&quot;id&quot;:[0,&quot;b770a27d-26f3-4dfa-a568-783ac0b32648&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;customers/oneims&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;OneIMS&quot;],&quot;id&quot;:[0,625976588],&quot;uuid&quot;:[0,&quot;b770a27d-26f3-4dfa-a568-783ac0b32648&quot;],&quot;slug&quot;:[0,&quot;oneims&quot;],&quot;url&quot;:[0,&quot;customers/oneims&quot;],&quot;full_slug&quot;:[0,&quot;customers/oneims&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;back_logo&quot;:[0,{&quot;id&quot;:[0,16768072],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/293525/117x40/faf4fdb088/group-283.svg&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;component&quot;:[0,&quot;hsds-testimonials--testimonial_item-double-sided&quot;],&quot;author_job&quot;:[0,&quot;OneIMS President &quot;],&quot;front_face&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,3]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;25%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#08BA98&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; cost savings by eliminating wasted tasks&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#FFFFFF&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;10% - 25%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#08BA98&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Project savings&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#FFFFFF&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;horizontal_rule&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;25%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#08BA98&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Cost reduction from bad hires&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#FFFFFF&quot;]}]}]]]}]]]}]]]}],&quot;front_logo&quot;:[0,{&quot;id&quot;:[0,16751255],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/293525/116x40/68c8932d45/oneims_logo.svg&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;front_text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,3]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot; cost savings by eliminating wasted tasks&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#FFFFFF&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;10% - 25%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#08BA98&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Project savings&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#FFFFFF&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;horizontal_rule&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;25%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#08BA98&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Cost reduction from bad hires&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#FFFFFF&quot;]}]}]]]}]]]}]]]}],&quot;countup_value&quot;:[0,&quot;25&quot;],&quot;countup_text_color&quot;:[0,{&quot;_uid&quot;:[0,&quot;9057c208-bf28-43e9-aa22-74346c3b5a0a&quot;],&quot;color&quot;:[0,&quot;#07ba98&quot;],&quot;plugin&quot;:[0,&quot;native-color-picker&quot;]}],&quot;front_background_color&quot;:[0,{&quot;_uid&quot;:[0,&quot;b0ecef49-6818-427f-a94e-29d3005a588f&quot;],&quot;color&quot;:[0,&quot;#253053&quot;],&quot;plugin&quot;:[0,&quot;native-color-picker&quot;]}]}],[0,{&quot;_uid&quot;:[0,&quot;a048c531-c1e0-4e0c-859f-9b361097af37&quot;],&quot;quote&quot;:[0,&quot;My people need to document their work so that I can have visibility into what they did during the day. Using Hubstaff reduces the meeting time I needed and gives me clarity into what was done and what wasn’t.&quot;],&quot;author&quot;:[0,&quot;Brian Dordevic&quot;],&quot;card_url&quot;:[0,{&quot;id&quot;:[0,&quot;2f86789e-edac-4065-aa29-195df1503fc0&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;customers/alpha-efficiency&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;alpha-efficiency&quot;],&quot;id&quot;:[0,625976589],&quot;uuid&quot;:[0,&quot;2f86789e-edac-4065-aa29-195df1503fc0&quot;],&quot;slug&quot;:[0,&quot;alpha-efficiency&quot;],&quot;url&quot;:[0,&quot;customers/alpha-efficiency&quot;],&quot;full_slug&quot;:[0,&quot;customers/alpha-efficiency&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;back_logo&quot;:[0,{&quot;id&quot;:[0,16765396],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/293525/168x114/54f107a54f/bachv4tmzickvpdgj90c-1.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;component&quot;:[0,&quot;hsds-testimonials--testimonial_item-double-sided&quot;],&quot;author_job&quot;:[0,&quot;Director of Strategic Planning&quot;],&quot;front_face&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,3]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;30%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#294DFF&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; faster project completion&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#253053&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Bookkeeping reduced from&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;1 week to 1-2 days&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#294DFF&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;horizontal_rule&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Over 100% ROI&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#294DFF&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;By improving productivity and visibility&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;front_logo&quot;:[0,{&quot;id&quot;:[0,16765396],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/293525/168x114/54f107a54f/bachv4tmzickvpdgj90c-1.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;front_text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,3]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot; faster project completion&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#253053&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Bookkeeping reduced from&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;1 week to 1-2 days&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#294DFF&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;horizontal_rule&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Over 100% ROI&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#294DFF&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;By improving productivity and visibility&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;countup_value&quot;:[0,&quot;30&quot;],&quot;countup_text_color&quot;:[0,{&quot;_uid&quot;:[0,&quot;96113315-c8d7-4f1e-bee0-d77db2fb5b01&quot;],&quot;color&quot;:[0,&quot;#294dff&quot;],&quot;plugin&quot;:[0,&quot;native-color-picker&quot;]}],&quot;front_background_color&quot;:[0,{&quot;_uid&quot;:[0,&quot;dad34e24-c5d5-4137-aa21-a840745c0f71&quot;],&quot;color&quot;:[0,&quot;#ffffff&quot;],&quot;plugin&quot;:[0,&quot;native-color-picker&quot;]}]}],[0,{&quot;_uid&quot;:[0,&quot;6072e381-4503-47f3-b1e7-30212df467a4&quot;],&quot;quote&quot;:[0,&quot;Without Hubstaff, I wouldn’t be confident in running a remote business. We used the platform from the first day we opened the office in India, so I knew it would give me the insights and confidence to commit to remote working.&quot;],&quot;author&quot;:[0,&quot;Ross Crawford&quot;],&quot;card_url&quot;:[0,{&quot;id&quot;:[0,&quot;c3607b7a-3cd0-448b-9170-d7861c386fe9&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;customers/mr-digital&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;Mr Digital&quot;],&quot;id&quot;:[0,625976587],&quot;uuid&quot;:[0,&quot;c3607b7a-3cd0-448b-9170-d7861c386fe9&quot;],&quot;slug&quot;:[0,&quot;mr-digital&quot;],&quot;url&quot;:[0,&quot;customers/mr-digital&quot;],&quot;full_slug&quot;:[0,&quot;customers/mr-digital&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;back_logo&quot;:[0,{&quot;id&quot;:[0,16765397],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/293525/115x31/0d1406e2bb/group-323.svg&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;component&quot;:[0,&quot;hsds-testimonials--testimonial_item-double-sided&quot;],&quot;author_job&quot;:[0,&quot;Managing Director&quot;],&quot;front_face&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,3]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;10%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#1F95FF&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;reduction in check-in meeting time&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#253053&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;10% - 25%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#1F95FF&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Increase in activity level&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;horizontal_rule&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;100% confidence&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#1F95FF&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;In running a remote operation&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;front_logo&quot;:[0,{&quot;id&quot;:[0,16765397],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/293525/115x31/0d1406e2bb/group-323.svg&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;front_text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,3]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;reduction in check-in meeting time&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#253053&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;10% - 25%&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#1F95FF&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;Increase in activity level&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;horizontal_rule&quot;]}],[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,5]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;100% confidence&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#1F95FF&quot;]}]}]]]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;In running a remote operation&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bold&quot;]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;&quot;]}]}]]]}]]]}]]]}],&quot;countup_value&quot;:[0,&quot;10&quot;],&quot;countup_text_color&quot;:[0,{&quot;_uid&quot;:[0,&quot;98fd62d8-c995-4b81-adc8-aff3cfcd5b34&quot;],&quot;color&quot;:[0,&quot;#1f95ff&quot;],&quot;plugin&quot;:[0,&quot;native-color-picker&quot;]}],&quot;front_background_color&quot;:[0,{&quot;_uid&quot;:[0,&quot;580136fd-233f-4f8f-9877-8c94cbbd243b&quot;],&quot;color&quot;:[0,&quot;#FFE7AA&quot;],&quot;plugin&quot;:[0,&quot;native-color-picker&quot;]}]}]]]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="visible" opts="{&quot;name&quot;:&quot;HsdsTestimonialsDoubleSided&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-testimonials-double-sided hsds-row--background-light-blue"><div class="hsds-testimonials-double-sided__container"><div class="hsds-testimonials-double-sided__header"><div class="hsds-testimonials-double-sided__eyebrow">Time tracking tools to maximize your team’s productivity</div><div class="hsds-testimonials-double-sided__title"><p class="hsds-row__heading">See what our customers say</p></div></div><div class="hsds-testimonials-double-sided__grid"><!--[--><div class="hsds-testimonials-double-sided__grid__item__wrapper"><a class="hsds-testimonials-double-sided__grid__item--dark hsds-testimonials-double-sided__grid__item" href="customers/oneims"><div class="hsds-testimonials-double-sided__grid__item__frontface" style="background-color:#253053;"><img class="hsds-testimonials-double-sided__logo" src="https://a.storyblok.com/f/293525/116x40/68c8932d45/oneims_logo.svg"><div class="hsds-testimonials-double-sided__metrics"><span class="hsds-testimonials-double-sided__metrics-numbers" style="color:#07ba98;">0%</span><span><h3><span style="color:#FFFFFF"> cost savings by eliminating wasted tasks</span></h3><p></p><h5><span style="color:#08BA98">10% - 25%</span><br /><b><span style="color:#FFFFFF">Project savings</span></b></h5><hr /><h5><span style="color:#08BA98">25%</span><br /><b><span style="color:#FFFFFF">Cost reduction from bad hires</span></b></h5></span></div></div><div class="hsds-testimonials-double-sided__grid__item__backface"><img class="hsds-testimonials-double-sided__logo" src="https://a.storyblok.com/f/293525/117x40/faf4fdb088/group-283.svg"><span class="hsds-testimonials-double-sided__quote">We work in a lot of different industries, so I can’t always know what’s a 45-minute task and what’s a four-hour task. With tools like Hubstaff, you can tell. You then decide if a whole project should’ve taken 16 hours or if someone is just not the right fit.</span><span class="hsds-testimonials-double-sided__author">Solomon Thimothy</span><span class="hsds-testimonials-double-sided__author_job">OneIMS President </span></div></a></div><div class="hsds-testimonials-double-sided__grid__item__wrapper"><a class="hsds-testimonials-double-sided__grid__item" href="customers/alpha-efficiency"><div class="hsds-testimonials-double-sided__grid__item__frontface" style="background-color:#ffffff;"><img class="hsds-testimonials-double-sided__logo" src="https://a.storyblok.com/f/293525/168x114/54f107a54f/bachv4tmzickvpdgj90c-1.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/293525/168x114/54f107a54f/bachv4tmzickvpdgj90c-1.png/m/filters:format(webp):quality(70)" width="168" height="114" ><div class="hsds-testimonials-double-sided__metrics"><span class="hsds-testimonials-double-sided__metrics-numbers" style="color:#294dff;">0%</span><span><h3><span style="color:#253053"> faster project completion</span></h3><h5><br /><b>Bookkeeping reduced from</b><br /><span style="color:#294DFF">1 week to 1-2 days</span></h5><hr /><h5><span style="color:#294DFF">Over 100% ROI</span><br /><b>By improving productivity and visibility</b></h5></span></div></div><div class="hsds-testimonials-double-sided__grid__item__backface"><img class="hsds-testimonials-double-sided__logo" src="https://a.storyblok.com/f/293525/168x114/54f107a54f/bachv4tmzickvpdgj90c-1.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/293525/168x114/54f107a54f/bachv4tmzickvpdgj90c-1.png/m/filters:format(webp):quality(70)" width="168" height="114" ><span class="hsds-testimonials-double-sided__quote">My people need to document their work so that I can have visibility into what they did during the day. Using Hubstaff reduces the meeting time I needed and gives me clarity into what was done and what wasn’t.</span><span class="hsds-testimonials-double-sided__author">Brian Dordevic</span><span class="hsds-testimonials-double-sided__author_job">Director of Strategic Planning</span></div></a></div><div class="hsds-testimonials-double-sided__grid__item__wrapper"><a class="hsds-testimonials-double-sided__grid__item" href="customers/mr-digital"><div class="hsds-testimonials-double-sided__grid__item__frontface" style="background-color:#FFE7AA;"><img class="hsds-testimonials-double-sided__logo" src="https://a.storyblok.com/f/293525/115x31/0d1406e2bb/group-323.svg"><div class="hsds-testimonials-double-sided__metrics"><span class="hsds-testimonials-double-sided__metrics-numbers" style="color:#1f95ff;">0%</span><span><h3><span style="color:#253053">reduction in check-in meeting time</span></h3><h5><br /><span style="color:#1F95FF">10% - 25%</span><br /><b>Increase in activity level</b></h5><hr /><h5><span style="color:#1F95FF">100% confidence</span><br /><b>In running a remote operation</b></h5></span></div></div><div class="hsds-testimonials-double-sided__grid__item__backface"><img class="hsds-testimonials-double-sided__logo" src="https://a.storyblok.com/f/293525/115x31/0d1406e2bb/group-323.svg"><span class="hsds-testimonials-double-sided__quote">Without Hubstaff, I wouldn’t be confident in running a remote business. We used the platform from the first day we opened the office in India, so I knew it would give me the insights and confidence to commit to remote working.</span><span class="hsds-testimonials-double-sided__author">Ross Crawford</span><span class="hsds-testimonials-double-sided__author_job">Managing Director</span></div></a></div><!--]--></div><!--[--><div class="hsds-review-wrapper" istaskspage="false"><ul class="hsds-review__list"><!--[--><li class="hsds-review__item"><dl class="hsds-review__review"><dt class="hsds-review__cite"><img src="/images/logos/getapp-dark.svg" alt="integration logo" class="hsds-review__logo"></dt><dd class="hsds-review__meta"><div class="hsds-review__description"><span>4.6 out of 5 stars </span><span>from 1500 reviews</span></div><div class="hsds-review__stars" title="4.6 out of 5 stars from 1500 reviews"><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#half-star"></use></svg></div></dd></dl></li><li class="hsds-review__item"><dl class="hsds-review__review"><dt class="hsds-review__cite"><img src="/images/logos/capterra-dark.svg" alt="integration logo" class="hsds-review__logo"></dt><dd class="hsds-review__meta"><div class="hsds-review__description"><span>4.6 out of 5 stars </span><span>from 1500 reviews</span></div><div class="hsds-review__stars" title="4.6 out of 5 stars from 1500 reviews"><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#half-star"></use></svg></div></dd></dl></li><li class="hsds-review__item"><dl class="hsds-review__review"><dt class="hsds-review__cite"><img src="/images/logos/g2-dark.svg" alt="integration logo" class="hsds-review__logo"></dt><dd class="hsds-review__meta"><div class="hsds-review__description"><span>4.5 out of 5 stars </span><span>from 1270 reviews</span></div><div class="hsds-review__stars" title="4.5 out of 5 stars from 1270 reviews"><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#star"></use></svg><svg class="hsds-icon hsds-review__star" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#half-star"></use></svg></div></dd></dl></li><!--]--></ul></div><!--]--></div></section><!--astro:end--></astro-island><section class="hsds-booklet-simplified hsds-booklet-simplified--spacing-large"><div class="hsds-booklet-simplified__inner"><div class="hsds-booklet-simplified__content"><h1 class="hsds-booklet-simplified__title">See Hubstaff in action</h1><div class="richtext-container hsds-booklet-simplified__description"><p>Discover how our all-in-one workforce management tool streamlines time tracking, productivity, payroll, and more—try our interactive demo today!</p></div><div class="hsds-booklet-simplified__cta"><a class="hsds-button js-hsds-cta-track hsds-button--tertiary hsds-button--regular" data-name="booklet_signup" href="/demo-experience"><!--[-->Try a demo now<!--]--></a></div></div><div class="hsds-booklet-simplified__image"><img src="https://a.storyblok.com/f/172398/1480x1186/2bb1c595f4/booklet_cta.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1480x1186/2bb1c595f4/booklet_cta.png/m/filters:format(webp):quality(70)" width="1480" height="1186" ></div></div></section><astro-island uid="1eG3Ym" prefix="v4" component-url="/_astro/hsds-row.CjQ_e-1P.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;e4771824-5494-4d4b-b195-f0086cb2d8fa&quot;],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,2]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Run a more profitable&quot;],&quot;type&quot;:[0,&quot;text&quot;]}],[0,{&quot;type&quot;:[0,&quot;hard_break&quot;]}],[0,{&quot;text&quot;:[0,&quot;business&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;row_size&quot;:[0,&quot;large&quot;],&quot;component&quot;:[0,&quot;hsds-row&quot;],&quot;image_src&quot;:[0,&quot;&quot;],&quot;medallion&quot;:[0,&quot;&quot;],&quot;image_width&quot;:[0,null],&quot;title_level&quot;:[0,&quot;H2&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;image_height&quot;:[0,null],&quot;extra_classes&quot;:[1,[]],&quot;image_alt_tag&quot;:[0,&quot;&quot;],&quot;image_display&quot;:[0,false],&quot;title_eyebrow&quot;:[0,&quot;HOW WORKFORCE MANAGEMENT HELPS YOU&quot;],&quot;eyebrow_format&quot;:[0,&quot;highlight&quot;],&quot;image_position&quot;:[0,&quot;right&quot;],&quot;paragraph_text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}]]]}],&quot;background_color&quot;:[0,&quot;white&quot;],&quot;image_animations&quot;:[0,&quot;None&quot;],&quot;nested_components&quot;:[0,false],&quot;integration_bubbles&quot;:[0,false],&quot;paragraph_alignment&quot;:[0,&quot;center&quot;],&quot;collapse_padding_top&quot;:[0,false],&quot;integration_logo_src&quot;:[0,&quot;&quot;],&quot;paragraph_text_color&quot;:[0,&quot;&quot;],&quot;product_availability&quot;:[0,&quot;&quot;],&quot;rich_text_components&quot;:[1,[]],&quot;collapse_padding_bottom&quot;:[0,true],&quot;content_vertical_alignment&quot;:[0,&quot;&quot;],&quot;paragraph_images_alignment&quot;:[0,&quot;center&quot;]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="visible" opts="{&quot;name&quot;:&quot;HsdsRow&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-row hsds-row--background-white hsds-row--collapse-padding-bottom hsds-row--col-flop-on-desktop"><div class="hsds-row__container" id=""><div class="hsds-row__main--width-large hsds-row__main"><div class="hsds-long-form-text--text-align-center hsds-long-form-text"><!----><!----><!--[--><div class="hsds-row__eyebrow">HOW WORKFORCE MANAGEMENT HELPS YOU</div><!--]--><div class="richtext-container"><h2 class="hsds-row__heading hsds-row__heading--no-margin">Run a more profitable<br />business</h2></div><!----><!--[--><!--]--></div></div></div></section><!--astro:end--></astro-island><astro-island uid="LuUoP" prefix="v5" component-url="/_astro/hsds-row.CjQ_e-1P.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;b14d6b7f-0c99-4bdd-a10e-89506d5430a4&quot;],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,2]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Instantly improve productivity&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;row_size&quot;:[0,&quot;large&quot;],&quot;component&quot;:[0,&quot;hsds-row&quot;],&quot;image_src&quot;:[0,{&quot;id&quot;:[0,17279398],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1214x1320/a76a7ba07a/instantly_improve-2x.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;medallion&quot;:[0,&quot;employee-monitoring&quot;],&quot;image_width&quot;:[0,585],&quot;title_level&quot;:[0,&quot;H2&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;image_height&quot;:[0,713],&quot;extra_classes&quot;:[1,[]],&quot;image_alt_tag&quot;:[0,&quot;improve productivity with Hubstaff&quot;],&quot;image_display&quot;:[0,true],&quot;title_eyebrow&quot;:[0,&quot;&quot;],&quot;eyebrow_format&quot;:[0,&quot;highlight&quot;],&quot;image_position&quot;:[0,&quot;right&quot;],&quot;paragraph_text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;It’s simple psychology. When your team tracks time with Hubstaff, everyone is more aware of how they&#39;re spending each minute of their day. This improves focus and keeps your team on task.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],&quot;background_color&quot;:[0,&quot;white&quot;],&quot;image_animations&quot;:[0,&quot;&quot;],&quot;nested_components&quot;:[0,true],&quot;integration_bubbles&quot;:[0,false],&quot;paragraph_alignment&quot;:[0,&quot;left&quot;],&quot;collapse_padding_top&quot;:[0,false],&quot;integration_logo_src&quot;:[0,&quot;&quot;],&quot;paragraph_text_color&quot;:[0,&quot;&quot;],&quot;product_availability&quot;:[0,&quot;&quot;],&quot;rich_text_components&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;0dc10e74-4bbb-4432-8eb5-0c33bfc33030&quot;],&quot;component&quot;:[0,&quot;hsds-list&quot;],&quot;list_type&quot;:[0,&quot;Definition list&quot;],&quot;list_items&quot;:[1,[[0,{&quot;url&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;337878e7-7da2-401a-b563-14cbb3b47bcb&quot;],&quot;icon&quot;:[0,&quot;&quot;],&quot;text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Our Insights add-on helps optimize workforces based on utilization, efficiency, and productivity. &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],&quot;title&quot;:[0,&quot;Real-time productivity metrics&quot;],&quot;eyebrow&quot;:[0,&quot;&quot;],&quot;component&quot;:[0,&quot;hsds-list--list_items&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;product_logo&quot;:[0,&quot;&quot;]}],[0,{&quot;url&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;8c324ae5-7c94-402e-8396-b5806a5dac0b&quot;],&quot;icon&quot;:[0,&quot;&quot;],&quot;text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Get notified if Hubstaff detects apps or hardware that are used to generate fake activity. &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],&quot;title&quot;:[0,&quot;Detect unusual activity&quot;],&quot;eyebrow&quot;:[0,&quot;&quot;],&quot;component&quot;:[0,&quot;hsds-list--list_items&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;product_logo&quot;:[0,&quot;&quot;]}]]],&quot;collapsible&quot;:[0,false],&quot;list_columns&quot;:[0,&quot;Single&quot;],&quot;list_items_icons&quot;:[1,[]],&quot;list_items_links&quot;:[1,[]],&quot;list_items_anchor&quot;:[1,[]],&quot;list_items_colored&quot;:[1,[]],&quot;list_items_bulleted&quot;:[1,[]],&quot;list_items_headings&quot;:[1,[]],&quot;list_items_checklist&quot;:[1,[]],&quot;list_items_ordered_stepped&quot;:[1,[]]}],[0,{&quot;url&quot;:[0,&quot;/product/insights&quot;],&quot;_uid&quot;:[0,&quot;3d7148ec-01ab-46c4-92c1-cb259fd757ab&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;size&quot;:[0,&quot;regular&quot;],&quot;type&quot;:[0,&quot;primary&quot;],&quot;label&quot;:[0,&quot;More about productivity benchmarks&quot;],&quot;component&quot;:[0,&quot;hsds-button&quot;],&quot;link_style&quot;:[0,true],&quot;link_spacing&quot;:[0,&quot;Top&quot;],&quot;reverse_colors&quot;:[0,false],&quot;analytics_track&quot;:[0,false]}]]],&quot;collapse_padding_bottom&quot;:[0,false],&quot;content_vertical_alignment&quot;:[0,&quot;&quot;],&quot;paragraph_images_alignment&quot;:[0,&quot;left&quot;]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="visible" opts="{&quot;name&quot;:&quot;HsdsRow&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-row hsds-row--background-white hsds-row--col-flop-on-desktop"><div class="hsds-row__container" id=""><div class="hsds-row__grid"><div class="hsds-row__col--graphic-right hsds-row__col hsds-row__col--graphic"><!----><!--[--><img class="hsds-row__image" src="https://a.storyblok.com/f/172398/1214x1320/a76a7ba07a/instantly_improve-2x.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1214x1320/a76a7ba07a/instantly_improve-2x.png/m/filters:format(webp):quality(70)" alt="improve productivity with Hubstaff" width="1214" height="1320" ><!--]--></div><div class="hsds-row__col hsds-row__col--content"><!----><div class="hsds-medallion"><svg class="hsds-icon hsds-medallion__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#employee-monitoring"></use></svg></div><!--[--><!----><!----><!--]--><div class="richtext-container"><h2 class="hsds-row__heading">Instantly improve productivity</h2></div><div class="hsds-row__p richtext-container"><p><span style="color:#636B83">It’s simple psychology. When your team tracks time with Hubstaff, everyone is more aware of how they&#39;re spending each minute of their day. This improves focus and keeps your team on task.</span></p></div><!----><!--[--><div><div class="hsds-dl"><!--[--><!--[--><!----><h3 class="hsds-dl__dt hsds-dl__dt--medium"><!----><span>Real-time productivity metrics</span></h3><div class="hsds-dl__dd richtext-container"><p class="richtext-container--no-margin"><span style="color:#636B83">Our Insights add-on helps optimize workforces based on utilization, efficiency, and productivity. </span></p></div><!--]--><!--[--><!----><h3 class="hsds-dl__dt hsds-dl__dt--medium"><!----><span>Detect unusual activity</span></h3><div class="hsds-dl__dd richtext-container"><p class="richtext-container--no-margin"><span style="color:#636B83">Get notified if Hubstaff detects apps or hardware that are used to generate fake activity. </span></p></div><!--]--><!--]--></div></div><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-button--spaced-top" data-name="More about productivity benchmarks" href="/product/insights"><!--[--><span class="hsds-button__label">More about productivity benchmarks</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a><!--]--><!----></div></div></div></section><!--astro:end--></astro-island><astro-island uid="Z1MNOKB" prefix="v6" component-url="/_astro/hsds-row.CjQ_e-1P.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;474b6cb6-4ab0-43a0-bc38-362bb5cef82b&quot;],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,2]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Automate team operations&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;row_size&quot;:[0,&quot;large&quot;],&quot;component&quot;:[0,&quot;hsds-row&quot;],&quot;image_src&quot;:[0,{&quot;id&quot;:[0,11967711],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/257366/1229x1510/092562b6a5/hubstaff-automate-team-management-44f195ded2274fa41f68749bf60b3ef0ed71d0b3048c25022692373f73bd0aed.webp&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;medallion&quot;:[0,&quot;automate-management&quot;],&quot;image_width&quot;:[0,&quot;562&quot;],&quot;title_level&quot;:[0,&quot;H2&quot;],&quot;center_title&quot;:[0,false],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;image_height&quot;:[0,&quot;854&quot;],&quot;extra_classes&quot;:[0,&quot;&quot;],&quot;image_alt_tag&quot;:[0,&quot;automate team management&quot;],&quot;image_display&quot;:[0,true],&quot;image_two_src&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;title_eyebrow&quot;:[0,&quot;&quot;],&quot;toggle_labels&quot;:[0,&quot;&quot;],&quot;eyebrow_format&quot;:[0,&quot;highlight&quot;],&quot;image_position&quot;:[0,&quot;left&quot;],&quot;paragraph_text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Hubstaff tackles time-draining admin work, provides peace of mind, and helps ensure that your team is working hard. With real-time workforce management features, you can balance and track billable hours, boost productivity, and seamlessly automate invoicing and payroll.&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;background_color&quot;:[0,&quot;white&quot;],&quot;image_animations&quot;:[0,&quot;&quot;],&quot;image_two_alt_tag&quot;:[0,&quot;&quot;],&quot;nested_components&quot;:[0,true],&quot;is_product_feature&quot;:[0,false],&quot;integration_bubbles&quot;:[0,false],&quot;paragraph_alignment&quot;:[0,&quot;left&quot;],&quot;collapse_padding_top&quot;:[0,false],&quot;integration_logo_src&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;paragraph_text_color&quot;:[0,&quot;&quot;],&quot;product_availability&quot;:[0,&quot;&quot;],&quot;rich_text_components&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;05abd82e-4ca2-4a84-8135-078b36114c17&quot;],&quot;component&quot;:[0,&quot;hsds-list&quot;],&quot;list_type&quot;:[0,&quot;Definition list&quot;],&quot;list_items&quot;:[1,[[0,{&quot;url&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;fcac51f7-6744-4fc9-b95e-ab1b24714c8e&quot;],&quot;icon&quot;:[0,&quot;&quot;],&quot;text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;With 20+ customizable reports for tracking employee activity, project progress, and budget adherence, Hubstaff streamlines decision-making across your entire business. &quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;title&quot;:[0,&quot;Advanced reporting&quot;],&quot;eyebrow&quot;:[0,&quot;&quot;],&quot;component&quot;:[0,&quot;hsds-list--list_items&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;product_logo&quot;:[0,&quot;&quot;]}],[0,{&quot;url&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;d3c94fa1-67fe-4a49-a45f-c536d4cf5b28&quot;],&quot;icon&quot;:[0,&quot;&quot;],&quot;text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Access &quot;],&quot;type&quot;:[0,&quot;text&quot;]}],[0,{&quot;text&quot;:[0,&quot;data-driven workforce analytics dashboards&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/workforce-analytics&quot;],&quot;uuid&quot;:[0,null],&quot;anchor&quot;:[0,null],&quot;target&quot;:[0,&quot;_self&quot;],&quot;linktype&quot;:[0,&quot;url&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; for managers and employees, reducing disruptions and check-in meetings. &quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;title&quot;:[0,&quot;Easy-to-use dashboards&quot;],&quot;eyebrow&quot;:[0,&quot;&quot;],&quot;component&quot;:[0,&quot;hsds-list--list_items&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;product_logo&quot;:[0,&quot;&quot;]}]]],&quot;collapsible&quot;:[0,false],&quot;list_columns&quot;:[0,&quot;Single&quot;],&quot;list_items_icons&quot;:[1,[]],&quot;list_items_links&quot;:[1,[]],&quot;list_items_anchor&quot;:[1,[]],&quot;list_items_colored&quot;:[1,[]],&quot;list_items_bulleted&quot;:[1,[]],&quot;list_items_headings&quot;:[1,[]],&quot;list_items_checklist&quot;:[1,[]],&quot;list_items_ordered_stepped&quot;:[1,[]]}],[0,{&quot;url&quot;:[0,&quot;/workforce-management&quot;],&quot;_uid&quot;:[0,&quot;adb58653-53a0-4666-867f-69df28a9d6b9&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;size&quot;:[0,&quot;regular&quot;],&quot;type&quot;:[0,&quot;primary&quot;],&quot;label&quot;:[0,&quot;Workforce management software&quot;],&quot;component&quot;:[0,&quot;hsds-button&quot;],&quot;link_style&quot;:[0,true],&quot;link_spacing&quot;:[0,&quot;Top&quot;],&quot;reverse_colors&quot;:[0,false],&quot;analytics_track&quot;:[0,false]}]]],&quot;collapse_padding_bottom&quot;:[0,false],&quot;content_vertical_alignment&quot;:[0,&quot;&quot;],&quot;paragraph_images_alignment&quot;:[0,&quot;left&quot;]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="visible" opts="{&quot;name&quot;:&quot;HsdsRow&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-row hsds-row--background-white"><div class="hsds-row__container" id=""><div class="hsds-row__grid"><div class="hsds-row__col hsds-row__col--graphic"><!----><!--[--><div class="hsds-row__image-wrapper" style="max-width:562px;"><img class="hsds-row__image" src="https://a.storyblok.com/f/257366/1229x1510/092562b6a5/hubstaff-automate-team-management-44f195ded2274fa41f68749bf60b3ef0ed71d0b3048c25022692373f73bd0aed.webp/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/257366/1229x1510/092562b6a5/hubstaff-automate-team-management-44f195ded2274fa41f68749bf60b3ef0ed71d0b3048c25022692373f73bd0aed.webp/m/filters:format(webp):quality(70)" alt="automate team management" width="1229" height="1510" ></div><!--]--></div><div class="hsds-row__col hsds-row__col--content"><!----><div class="hsds-medallion"><svg class="hsds-icon hsds-medallion__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#automate-management"></use></svg></div><!--[--><!----><!----><!--]--><div class="richtext-container"><h2 class="hsds-row__heading">Automate team operations</h2></div><div class="hsds-row__p richtext-container"><p>Hubstaff tackles time-draining admin work, provides peace of mind, and helps ensure that your team is working hard. With real-time workforce management features, you can balance and track billable hours, boost productivity, and seamlessly automate invoicing and payroll.</p></div><!----><!--[--><div><div class="hsds-dl"><!--[--><!--[--><!----><h3 class="hsds-dl__dt hsds-dl__dt--medium"><!----><span>Advanced reporting</span></h3><div class="hsds-dl__dd richtext-container"><p class="richtext-container--no-margin">With 20+ customizable reports for tracking employee activity, project progress, and budget adherence, Hubstaff streamlines decision-making across your entire business. </p></div><!--]--><!--[--><!----><h3 class="hsds-dl__dt hsds-dl__dt--medium"><!----><span>Easy-to-use dashboards</span></h3><div class="hsds-dl__dd richtext-container"><p class="richtext-container--no-margin">Access <a href="/workforce-analytics" target="_self" linktype="url">data-driven workforce analytics dashboards</a> for managers and employees, reducing disruptions and check-in meetings. </p></div><!--]--><!--]--></div></div><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-button--spaced-top" data-name="Workforce management software" href="/workforce-management"><!--[--><span class="hsds-button__label">Workforce management software</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a><!--]--><!----></div></div></div></section><!--astro:end--></astro-island><astro-island uid="rAky1" prefix="v7" component-url="/_astro/hsds-row.CjQ_e-1P.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;943c98fd-4e5b-424e-8a18-2b21afd414e5&quot;],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,2]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Find and fix money leaks&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;row_size&quot;:[0,&quot;large&quot;],&quot;component&quot;:[0,&quot;hsds-row&quot;],&quot;image_src&quot;:[0,{&quot;id&quot;:[0,17242808],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1214x1405/70ee0b00a0/find-and-fix-money-leaks-2x.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;medallion&quot;:[0,&quot;wrench&quot;],&quot;image_width&quot;:[0,&quot;540&quot;],&quot;title_level&quot;:[0,&quot;H2&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;image_height&quot;:[0,&quot;739&quot;],&quot;extra_classes&quot;:[1,[]],&quot;image_alt_tag&quot;:[0,&quot;Hubstaff project cost tracking&quot;],&quot;image_display&quot;:[0,true],&quot;title_eyebrow&quot;:[0,&quot;&quot;],&quot;eyebrow_format&quot;:[0,&quot;highlight&quot;],&quot;image_position&quot;:[0,&quot;outer right&quot;],&quot;paragraph_text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Is a project or client hurting your profit margins? Hubstaff will let you know. You’ll have access to &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot;detailed time reports&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/time-report&quot;],&quot;uuid&quot;:[0,null],&quot;anchor&quot;:[0,null],&quot;custom&quot;:[0,{}],&quot;target&quot;:[0,&quot;_blank&quot;],&quot;linktype&quot;:[0,&quot;url&quot;]}]}],[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; and dashboards that provide insights into where your company&#39;s billable hours are going and how that impacts revenue.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],&quot;background_color&quot;:[0,&quot;white&quot;],&quot;image_animations&quot;:[0,&quot;&quot;],&quot;nested_components&quot;:[0,true],&quot;integration_bubbles&quot;:[0,false],&quot;paragraph_alignment&quot;:[0,&quot;left&quot;],&quot;collapse_padding_top&quot;:[0,false],&quot;integration_logo_src&quot;:[0,&quot;&quot;],&quot;paragraph_text_color&quot;:[0,&quot;&quot;],&quot;product_availability&quot;:[0,&quot;&quot;],&quot;rich_text_components&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;7bd267e1-694c-48a9-b6d8-bb324431d0a1&quot;],&quot;component&quot;:[0,&quot;hsds-list&quot;],&quot;list_type&quot;:[0,&quot;Definition list&quot;],&quot;list_items&quot;:[1,[[0,{&quot;url&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;4d0e9cb5-1a28-4e94-b010-763a26ce6007&quot;],&quot;icon&quot;:[0,&quot;&quot;],&quot;text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Reports show you which projects are most profitable and which ones drain your team’s time.&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;title&quot;:[0,&quot;Get your priorities straight&quot;],&quot;eyebrow&quot;:[0,&quot;&quot;],&quot;component&quot;:[0,&quot;hsds-list--list_items&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;product_logo&quot;:[0,&quot;&quot;]}],[0,{&quot;url&quot;:[0,&quot;&quot;],&quot;_uid&quot;:[0,&quot;3ba18759-03ca-4625-81b6-263977c54eae&quot;],&quot;icon&quot;:[0,&quot;&quot;],&quot;text&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Track time and expenses&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;link&quot;],&quot;attrs&quot;:[0,{&quot;href&quot;:[0,&quot;/time-tracking/time-expense-tracking&quot;],&quot;uuid&quot;:[0,null],&quot;anchor&quot;:[0,null],&quot;target&quot;:[0,&quot;_self&quot;],&quot;linktype&quot;:[0,&quot;url&quot;]}]}]]]}],[0,{&quot;text&quot;:[0,&quot; and set weekly budgets or time limits for teams. Get alerts when projects go over.&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;title&quot;:[0,&quot;Control expenses&quot;],&quot;eyebrow&quot;:[0,&quot;&quot;],&quot;component&quot;:[0,&quot;hsds-list--list_items&quot;],&quot;eyebrow_icon&quot;:[0,&quot;&quot;],&quot;product_logo&quot;:[0,&quot;&quot;]}]]],&quot;collapsible&quot;:[0,false],&quot;list_columns&quot;:[0,&quot;Single&quot;],&quot;list_items_icons&quot;:[1,[]],&quot;list_items_links&quot;:[1,[]],&quot;list_items_anchor&quot;:[1,[]],&quot;list_items_colored&quot;:[1,[]],&quot;list_items_bulleted&quot;:[1,[]],&quot;list_items_headings&quot;:[1,[]],&quot;list_items_checklist&quot;:[1,[]],&quot;list_items_ordered_stepped&quot;:[1,[]]}],[0,{&quot;url&quot;:[0,&quot;/project-cost-tracking-software&quot;],&quot;_uid&quot;:[0,&quot;aacc681e-acf4-498e-8bd1-7406439ff867&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;size&quot;:[0,&quot;regular&quot;],&quot;type&quot;:[0,&quot;primary&quot;],&quot;label&quot;:[0,&quot;Project cost tracking&quot;],&quot;component&quot;:[0,&quot;hsds-button&quot;],&quot;link_style&quot;:[0,true],&quot;link_spacing&quot;:[0,&quot;Top&quot;],&quot;reverse_colors&quot;:[0,false],&quot;analytics_track&quot;:[0,false]}]]],&quot;collapse_padding_bottom&quot;:[0,false],&quot;content_vertical_alignment&quot;:[0,&quot;&quot;],&quot;paragraph_images_alignment&quot;:[0,&quot;left&quot;]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="visible" opts="{&quot;name&quot;:&quot;HsdsRow&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-row hsds-row--background-white hsds-row--col-flop-on-desktop"><div class="hsds-row__container" id=""><div class="hsds-row__grid"><div class="hsds-row__col--pull-right hsds-row__col hsds-row__col--graphic"><!----><!--[--><img class="hsds-row__image" src="https://a.storyblok.com/f/172398/1214x1405/70ee0b00a0/find-and-fix-money-leaks-2x.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1214x1405/70ee0b00a0/find-and-fix-money-leaks-2x.png/m/filters:format(webp):quality(70)" alt="Hubstaff project cost tracking" width="1214" height="1405" ><!--]--></div><div class="hsds-row__col hsds-row__col--content"><!----><div class="hsds-medallion"><svg class="hsds-icon hsds-medallion__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#wrench"></use></svg></div><!--[--><!----><!----><!--]--><div class="richtext-container"><h2 class="hsds-row__heading">Find and fix money leaks</h2></div><div class="hsds-row__p richtext-container"><p><span style="color:#636B83">Is a project or client hurting your profit margins? Hubstaff will let you know. You’ll have access to </span><a href="/time-report" target="_blank" linktype="url"><span style="color:#636B83">detailed time reports</span></a><span style="color:#636B83"> and dashboards that provide insights into where your company&#39;s billable hours are going and how that impacts revenue.</span></p></div><!----><!--[--><div><div class="hsds-dl"><!--[--><!--[--><!----><h3 class="hsds-dl__dt hsds-dl__dt--medium"><!----><span>Get your priorities straight</span></h3><div class="hsds-dl__dd richtext-container"><p class="richtext-container--no-margin">Reports show you which projects are most profitable and which ones drain your team’s time.</p></div><!--]--><!--[--><!----><h3 class="hsds-dl__dt hsds-dl__dt--medium"><!----><span>Control expenses</span></h3><div class="hsds-dl__dd richtext-container"><p class="richtext-container--no-margin"><a href="/time-tracking/time-expense-tracking" target="_self" linktype="url">Track time and expenses</a> and set weekly budgets or time limits for teams. Get alerts when projects go over.</p></div><!--]--><!--]--></div></div><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline hsds-button--spaced-top" data-name="Project cost tracking" href="/project-cost-tracking-software"><!--[--><span class="hsds-button__label">Project cost tracking</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a><!--]--><!----></div></div></div></section><!--astro:end--></astro-island><astro-island uid="Z1HH7t" prefix="v8" component-url="/_astro/hsds-features-accordion.EKTMuFTE.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;_uid&quot;:[0,&quot;cb70737b-5e6b-4474-b41e-ac161a7fe58f&quot;],&quot;items&quot;:[1,[[0,{&quot;cta&quot;:[1,[]],&quot;_uid&quot;:[0,&quot;905eda1c-62bb-429e-9eeb-b4ef7bb2a364&quot;],&quot;icon&quot;:[0,&quot;remote&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,14294782],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1256x864/330cfeca26/principle-1-image.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;title&quot;:[0,&quot;Principle 1: Transparency&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Achieve transparency in your team&#39;s productivity — without compromising privacy. That’s why Hubstaff offers the option to blur apps, URLs, and screenshots. Plus: &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;bullet_list&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;list_item&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;No keystroke logging&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;list_item&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;No email monitoring&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;list_item&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;No access to cameras and webcams&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}]]]}]]]}],&quot;component&quot;:[0,&quot;hsds-features-accordion--items&quot;],&quot;animationUrl&quot;:[0,&quot;&quot;]}],[0,{&quot;cta&quot;:[1,[]],&quot;_uid&quot;:[0,&quot;2462a579-588d-4e3e-913e-1a76c7fc58da&quot;],&quot;icon&quot;:[0,&quot;bag&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,14294786],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1256x864/1e6d255b2a/principle-2-image.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;title&quot;:[0,&quot;Principle 2: Access&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Access ensures peace of mind. Hubstaff&#39;s default settings enable users to view the same information as their managers, but you can tweak settings to fit your team. No matter what you choose, data collection ends the second a timer is stopped. &quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],&quot;component&quot;:[0,&quot;hsds-features-accordion--items&quot;],&quot;animationUrl&quot;:[0,&quot;&quot;]}],[0,{&quot;cta&quot;:[1,[[0,{&quot;url&quot;:[0,&quot;/guiding-principles&quot;],&quot;_uid&quot;:[0,&quot;5419c90c-a9cd-4923-b95a-db726712c287&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;size&quot;:[0,&quot;small&quot;],&quot;type&quot;:[0,&quot;secondary&quot;],&quot;label&quot;:[0,&quot;See our guiding principles&quot;],&quot;component&quot;:[0,&quot;hsds-button&quot;],&quot;link_style&quot;:[0,false],&quot;link_spacing&quot;:[0,&quot;Bottom&quot;],&quot;reverse_colors&quot;:[0,false],&quot;analytics_track&quot;:[0,false]}]]],&quot;_uid&quot;:[0,&quot;db47cd32-406e-4e81-a675-bf9a045f098b&quot;],&quot;icon&quot;:[0,&quot;team&quot;],&quot;image&quot;:[0,{&quot;id&quot;:[0,14294788],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/1256x864/46d0570bb7/principle-3-image.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;title&quot;:[0,&quot;Principle 3: Control&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Data collection starts with the end user. Users decide when to clock in and out, take breaks, and submit hours as automated timesheets.&quot;],&quot;type&quot;:[0,&quot;text&quot;],&quot;marks&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;textStyle&quot;],&quot;attrs&quot;:[0,{&quot;color&quot;:[0,&quot;#636B83&quot;]}]}]]]}]]]}]]]}],&quot;component&quot;:[0,&quot;hsds-features-accordion--items&quot;],&quot;animationUrl&quot;:[0,&quot;&quot;]}]]],&quot;title&quot;:[0,&quot;Hubstaff’s privacy-first guiding principles&quot;],&quot;component&quot;:[0,&quot;hsds-features-accordion&quot;]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="load" opts="{&quot;name&quot;:&quot;HsdsFeaturesAccordion&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-features-accordion hsds-row hsds-row--background-light-blue hsds-row__container--spaced" istaskspage="false"><div class="hsds-features-accordion__container"><div class="hsds-features-accordion__content"><h2 class="hsds-features-accordion__title">Hubstaff’s privacy-first guiding principles</h2><ul class="hsds-features-accordion__items" role="tablist"><!--[--><li role="tab" aria-selected="true" class="hsds-features-accordion__item--active hsds-features-accordion__item" data-conditional-class="hsds-features-accordion__item--active"><button class="hsds-features-accordion__item-button" id="feature-accordion-item-0" aria-expanded="true"><svg class="hsds-icon hsds-features-accordion__item-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#remote"></use></svg><h3 class="hsds-features-accordion__item-title">Principle 1: Transparency</h3><svg class="hsds-icon hsds-features-accordion__item-arrow" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#chevron-right"></use></svg></button><div class="hsds-features-accordion__item-content-container" aria-hidden="false" aria-labelledby="feature-accordion-item-0"><div class="richtext-container hsds-features-accordion__item-content"><p><span style="color:#636B83">Achieve transparency in your team&#39;s productivity — without compromising privacy. That’s why Hubstaff offers the option to blur apps, URLs, and screenshots. Plus: </span></p><ul><li><p><span style="color:#636B83">No keystroke logging</span></p></li><li><p><span style="color:#636B83">No email monitoring</span></p></li><li><p><span style="color:#636B83">No access to cameras and webcams</span></p></li></ul></div><!--[--><!--]--><!----></div></li><li role="tab" aria-selected="false" class="hsds-features-accordion__item" data-conditional-class="hsds-features-accordion__item--active"><button class="hsds-features-accordion__item-button" id="feature-accordion-item-1" aria-expanded="false"><svg class="hsds-icon hsds-features-accordion__item-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#bag"></use></svg><h3 class="hsds-features-accordion__item-title">Principle 2: Access</h3><svg class="hsds-icon hsds-features-accordion__item-arrow" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#chevron-right"></use></svg></button><div class="hsds-features-accordion__item-content-container" aria-hidden="true" aria-labelledby="feature-accordion-item-1"><div class="richtext-container hsds-features-accordion__item-content"><p><span style="color:#636B83">Access ensures peace of mind. Hubstaff&#39;s default settings enable users to view the same information as their managers, but you can tweak settings to fit your team. No matter what you choose, data collection ends the second a timer is stopped. </span></p></div><!--[--><!--]--><!----></div></li><li role="tab" aria-selected="false" class="hsds-features-accordion__item" data-conditional-class="hsds-features-accordion__item--active"><button class="hsds-features-accordion__item-button" id="feature-accordion-item-2" aria-expanded="false"><svg class="hsds-icon hsds-features-accordion__item-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#team"></use></svg><h3 class="hsds-features-accordion__item-title">Principle 3: Control</h3><svg class="hsds-icon hsds-features-accordion__item-arrow" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#chevron-right"></use></svg></button><div class="hsds-features-accordion__item-content-container" aria-hidden="true" aria-labelledby="feature-accordion-item-2"><div class="richtext-container hsds-features-accordion__item-content"><p><span style="color:#636B83">Data collection starts with the end user. Users decide when to clock in and out, take breaks, and submit hours as automated timesheets.</span></p></div><!--[--><a class="hsds-button js-hsds-cta-track hsds-button--secondary hsds-button--small hsds-button--spaced-bottom" data-name="See our guiding principles" href="/guiding-principles"><!--[-->See our guiding principles<!--]--></a><!--]--><!----></div></li><!--]--></ul></div><div class="hsds-features-accordion__image-container" data-conditional-class="hsds-features-accordion__image-container--transition"><!--[--><div class="hsds-features-accordion__image--visible hsds-features-accordion__image" data-conditional-class="hsds-features-accordion__image--visible"><img class="hsds-features-accordion__item-image hsds-features-accordion__item-image--desktop" src="https://a.storyblok.com/f/172398/1256x864/330cfeca26/principle-1-image.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1256x864/330cfeca26/principle-1-image.png/m/filters:format(webp):quality(70)" role="tabpanel" aria-hidden="false" aria-aria-labelledby="feature-accordion-item-0" width="1256" height="864" ></div><div class="hsds-features-accordion__image" data-conditional-class="hsds-features-accordion__image--visible"><img class="hsds-features-accordion__item-image hsds-features-accordion__item-image--desktop" src="https://a.storyblok.com/f/172398/1256x864/1e6d255b2a/principle-2-image.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1256x864/1e6d255b2a/principle-2-image.png/m/filters:format(webp):quality(70)" role="tabpanel" aria-hidden="true" aria-aria-labelledby="feature-accordion-item-1" width="1256" height="864" ></div><div class="hsds-features-accordion__image" data-conditional-class="hsds-features-accordion__image--visible"><img class="hsds-features-accordion__item-image hsds-features-accordion__item-image--desktop" src="https://a.storyblok.com/f/172398/1256x864/46d0570bb7/principle-3-image.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/1256x864/46d0570bb7/principle-3-image.png/m/filters:format(webp):quality(70)" role="tabpanel" aria-hidden="true" aria-aria-labelledby="feature-accordion-item-2" width="1256" height="864" ></div><!--]--></div></div></section><!--astro:end--></astro-island><section class="hsds-enterprise-alternative"><div class="hsds-enterprise-alternative__container"><div class="hsds-enterprise-alternative__header"><div class="hsds-enterprise-alternative__header-title"><h3>Enterprise-Grade <span class="hsds-enterprise-alternative__header-title--brand-primary">Solutions</span></h3></div><div class="hsds-enterprise-alternative__header-description">Secure infrastructure built to grow with your team.</div><div class="hsds-enterprise-alternative__header-ctas"><!--[--><a class="hsds-button js-hsds-cta-track hsds-button--primary hsds-button--regular" data-name="Contact sales" href="/demo"><!--[-->Contact sales<!--]--></a><a class="hsds-button js-hsds-cta-track hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline" data-name="Learn more" href="/enterprise"><!--[--><span class="hsds-button__label">Learn more</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg><!--]--></a><!--]--></div></div><div class="hsds-enterprise-alternative__items"><!--[--><div class="hsds-enterprise-alternative__item-column"><!--[--><div class="hsds-enterprise-alternative__item-logos hsds-enterprise-alternative__item"><div class="hsds-enterprise-alternative__item-logo"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/172398/113x144/420a282b48/gdpr.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/113x144/420a282b48/gdpr.png/m/56x72/filters:format(webp):quality(70)" data-srcset="https://a.storyblok.com/f/172398/113x144/420a282b48/gdpr.png/m/56x72/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/113x144/420a282b48/gdpr.png/m/112x144/filters:format(webp):quality(70) 2x" data-v-ca46c7c5 width="56" height="72" ></picture></div><div class="hsds-enterprise-alternative__item-logo"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/172398/113x144/ad87f92197/soc2.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/113x144/ad87f92197/soc2.png/m/56x72/filters:format(webp):quality(70)" data-srcset="https://a.storyblok.com/f/172398/113x144/ad87f92197/soc2.png/m/56x72/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/113x144/ad87f92197/soc2.png/m/112x144/filters:format(webp):quality(70) 2x" data-v-ca46c7c5 width="56" height="72" ></picture></div><div class="hsds-enterprise-alternative__item-logo"><picture data-v-ca46c7c5><!--[--><!--]--><img alt src="https://a.storyblok.com/f/172398/113x144/6a24ea355c/hipaa.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/113x144/6a24ea355c/hipaa.png/m/56x72/filters:format(webp):quality(70)" data-srcset="https://a.storyblok.com/f/172398/113x144/6a24ea355c/hipaa.png/m/56x72/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/113x144/6a24ea355c/hipaa.png/m/112x144/filters:format(webp):quality(70) 2x" data-v-ca46c7c5 width="56" height="72" ></picture></div></div><div class="hsds-enterprise-alternative__item-card hsds-enterprise-alternative__item-card--default hsds-enterprise-alternative__item"><p class="hsds-enterprise-alternative__item-card-title">Secure access, complete control</p><div class="hsds-enterprise-alternative__item-card-content"><ul><li><p>Single sign-on</p></li><li><p>Custom roles and permissions</p></li><li><p>Follows best security practices</p></li></ul></div></div><picture class="hsds-responsive-image hsds-enterprise-alternative__item-image hsds-enterprise-alternative__item" data-v-ca46c7c5><!--[--><source media="(max-width: 575px)" srcset="https://a.storyblok.com/f/172398/654x208/49404f61a6/screenshot-xs.png/m/575x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/654x208/49404f61a6/screenshot-xs.png/m/1150x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/172398/692x192/d0775b6c9a/screenshot-m.png/m/767x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/692x192/d0775b6c9a/screenshot-m.png/m/1534x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><source media="(max-width: 991px)" srcset="https://a.storyblok.com/f/172398/916x192/c1624b8fab/screenshot-l.png/m/991x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/916x192/c1624b8fab/screenshot-l.png/m/1982x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><source media="(max-width: 1199px)" srcset="https://a.storyblok.com/f/172398/544x224/cbf795b1e9/screenshot-xl.png/m/1199x0/filters:format(webp):quality(70) 1x, https://a.storyblok.com/f/172398/544x224/cbf795b1e9/screenshot-xl.png/m/2398x0/filters:format(webp):quality(70) 2x" data-v-ca46c7c5><!--]--><img alt src="https://a.storyblok.com/f/172398/596x192/66daf830c8/screenshot.png/m/200x0/filters:format(webp):quality(1)" data-source="https://a.storyblok.com/f/172398/596x192/66daf830c8/screenshot.png/m/filters:format(webp):quality(70)" data-v-ca46c7c5 width="596" height="192" ></picture><!--]--></div><div class="hsds-enterprise-alternative__item-column"><!--[--><div class="hsds-enterprise-alternative__item-card hsds-enterprise-alternative__item-card--gradient hsds-enterprise-alternative__item"><p class="hsds-enterprise-alternative__item-card-title">Elevate your workflow</p><div class="hsds-enterprise-alternative__item-card-content"><ul><li><p>Advanced reporting</p></li><li><p>Background timer</p></li><li><p>On-premise/self-hosted</p></li></ul></div></div><div class="hsds-enterprise-alternative__item-card hsds-enterprise-alternative__item-card--white hsds-enterprise-alternative__item"><p class="hsds-enterprise-alternative__item-card-title">Effortless onboarding</p><div class="hsds-enterprise-alternative__item-card-content"><ul><li><p>Concierge setup</p></li><li><p>MSI Installer</p></li><li><p>Account provisioning</p></li></ul></div></div><!--]--></div><!--]--></div></div></section><astro-island uid="vB1F0" prefix="v10" component-url="/_astro/hsds-sticker.Rswn9R5k.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;cta&quot;:[1,[[0,{&quot;url&quot;:[0,&quot;/integrations&quot;],&quot;_uid&quot;:[0,&quot;e8594c50-0bbd-4b06-8ac8-aa8f88248da6&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;size&quot;:[0,&quot;large&quot;],&quot;type&quot;:[0,&quot;primary&quot;],&quot;label&quot;:[0,&quot;View all integrations&quot;],&quot;component&quot;:[0,&quot;hsds-button&quot;],&quot;link_style&quot;:[0,false],&quot;reverse_colors&quot;:[0,false],&quot;analytics_track&quot;:[0,false]}]]],&quot;_uid&quot;:[0,&quot;a36024ee-dddf-4e43-8093-2d000062253b&quot;],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,2]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Over 35 integrations&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;eyebrow&quot;:[0,&quot;&quot;],&quot;component&quot;:[0,&quot;hsds-sticker&quot;],&quot;oval_color&quot;:[0,&quot;&quot;],&quot;description&quot;:[0,&quot;Run your business more efficiently with integrations for time tracking, project management, accounting, payroll, team management, and more.&quot;],&quot;sticker_set&quot;:[0,&quot;Integrations&quot;],&quot;title_level&quot;:[0,&quot;H2&quot;],&quot;extra_classes&quot;:[1,[]],&quot;background_color&quot;:[0,&quot;brand-primary-dark&quot;]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="visible" opts="{&quot;name&quot;:&quot;HsdsSticker&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-row hsds-row--sticker hsds-row--background-brand-primary-dark hsds-row--oval-bottom hsds-row--collapse-padding-bottom" istaskspage="false"><div class="hsds-row__container hsds-row__container--full-width"><div class="hsds-row__grid"><div class="hsds-row__col"><!----><div class="hsds-row__col"><div class="hsds-sticker-container hsds-sticker-container--left"><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/jira-mark.svg" alt="jira integration" width="36" height="36"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--small hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/gitlab-mark.svg" alt="gitlab integration" width="22" height="21"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--large hsds-sticker--waiting-to-animate" style="background:#F9E9B1;" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/zendesk-mark.svg" alt="zendesk integration" width="48" height="35"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--waiting-to-animate" style="background:#28A037;" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/quickbooks-mark-white.svg" alt="quickbooks integration" width="36" height="32"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--small hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/paypal-mark.svg" alt="paypal integration" width="22" height="26"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/breeze-mark.svg" alt="breeze integration" width="36" height="34"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--xlarge hsds-sticker--waiting-to-animate" style="background:#FFFFFF;" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/asana-mark.svg" alt="asana integration" width="64" height="59"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/slack-mark.svg" alt="slack integration" width="36" height="36"></div></div></div><!----></div><div class="hsds-row__col hsds-row__col--fixed-width"><div class="hsds-row__header"><!----><div class="richtext-container"><h2 class="hsds-row__heading hsds-row__heading--no-margin hsds-row--sticker-heading">Over 35 integrations</h2></div><p class="hsds-row__p hsds-row__p--m hsds-row__p--sticker">Run your business more efficiently with integrations for time tracking, project management, accounting, payroll, team management, and more.</p><!--[--><a class="hsds-button js-hsds-cta-track hsds-button--primary hsds-button--large" data-name="View all integrations" href="/integrations"><!--[-->View all integrations<!--]--></a><!--]--></div></div><div class="hsds-row__col"><!----><div class="hsds-row__col"><div class="hsds-sticker-container hsds-sticker-container--right"><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--waiting-to-animate" style="background:linear-gradient(135deg, #0091e6 0%,#0079bf 100%);" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/trello-mark-white.svg" alt="trello integration" width="36" height="36"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--small hsds-sticker--waiting-to-animate" style="background:#F45D48;" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/gusto-mark-white.svg" alt="gusto integration" style="width:22px;height:31px;"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--large hsds-sticker--waiting-to-animate" style="background:#88E95D;" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/transferwise-mark-white.svg" alt="transferwise integration" width="48" height="52"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--xlarge hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/clickup-mark.svg" alt="clickup integration" width="64" height="77"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/freshdesk-mark.svg" alt="freshdesk integration" width="36" height="36"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--waiting-to-animate" style="background:#000000;" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/github-mark-white.svg" alt="github integration" width="36" height="36"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--small hsds-sticker--waiting-to-animate" style="background:#FF5621;" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/insightly-logo-white.svg" alt="insightly integration" style="width:70%;" width="45" height="17"></div><div class="hsds-sticker hsds-sticker--responsive hsds-sticker--small hsds-sticker--waiting-to-animate" data-conditional-class="hsds-sticker--appear-grow"><img class="hsds-sticker__icon" src="/images/logos/zapier-mark.svg" alt="zapier integration" width="36" height="36" style="width:100%;"></div></div></div><!----></div></div></div></section><!--astro:end--></astro-island><astro-island uid="ZNVrNJ" prefix="v11" component-url="/_astro/hsds-cards-grid.CH0hxYqy.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;data&quot;:[0,{&quot;_uid&quot;:[0,&quot;f0c5dbff-cf3b-4570-b09f-8461de70fc9d&quot;],&quot;icon&quot;:[0,&quot;achievement&quot;],&quot;items&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;e2011a60-7ef7-4485-b47e-40fb6e7ac75b&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;f16b64c8-d66b-45ff-9f67-be25f4f19740&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;talent-acquisition&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;talent-acquisition&quot;],&quot;id&quot;:[0,625976698],&quot;uuid&quot;:[0,&quot;f16b64c8-d66b-45ff-9f67-be25f4f19740&quot;],&quot;slug&quot;:[0,&quot;talent-acquisition&quot;],&quot;url&quot;:[0,&quot;talent-acquisition&quot;],&quot;full_slug&quot;:[0,&quot;talent-acquisition&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Staffing and Recruiting&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid--item&quot;],&quot;description&quot;:[0,&quot;Manage campaigns, billable hours, client budgets, and project budgets while gaining actionable insights to optimize performance.&quot;],&quot;image_mobile&quot;:[0,{&quot;id&quot;:[0,17143264],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x256/980a547e2b/industries-staffing-and-recruiting_mobile.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_tablet&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_desktop&quot;:[0,{&quot;id&quot;:[0,17143266],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/618x632/d19e67600d/industries-staffing-and-recruiting.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}]}],[0,{&quot;_uid&quot;:[0,&quot;cfc1627d-0a4d-48b4-bff1-526d18ee04b2&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;36f7f0fd-a498-47f7-a496-44e27a7d19fd&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;solutions/software-development&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;id&quot;:[0,625976690],&quot;uuid&quot;:[0,&quot;36f7f0fd-a498-47f7-a496-44e27a7d19fd&quot;],&quot;slug&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;url&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Software Development&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid--item&quot;],&quot;description&quot;:[0,&quot;Optimize development cycles, track billable hours, manage tasks, and streamline payroll with real-time insights that improve team performance and project accuracy.&quot;],&quot;image_mobile&quot;:[0,{&quot;id&quot;:[0,17143267],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x256/9431104ad3/industries-software-development_mobile.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_tablet&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_desktop&quot;:[0,{&quot;id&quot;:[0,17143265],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/619x632/15eaa07068/industries-software-development.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}]}],[0,{&quot;_uid&quot;:[0,&quot;9ca7ce11-280d-4812-97eb-f653a4415ac2&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;8b3d7de7-9a58-4796-8314-fbd31b41c54d&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;solutions/ecommerce&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-ecommerce&quot;],&quot;id&quot;:[0,625976691],&quot;uuid&quot;:[0,&quot;8b3d7de7-9a58-4796-8314-fbd31b41c54d&quot;],&quot;slug&quot;:[0,&quot;time-tracking-ecommerce&quot;],&quot;url&quot;:[0,&quot;time-tracking-ecommerce&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-ecommerce&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;E-Commerce&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid--item&quot;],&quot;description&quot;:[0,&quot;Streamline E-Commerce operations with advanced time tracking, productivity insights, and automated payroll, helping you manage remote teams, track hours, and simplify invoicing.&quot;],&quot;image_mobile&quot;:[0,{&quot;id&quot;:[0,17143263],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x256/b4f62803e1/industries-ecommerce_mobile.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_tablet&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_desktop&quot;:[0,{&quot;id&quot;:[0,17143260],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/619x632/3c3685cec1/industries-ecommerce.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}]}],[0,{&quot;_uid&quot;:[0,&quot;e928336f-5f7e-4a67-9034-aba3a2439f10&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;332a298e-8fba-4c40-839c-e64c99a365aa&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;solutions/consulting&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;id&quot;:[0,625976678],&quot;uuid&quot;:[0,&quot;332a298e-8fba-4c40-839c-e64c99a365aa&quot;],&quot;slug&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;url&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Consulting&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid--item&quot;],&quot;description&quot;:[0,&quot;Track billable and non-billable hours for each client, manage project expenses, set budgets, and automate invoicing to optimize profitability and efficiency.&quot;],&quot;image_mobile&quot;:[0,{&quot;id&quot;:[0,17143257],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x256/3428d5f6f9/industries-consulting_mobile.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_tablet&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_desktop&quot;:[0,{&quot;id&quot;:[0,17143262],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/618x632/efdf7227ef/industries-consulting.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}]}],[0,{&quot;_uid&quot;:[0,&quot;9ac2957a-6cf6-41e2-b6ce-885dce9f2c0f&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;58170a78-3bad-4a42-b409-756bec36ac23&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;solutions/real-estate&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-real-estate&quot;],&quot;id&quot;:[0,625976688],&quot;uuid&quot;:[0,&quot;58170a78-3bad-4a42-b409-756bec36ac23&quot;],&quot;slug&quot;:[0,&quot;time-tracking-real-estate&quot;],&quot;url&quot;:[0,&quot;time-tracking-real-estate&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-real-estate&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Real Estate&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid--item&quot;],&quot;description&quot;:[0,&quot;Generate precise timesheets, streamline team scheduling, and automate payroll to efficiently manage field agents, contractors, and office staff within your real estate team.&quot;],&quot;image_mobile&quot;:[0,{&quot;id&quot;:[0,17143261],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x256/10c8e34b77/industries-real-estate_mobile.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_tablet&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_desktop&quot;:[0,{&quot;id&quot;:[0,17143255],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/619x632/1b43e11447/industries-real-estate.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}]}],[0,{&quot;_uid&quot;:[0,&quot;b19fb655-16f2-464b-887a-0803efc27619&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;2f3a8bc9-32a9-4331-85f0-db54f20b08c6&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;solutions/agencies&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;id&quot;:[0,625976675],&quot;uuid&quot;:[0,&quot;2f3a8bc9-32a9-4331-85f0-db54f20b08c6&quot;],&quot;slug&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;url&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Marketing Agencies&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid--item&quot;],&quot;content_cta&quot;:[1,[]],&quot;description&quot;:[0,&quot;Automate timesheets, control campaign budgets, and track team performance to deliver successful marketing projects on time.&quot;],&quot;image_mobile&quot;:[0,{&quot;id&quot;:[0,17143254],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/654x256/2277eaa0b9/industries-marketing-agencies_mobile.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_tablet&quot;:[0,{&quot;id&quot;:[0,null],&quot;alt&quot;:[0,null],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,null],&quot;title&quot;:[0,null],&quot;source&quot;:[0,null],&quot;filename&quot;:[0,&quot;&quot;],&quot;copyright&quot;:[0,null],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}]}],&quot;image_desktop&quot;:[0,{&quot;id&quot;:[0,17143256],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/172398/619x632/5af1ca29e1/industries-marketing-agencies.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;is_side_content&quot;:[0,false]}],[0,{&quot;_uid&quot;:[0,&quot;7d822e99-1a08-4cc6-9550-87c9fd1cd73e&quot;],&quot;title&quot;:[0,&quot;One central dashboard&quot;],&quot;content&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;bullet_list&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;list_item&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Time tracking data&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;list_item&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Automated payroll&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],[0,{&quot;type&quot;:[0,&quot;list_item&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;paragraph&quot;],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Productivity metrics &amp; much more&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}]]]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid--item&quot;],&quot;content_cta&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;fe607c67-1ae7-4714-b7ea-fde3842095a3&quot;],&quot;component&quot;:[0,&quot;hsds-modal-industries&quot;],&quot;button_label&quot;:[0,&quot;Explore solutions for your industry&quot;]}]]],&quot;description&quot;:[0,&quot;Hubstaff provides clarity, no matter the industry, by showing you:&quot;],&quot;image_mobile&quot;:[0,{&quot;id&quot;:[0,17102293],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/298810/654x560/6648fa202b/industries-one-central-dashboard_mobile.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_tablet&quot;:[0,{&quot;id&quot;:[0,17102292],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/298810/960x664/219dbee9ce/industries-one-central-dashboard_tablet.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;image_desktop&quot;:[0,{&quot;id&quot;:[0,17102291],&quot;alt&quot;:[0,&quot;&quot;],&quot;name&quot;:[0,&quot;&quot;],&quot;focus&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;&quot;],&quot;source&quot;:[0,&quot;&quot;],&quot;filename&quot;:[0,&quot;https://a.storyblok.com/f/298810/734x632/7a1bf68f20/industries-one-central-dashboard_desktop.png&quot;],&quot;copyright&quot;:[0,&quot;&quot;],&quot;fieldtype&quot;:[0,&quot;asset&quot;],&quot;meta_data&quot;:[0,{}],&quot;is_external_url&quot;:[0,false]}],&quot;is_side_content&quot;:[0,true]}]]],&quot;title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,2]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Global time tracking that adapts to any industry&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;component&quot;:[0,&quot;hsds-cards-grid&quot;],&quot;description&quot;:[0,&quot;Seamlessly manage your global team from one powerful platform.&quot;]}]}" ssr="" client="load" opts="{&quot;name&quot;:&quot;HsdsCardsGrid&quot;,&quot;value&quot;:true}" await-children=""><section class="hsds-cards-grid"><div class="hsds-cards-grid__container"><div class="hsds-cards-grid__header"><div class="hsds-cards-grid__header-icon"><div class="hsds-medallion"><svg class="hsds-icon hsds-medallion__icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#achievement"></use></svg></div></div><div class="hsds-cards-grid__header-title"><h2>Global time tracking that adapts to any industry</h2></div><p class="hsds-cards-grid__header-description">Seamlessly manage your global team from one powerful platform.</p></div><div class="hsds-cards-grid__items"><!--[--><a class="hsds-cards-grid__item" href="/talent-acquisition" style="--description-height:0px;"><picture class="hsds-cards-grid__item-image"><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/172398/654x256/980a547e2b/industries-staffing-and-recruiting_mobile.png"><!----><img src="https://a.storyblok.com/f/172398/618x632/d19e67600d/industries-staffing-and-recruiting.png" width="618" height="632" ></picture><!--[--><div class="hsds-cards-grid__item-content-overlay"><p class="hsds-cards-grid__item-content-overlay__title"><span>Staffing and Recruiting</span><svg class="hsds-icon hsds-cards-grid__item-content-overlay__title-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></p><p class="hsds-cards-grid__item-content-overlay__description">Manage campaigns, billable hours, client budgets, and project budgets while gaining actionable insights to optimize performance.</p></div><div class="hsds-cards-grid__item-content-overlay-bg" aria-hidden="true"></div><!--]--></a><a class="hsds-cards-grid__item" href="/time-tracking-software-development" style="--description-height:0px;"><picture class="hsds-cards-grid__item-image"><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/172398/654x256/9431104ad3/industries-software-development_mobile.png"><!----><img src="https://a.storyblok.com/f/172398/619x632/15eaa07068/industries-software-development.png" width="619" height="632" ></picture><!--[--><div class="hsds-cards-grid__item-content-overlay"><p class="hsds-cards-grid__item-content-overlay__title"><span>Software Development</span><svg class="hsds-icon hsds-cards-grid__item-content-overlay__title-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></p><p class="hsds-cards-grid__item-content-overlay__description">Optimize development cycles, track billable hours, manage tasks, and streamline payroll with real-time insights that improve team performance and project accuracy.</p></div><div class="hsds-cards-grid__item-content-overlay-bg" aria-hidden="true"></div><!--]--></a><a class="hsds-cards-grid__item" href="/time-tracking-ecommerce" style="--description-height:0px;"><picture class="hsds-cards-grid__item-image"><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/172398/654x256/b4f62803e1/industries-ecommerce_mobile.png"><!----><img src="https://a.storyblok.com/f/172398/619x632/3c3685cec1/industries-ecommerce.png" width="619" height="632" ></picture><!--[--><div class="hsds-cards-grid__item-content-overlay"><p class="hsds-cards-grid__item-content-overlay__title"><span>E-Commerce</span><svg class="hsds-icon hsds-cards-grid__item-content-overlay__title-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></p><p class="hsds-cards-grid__item-content-overlay__description">Streamline E-Commerce operations with advanced time tracking, productivity insights, and automated payroll, helping you manage remote teams, track hours, and simplify invoicing.</p></div><div class="hsds-cards-grid__item-content-overlay-bg" aria-hidden="true"></div><!--]--></a><a class="hsds-cards-grid__item" href="/time-tracking-consultants" style="--description-height:0px;"><picture class="hsds-cards-grid__item-image"><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/172398/654x256/3428d5f6f9/industries-consulting_mobile.png"><!----><img src="https://a.storyblok.com/f/172398/618x632/efdf7227ef/industries-consulting.png" width="618" height="632" ></picture><!--[--><div class="hsds-cards-grid__item-content-overlay"><p class="hsds-cards-grid__item-content-overlay__title"><span>Consulting</span><svg class="hsds-icon hsds-cards-grid__item-content-overlay__title-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></p><p class="hsds-cards-grid__item-content-overlay__description">Track billable and non-billable hours for each client, manage project expenses, set budgets, and automate invoicing to optimize profitability and efficiency.</p></div><div class="hsds-cards-grid__item-content-overlay-bg" aria-hidden="true"></div><!--]--></a><a class="hsds-cards-grid__item" href="/time-tracking-real-estate" style="--description-height:0px;"><picture class="hsds-cards-grid__item-image"><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/172398/654x256/10c8e34b77/industries-real-estate_mobile.png"><!----><img src="https://a.storyblok.com/f/172398/619x632/1b43e11447/industries-real-estate.png" width="619" height="632" ></picture><!--[--><div class="hsds-cards-grid__item-content-overlay"><p class="hsds-cards-grid__item-content-overlay__title"><span>Real Estate</span><svg class="hsds-icon hsds-cards-grid__item-content-overlay__title-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></p><p class="hsds-cards-grid__item-content-overlay__description">Generate precise timesheets, streamline team scheduling, and automate payroll to efficiently manage field agents, contractors, and office staff within your real estate team.</p></div><div class="hsds-cards-grid__item-content-overlay-bg" aria-hidden="true"></div><!--]--></a><a class="hsds-cards-grid__item" href="/time-tracking-agencies" style="--description-height:0px;"><picture class="hsds-cards-grid__item-image"><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/172398/654x256/2277eaa0b9/industries-marketing-agencies_mobile.png"><!----><img src="https://a.storyblok.com/f/172398/619x632/5af1ca29e1/industries-marketing-agencies.png" width="619" height="632" ></picture><!--[--><div class="hsds-cards-grid__item-content-overlay"><p class="hsds-cards-grid__item-content-overlay__title"><span>Marketing Agencies</span><svg class="hsds-icon hsds-cards-grid__item-content-overlay__title-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></p><p class="hsds-cards-grid__item-content-overlay__description">Automate timesheets, control campaign budgets, and track team performance to deliver successful marketing projects on time.</p></div><div class="hsds-cards-grid__item-content-overlay-bg" aria-hidden="true"></div><!--]--></a><div class="hsds-cards-grid__item hsds-cards-grid__item--side-content" style="--description-height:0px;"><picture class="hsds-cards-grid__item-image"><source media="(max-width: 767px)" srcset="https://a.storyblok.com/f/298810/654x560/6648fa202b/industries-one-central-dashboard_mobile.png"><source media="(max-width: 1199px)" srcset="https://a.storyblok.com/f/298810/960x664/219dbee9ce/industries-one-central-dashboard_tablet.png"><img src="https://a.storyblok.com/f/298810/734x632/7a1bf68f20/industries-one-central-dashboard_desktop.png" width="734" height="632" ></picture><div class="hsds-cards-grid__item-content"><p class="hsds-cards-grid__item-content__title">One central dashboard</p><p class="hsds-cards-grid__item-content__description">Hubstaff provides clarity, no matter the industry, by showing you:</p><div class="hsds-cards-grid__item-content__content"><ul><li><p>Time tracking data</p></li><li><p>Automated payroll</p></li><li><p>Productivity metrics &amp; much more</p></li></ul></div><div class="hsds-cards-grid__item-content__content-cta"><div class="hsds-link-list__item hsds-link-list__item--no-border hsds-link-list__item--more"><button class="js-hsds-modal-trigger hsds-button hsds-button--medium hsds-button--ghost hsds-button--flush hsds-button--animate-icon-inline"><span class="hsds-button__label">Explore solutions for your industry</span><svg class="hsds-icon hsds-button__icon hsds-button__icon--inline" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#arrow-right"></use></svg></button></div><!----></div></div></div><!--]--></div></div></section><!--astro:end--></astro-island><section class="hsds-row-cta-simplified"><div class="hsds-row-cta-simplified__inner"><h3 class="hsds-row-cta-simplified__title">Try Hubstaff free for 14 days 🚀</h3><div class="hsds-row-cta-simplified__ctas"><a class="hsds-button js-hsds-cta-track hsds-button--tertiary hsds-button--large" data-name="Get started" href="/signup"><!--[-->Get started<!--]--></a></div><p class="hsds-row-cta-simplified__subtext">No credit card required</p></div></section> </main> <astro-island uid="ZUmlJ2" prefix="v15" component-url="/_astro/hsds-footer.5UNObSa8.js" component-export="default" renderer-url="/_astro/client.nkyoSFL4.js" props="{&quot;footer&quot;:[0,{&quot;nav&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;15fa1ddd-7cf8-40cf-8452-b8b1fcf69955&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;c7ae8511-e26b-43f8-a476-ec9c367f5d19&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;8e9f6997-3f58-42ed-bd8e-f73db5e7ebc0&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;employee-time-tracking&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;employee-time-tracking&quot;],&quot;id&quot;:[0,625976742],&quot;uuid&quot;:[0,&quot;8e9f6997-3f58-42ed-bd8e-f73db5e7ebc0&quot;],&quot;slug&quot;:[0,&quot;employee-time-tracking&quot;],&quot;url&quot;:[0,&quot;employee-time-tracking&quot;],&quot;full_slug&quot;:[0,&quot;employee-time-tracking&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Employee time tracking software&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;43e9c502-8d4c-4744-9cb6-a3441594e546&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;a60b29e5-7b43-4e4b-bd09-2a2cb7f654c5&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;employee-monitoring/&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;employee-monitoring&quot;],&quot;id&quot;:[0,625976851],&quot;uuid&quot;:[0,&quot;a60b29e5-7b43-4e4b-bd09-2a2cb7f654c5&quot;],&quot;slug&quot;:[0,&quot;employee-monitoring&quot;],&quot;url&quot;:[0,&quot;employee-monitoring/&quot;],&quot;full_slug&quot;:[0,&quot;employee-monitoring/&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;badge&quot;:[0,&quot;&quot;],&quot;title&quot;:[0,&quot;Employee monitoring software&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;d87a4df0-e5a3-4307-b78e-6f7aff3a7645&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;5a6a2942-05c1-4b2e-bb54-5a8dd04b446c&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;workforce-management/&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;workforce-management-software&quot;],&quot;id&quot;:[0,625976592],&quot;uuid&quot;:[0,&quot;5a6a2942-05c1-4b2e-bb54-5a8dd04b446c&quot;],&quot;slug&quot;:[0,&quot;workforce-management-software&quot;],&quot;url&quot;:[0,&quot;features/workforce-management-software&quot;],&quot;full_slug&quot;:[0,&quot;features/workforce-management-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Workforce management software&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;698c8ddd-98f4-428c-aa86-e36a25fbf21c&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;5c680b27-d2c4-4121-80ee-9de888841601&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;integrations/&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;integrations&quot;],&quot;id&quot;:[0,625976845],&quot;uuid&quot;:[0,&quot;5c680b27-d2c4-4121-80ee-9de888841601&quot;],&quot;slug&quot;:[0,&quot;integrations&quot;],&quot;url&quot;:[0,&quot;integrations/&quot;],&quot;full_slug&quot;:[0,&quot;integrations/&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Integrations&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;23180e31-0166-45ba-b60b-4a2b96ef5857&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;91ff312b-570c-431e-9d09-4c2bbf4704ca&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;pricing&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;pricing&quot;],&quot;id&quot;:[0,625976692],&quot;uuid&quot;:[0,&quot;91ff312b-570c-431e-9d09-4c2bbf4704ca&quot;],&quot;slug&quot;:[0,&quot;pricing&quot;],&quot;url&quot;:[0,&quot;pricing&quot;],&quot;full_slug&quot;:[0,&quot;pricing&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;badge&quot;:[0,&quot;Free trial&quot;],&quot;title&quot;:[0,&quot;Pricing&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Product&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;7bc0b05d-f1e8-4495-b038-68875ee27bf5&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;5d9318af-2316-4576-8c7b-b6a0eb31a328&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;853f76ec-8a9e-4b96-ba51-98cc5ac6d33c&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;hubstaff-vs-toggl&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;hubstaff-vs-toggl&quot;],&quot;id&quot;:[0,625976730],&quot;uuid&quot;:[0,&quot;853f76ec-8a9e-4b96-ba51-98cc5ac6d33c&quot;],&quot;slug&quot;:[0,&quot;hubstaff-vs-toggl&quot;],&quot;url&quot;:[0,&quot;hubstaff-vs-toggl&quot;],&quot;full_slug&quot;:[0,&quot;hubstaff-vs-toggl&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Toggl&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;dda42115-fa19-4f5e-b9cf-735460541b8a&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;4324e8dd-3e0e-4297-a5b2-828c31834d33&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;hubstaff-vs-clockify&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;hubstaff-vs-clockify&quot;],&quot;id&quot;:[0,625976734],&quot;uuid&quot;:[0,&quot;4324e8dd-3e0e-4297-a5b2-828c31834d33&quot;],&quot;slug&quot;:[0,&quot;hubstaff-vs-clockify&quot;],&quot;url&quot;:[0,&quot;hubstaff-vs-clockify&quot;],&quot;full_slug&quot;:[0,&quot;hubstaff-vs-clockify&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Clockify&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;3defcd2e-1c8c-43d9-81a2-f54282a1b16a&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;4f7dbf07-5445-4c95-be3d-f0a46f66bdb9&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;hubstaff-vs-insightful&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;hubstaff-vs-insightful&quot;],&quot;id&quot;:[0,625976727],&quot;uuid&quot;:[0,&quot;4f7dbf07-5445-4c95-be3d-f0a46f66bdb9&quot;],&quot;slug&quot;:[0,&quot;hubstaff-vs-insightful&quot;],&quot;url&quot;:[0,&quot;hubstaff-vs-insightful&quot;],&quot;full_slug&quot;:[0,&quot;hubstaff-vs-insightful&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Insightful&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;87b0a357-9b57-48ea-bac2-c45d1d9a755c&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;5c2656bf-16bc-478a-9725-70e28eaadd4c&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;hubstaff-vs-apploye&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;hubstaff-vs-apploye&quot;],&quot;id&quot;:[0,625976726],&quot;uuid&quot;:[0,&quot;5c2656bf-16bc-478a-9725-70e28eaadd4c&quot;],&quot;slug&quot;:[0,&quot;hubstaff-vs-apploye&quot;],&quot;url&quot;:[0,&quot;hubstaff-vs-apploye&quot;],&quot;full_slug&quot;:[0,&quot;hubstaff-vs-apploye&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Apploye&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;03a11d76-17a7-4975-92fb-bcc395fd325d&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;10f28717-a520-4d75-98a8-29a43424c278&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;hubstaff-vs-activtrak&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;hubstaff-vs-activtrak&quot;],&quot;id&quot;:[0,625976731],&quot;uuid&quot;:[0,&quot;10f28717-a520-4d75-98a8-29a43424c278&quot;],&quot;slug&quot;:[0,&quot;hubstaff-vs-activtrak&quot;],&quot;url&quot;:[0,&quot;hubstaff-vs-activtrak&quot;],&quot;full_slug&quot;:[0,&quot;hubstaff-vs-activtrak&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;ActivTrak&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;5a68cbd8-678a-42c9-9f25-e469ce67446b&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;e7dddedd-9aae-43ed-bee4-b64af943969b&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;desktime-alternative&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;desktime_alternative&quot;],&quot;id&quot;:[0,625976498],&quot;uuid&quot;:[0,&quot;e7dddedd-9aae-43ed-bee4-b64af943969b&quot;],&quot;slug&quot;:[0,&quot;desktime-alternative&quot;],&quot;url&quot;:[0,&quot;desktime-alternative&quot;],&quot;full_slug&quot;:[0,&quot;desktime-alternative&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Desktime&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Compare Hubstaff with&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;56853cfd-ddda-4485-89cd-fe5f31632259&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;87a6afe2-0999-410e-977f-6a0366d17dab&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;c5ad581d-5e7e-4838-ba51-58efd20648b6&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;time-tracker-with-screenshots&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracker-with-screenshots&quot;],&quot;id&quot;:[0,625976521],&quot;uuid&quot;:[0,&quot;c5ad581d-5e7e-4838-ba51-58efd20648b6&quot;],&quot;slug&quot;:[0,&quot;time-tracker-with-screenshots&quot;],&quot;url&quot;:[0,&quot;time-tracker-with-screenshots&quot;],&quot;full_slug&quot;:[0,&quot;time-tracker-with-screenshots&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Time tracker with screenshots&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;6aea378b-91f9-4c4e-85a6-0bfe96c43b96&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;4c621c67-c453-4408-80c7-851d4111b487&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;employee-timesheet-software&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;employee-timesheet-software&quot;],&quot;id&quot;:[0,625976507],&quot;uuid&quot;:[0,&quot;4c621c67-c453-4408-80c7-851d4111b487&quot;],&quot;slug&quot;:[0,&quot;employee-timesheet-software&quot;],&quot;url&quot;:[0,&quot;employee-timesheet-software&quot;],&quot;full_slug&quot;:[0,&quot;employee-timesheet-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Employee timesheet software&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;dccf0164-ddaa-4305-b1a7-5855dc48333f&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;756a7481-8cbc-4709-9d78-0dfed8f8a7bd&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;gps-time-tracking&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;gps-time-tracking&quot;],&quot;id&quot;:[0,625976509],&quot;uuid&quot;:[0,&quot;756a7481-8cbc-4709-9d78-0dfed8f8a7bd&quot;],&quot;slug&quot;:[0,&quot;gps-time-tracking&quot;],&quot;url&quot;:[0,&quot;gps-time-tracking&quot;],&quot;full_slug&quot;:[0,&quot;gps-time-tracking&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;GPS time clock&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;ba23caa5-dc1b-4ffa-b618-9c32d83e2714&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;48a6b7c0-67b6-4b51-8447-25807dacdfa9&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;overtime-tracker&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;overtime-tracker&quot;],&quot;id&quot;:[0,625976514],&quot;uuid&quot;:[0,&quot;48a6b7c0-67b6-4b51-8447-25807dacdfa9&quot;],&quot;slug&quot;:[0,&quot;overtime-tracker&quot;],&quot;url&quot;:[0,&quot;overtime-tracker&quot;],&quot;full_slug&quot;:[0,&quot;overtime-tracker&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Overtime tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;049554ef-5c94-4ae5-aa00-5d1084171ef3&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;03948353-904a-4f23-a88c-eae65eea83a5&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;time-report&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-report&quot;],&quot;id&quot;:[0,625976578],&quot;uuid&quot;:[0,&quot;03948353-904a-4f23-a88c-eae65eea83a5&quot;],&quot;slug&quot;:[0,&quot;time-report&quot;],&quot;url&quot;:[0,&quot;time-report&quot;],&quot;full_slug&quot;:[0,&quot;time-report&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Time reporting&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;2fce2b5a-592b-4bfa-8a3c-96b633994864&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;76d0e434-b9fe-4c0f-9671-db6182279941&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;id&quot;:[0,625976711],&quot;uuid&quot;:[0,&quot;76d0e434-b9fe-4c0f-9671-db6182279941&quot;],&quot;slug&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;url&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;full_slug&quot;:[0,&quot;attendance-tracking-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Attendance tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;8e63c5c4-106b-429d-99c4-d1eda6ea7c91&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;77716e1f-d84d-4b5c-b248-946c5a6b3114&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;web-based-time-tracker&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;web-based-time-tracker&quot;],&quot;id&quot;:[0,625976694],&quot;uuid&quot;:[0,&quot;77716e1f-d84d-4b5c-b248-946c5a6b3114&quot;],&quot;slug&quot;:[0,&quot;web-based-time-tracker&quot;],&quot;url&quot;:[0,&quot;web-based-time-tracker&quot;],&quot;full_slug&quot;:[0,&quot;web-based-time-tracker&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Web-based time tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;cc831e38-f70c-4061-b5a8-7da9c046c5bc&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;999c4d8d-149f-4a29-a32b-f507e61310c8&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;activity-log-app&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;activity-log-app&quot;],&quot;id&quot;:[0,625976503],&quot;uuid&quot;:[0,&quot;999c4d8d-149f-4a29-a32b-f507e61310c8&quot;],&quot;slug&quot;:[0,&quot;activity-log-app&quot;],&quot;url&quot;:[0,&quot;activity-log-app&quot;],&quot;full_slug&quot;:[0,&quot;activity-log-app&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Activity log app&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;2ebe5bc8-c7e6-49f0-a037-db83b2a3a60e&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;23eea191-78ca-40fb-8123-ebb68d3dfaee&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;features/workforce-analytics-software&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;workforce-analytics&quot;],&quot;id&quot;:[0,625976858],&quot;uuid&quot;:[0,&quot;23eea191-78ca-40fb-8123-ebb68d3dfaee&quot;],&quot;slug&quot;:[0,&quot;workforce-analytics&quot;],&quot;url&quot;:[0,&quot;workforce-analytics/&quot;],&quot;full_slug&quot;:[0,&quot;workforce-analytics/&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Workforce analytics software&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;eccde6c3-693c-45b9-acba-9610636f1f4a&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;51c47480-0864-457e-a1c0-ce66110085bf&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;features/&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;features&quot;],&quot;id&quot;:[0,625976593],&quot;uuid&quot;:[0,&quot;51c47480-0864-457e-a1c0-ce66110085bf&quot;],&quot;slug&quot;:[0,&quot;features&quot;],&quot;url&quot;:[0,&quot;features/&quot;],&quot;full_slug&quot;:[0,&quot;features/&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Features overview&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Features&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;b8068998-6493-4820-a89f-88dc8443c30a&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;dff11f5d-f934-434a-856e-c41f9ff1790b&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;e054c4c5-9a5f-4c0c-9873-410aba99abb0&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;time-tracking/resources&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;resources&quot;],&quot;id&quot;:[0,625976779],&quot;uuid&quot;:[0,&quot;e054c4c5-9a5f-4c0c-9873-410aba99abb0&quot;],&quot;slug&quot;:[0,&quot;resources&quot;],&quot;url&quot;:[0,&quot;time-tracking/resources&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking/resources&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Time tracking resources&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;50bbdeb7-b3c3-4c92-87d9-3020f170ed91&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;12c0b9f1-cf15-44cb-b4e5-391a1b7dd8c7&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;resources&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;resources&quot;],&quot;id&quot;:[0,625976561],&quot;uuid&quot;:[0,&quot;12c0b9f1-cf15-44cb-b4e5-391a1b7dd8c7&quot;],&quot;slug&quot;:[0,&quot;resources&quot;],&quot;url&quot;:[0,&quot;resources&quot;],&quot;full_slug&quot;:[0,&quot;resources&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Resource hub&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;94c67d44-99cf-46b1-a43b-04e1c82397d9&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/blog&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/blog&quot;]}],&quot;title&quot;:[0,&quot;Blog&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;a643fb2e-8613-432b-80c0-9a7d4ddb1ac8&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;https://support.hubstaff.com/&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;https://support.hubstaff.com/&quot;]}],&quot;title&quot;:[0,&quot;Help center&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;81bc47a9-272c-45e7-b080-1c45d904df78&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;55c437ad-165b-4a66-a9ed-88f1b9734bd4&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;guiding-principles&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;guiding-principles&quot;],&quot;id&quot;:[0,625976713],&quot;uuid&quot;:[0,&quot;55c437ad-165b-4a66-a9ed-88f1b9734bd4&quot;],&quot;slug&quot;:[0,&quot;guiding-principles&quot;],&quot;url&quot;:[0,&quot;guiding-principles&quot;],&quot;full_slug&quot;:[0,&quot;guiding-principles&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Guiding principles&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Resources&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;c96ab958-3775-4bd9-9be1-b0501ad019d0&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;b458bbdd-2f60-4db1-8b87-81b4941df712&quot;],&quot;subtitle&quot;:[0,&quot;By industry&quot;],&quot;component&quot;:[0,&quot;footer--column--subtitle&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;cd686b27-6bb8-477b-957e-ac6ae8e2713d&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;2f3a8bc9-32a9-4331-85f0-db54f20b08c6&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;id&quot;:[0,625976675],&quot;uuid&quot;:[0,&quot;2f3a8bc9-32a9-4331-85f0-db54f20b08c6&quot;],&quot;slug&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;url&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-agencies&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Agencies&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;33a97252-e561-4ab6-a8d7-93ba39cc7025&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;36f7f0fd-a498-47f7-a496-44e27a7d19fd&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;id&quot;:[0,625976690],&quot;uuid&quot;:[0,&quot;36f7f0fd-a498-47f7-a496-44e27a7d19fd&quot;],&quot;slug&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;url&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-software-development&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Software Development&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;0ba86650-4aa4-48b0-b815-d0b22852cbe9&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;332a298e-8fba-4c40-839c-e64c99a365aa&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;id&quot;:[0,625976678],&quot;uuid&quot;:[0,&quot;332a298e-8fba-4c40-839c-e64c99a365aa&quot;],&quot;slug&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;url&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-consultants&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Consulting&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;9a1290c0-421f-4463-a699-4cfee1ee8faa&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;251b55f0-e8f8-445a-9c94-82d9a62261a6&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;solutions/&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;solutions&quot;],&quot;id&quot;:[0,625976840],&quot;uuid&quot;:[0,&quot;251b55f0-e8f8-445a-9c94-82d9a62261a6&quot;],&quot;slug&quot;:[0,&quot;solutions&quot;],&quot;url&quot;:[0,&quot;solutions/&quot;],&quot;full_slug&quot;:[0,&quot;solutions/&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;See all industries&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;d7798389-ee50-44e9-9575-202c782216c4&quot;],&quot;subtitle&quot;:[0,&quot;By workforce&quot;],&quot;component&quot;:[0,&quot;footer--column--subtitle&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;c1065af5-6190-4f59-9753-22ca86c8f76e&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;54beddfb-fb7b-4410-a596-ca4a0c921999&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;remote-workforce-software&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;remote-workforce-software&quot;],&quot;id&quot;:[0,625976689],&quot;uuid&quot;:[0,&quot;54beddfb-fb7b-4410-a596-ca4a0c921999&quot;],&quot;slug&quot;:[0,&quot;remote-workforce-software&quot;],&quot;url&quot;:[0,&quot;remote-workforce-software&quot;],&quot;full_slug&quot;:[0,&quot;remote-workforce-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Fully remote&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;9d6ccc0d-61cd-4f0c-8dc9-c929189a512a&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;6e59d890-ff79-4653-b8ec-6098d0b58f55&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;hybrid&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;hybrid&quot;],&quot;id&quot;:[0,625976723],&quot;uuid&quot;:[0,&quot;6e59d890-ff79-4653-b8ec-6098d0b58f55&quot;],&quot;slug&quot;:[0,&quot;hybrid&quot;],&quot;url&quot;:[0,&quot;hybrid&quot;],&quot;full_slug&quot;:[0,&quot;hybrid&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Hybrid&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;701b5d63-9def-4336-a1bb-1a5d7b89069c&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;8dd89311-13bc-40a4-a66a-3984e76111cb&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;field-tracking-software&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;field-tracking-software&quot;],&quot;id&quot;:[0,625976680],&quot;uuid&quot;:[0,&quot;8dd89311-13bc-40a4-a66a-3984e76111cb&quot;],&quot;slug&quot;:[0,&quot;field-tracking-software&quot;],&quot;url&quot;:[0,&quot;field-tracking-software&quot;],&quot;full_slug&quot;:[0,&quot;field-tracking-software&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Field&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;c01012e4-9350-4dcb-b4d4-5258984e59ec&quot;],&quot;subtitle&quot;:[0,&quot;By type&quot;],&quot;component&quot;:[0,&quot;footer--column--subtitle&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;e380f184-ec28-4644-a759-a6e321eed2c5&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;c40cf4a7-9a81-4ea4-9caf-c5da9ef8cbc5&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;solutions/small-business&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;small-business&quot;],&quot;id&quot;:[0,625976842],&quot;uuid&quot;:[0,&quot;c40cf4a7-9a81-4ea4-9caf-c5da9ef8cbc5&quot;],&quot;slug&quot;:[0,&quot;small-business&quot;],&quot;url&quot;:[0,&quot;solutions/small-business&quot;],&quot;full_slug&quot;:[0,&quot;solutions/small-business&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;SMB&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;ae9eebfe-3560-4924-933b-278880b89884&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;b20b6d40-11c3-432f-b764-7c92f5c636cf&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;enterprise&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;enterprise&quot;],&quot;id&quot;:[0,625976699],&quot;uuid&quot;:[0,&quot;b20b6d40-11c3-432f-b764-7c92f5c636cf&quot;],&quot;slug&quot;:[0,&quot;enterprise&quot;],&quot;url&quot;:[0,&quot;enterprise&quot;],&quot;full_slug&quot;:[0,&quot;enterprise&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Enterprise&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Solutions&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;5d850ff3-b0b7-4843-bb01-86a008505f61&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;ded95531-1913-4be1-83e2-e021ba76d838&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;b9e8a4f7-69c6-4238-a6f7-1f4d60166d74&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;about&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;about&quot;],&quot;id&quot;:[0,625976480],&quot;uuid&quot;:[0,&quot;b9e8a4f7-69c6-4238-a6f7-1f4d60166d74&quot;],&quot;slug&quot;:[0,&quot;about&quot;],&quot;url&quot;:[0,&quot;about&quot;],&quot;full_slug&quot;:[0,&quot;about&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;About us&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;4ccab8d9-26e3-4b4e-b9ec-9af3a7eb1155&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;7ffadd25-74b9-4bbe-90ba-03ed7a1da09b&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;contact&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;contact&quot;],&quot;id&quot;:[0,625976495],&quot;uuid&quot;:[0,&quot;7ffadd25-74b9-4bbe-90ba-03ed7a1da09b&quot;],&quot;slug&quot;:[0,&quot;contact&quot;],&quot;url&quot;:[0,&quot;contact&quot;],&quot;full_slug&quot;:[0,&quot;contact&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Contact Us&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;c78755de-7b55-4532-b400-4bbe008875f6&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;b1d0092c-7b1f-4633-9072-7ad6f8d0ca0c&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;jobs&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;jobs&quot;],&quot;id&quot;:[0,625976545],&quot;uuid&quot;:[0,&quot;b1d0092c-7b1f-4633-9072-7ad6f8d0ca0c&quot;],&quot;slug&quot;:[0,&quot;jobs&quot;],&quot;url&quot;:[0,&quot;jobs&quot;],&quot;full_slug&quot;:[0,&quot;jobs&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;badge&quot;:[0,&quot;Hiring&quot;],&quot;title&quot;:[0,&quot;Careers&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;dca410dd-3769-4b96-9c70-adf57e21721f&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;17ee079e-672d-4b5f-879e-4fcbddeddcda&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;press&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;press&quot;],&quot;id&quot;:[0,625976553],&quot;uuid&quot;:[0,&quot;17ee079e-672d-4b5f-879e-4fcbddeddcda&quot;],&quot;slug&quot;:[0,&quot;press&quot;],&quot;url&quot;:[0,&quot;press&quot;],&quot;full_slug&quot;:[0,&quot;press&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Press&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;f6d9065d-c686-42d4-b1b3-3598b740881a&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;7055c8a6-88f3-4cc1-b4dc-8929cb0cfecf&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;partners&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;partners&quot;],&quot;id&quot;:[0,625976717],&quot;uuid&quot;:[0,&quot;7055c8a6-88f3-4cc1-b4dc-8929cb0cfecf&quot;],&quot;slug&quot;:[0,&quot;partners&quot;],&quot;url&quot;:[0,&quot;partners&quot;],&quot;full_slug&quot;:[0,&quot;partners&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Partners&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;41c069d6-f3f6-48dc-a6cf-3233f9a2dfc3&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;c5821f9d-6b1f-478e-9f07-ffbecbd51242&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;faq&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;faq&quot;],&quot;id&quot;:[0,625976501],&quot;uuid&quot;:[0,&quot;c5821f9d-6b1f-478e-9f07-ffbecbd51242&quot;],&quot;slug&quot;:[0,&quot;faq&quot;],&quot;url&quot;:[0,&quot;faq&quot;],&quot;full_slug&quot;:[0,&quot;faq&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;FAQ&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;b0740ecd-b70f-49ed-9267-43b12bdabbd6&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;https://status.hubstaff.com/ &quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;https://status.hubstaff.com/ &quot;]}],&quot;title&quot;:[0,&quot;Status&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Company&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;89b6157f-813e-42f9-9de7-31f2f4f8830c&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;33d51a0d-54be-4954-a189-7a293e1ddbae&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;eb7ee75b-bc8c-47da-80d2-fdeb465bc1b3&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;mac-time-tracker&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;mac-time-tracker&quot;],&quot;id&quot;:[0,625976548],&quot;uuid&quot;:[0,&quot;eb7ee75b-bc8c-47da-80d2-fdeb465bc1b3&quot;],&quot;slug&quot;:[0,&quot;mac-time-tracker&quot;],&quot;url&quot;:[0,&quot;mac-time-tracker&quot;],&quot;full_slug&quot;:[0,&quot;mac-time-tracker&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Mac time tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;f875703f-64f9-4faa-8c9e-ceb3b83b07b9&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;611635c3-8845-4a11-8b4f-92106fb07c3b&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;linux-time-tracking&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;linux-time-tracking&quot;],&quot;id&quot;:[0,625976546],&quot;uuid&quot;:[0,&quot;611635c3-8845-4a11-8b4f-92106fb07c3b&quot;],&quot;slug&quot;:[0,&quot;linux-time-tracking&quot;],&quot;url&quot;:[0,&quot;linux-time-tracking&quot;],&quot;full_slug&quot;:[0,&quot;linux-time-tracking&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Linux time tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;6a99142a-3403-4ced-aaef-c13a5b5a2748&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;3b6bc7e7-3e15-4925-a38e-2d2c88517495&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;chromeos-time-tracking&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;chromeos-time-tracking&quot;],&quot;id&quot;:[0,625976701],&quot;uuid&quot;:[0,&quot;3b6bc7e7-3e15-4925-a38e-2d2c88517495&quot;],&quot;slug&quot;:[0,&quot;chromeos-time-tracking&quot;],&quot;url&quot;:[0,&quot;chromeos-time-tracking&quot;],&quot;full_slug&quot;:[0,&quot;chromeos-time-tracking&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Chromebook time tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;36bbd126-93af-404c-8eba-9ddd15a17fb0&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;25ad8369-5c03-4fbb-a610-57cf12128c01&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;windows-time-tracking&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;windows-time-tracking&quot;],&quot;id&quot;:[0,625976665],&quot;uuid&quot;:[0,&quot;25ad8369-5c03-4fbb-a610-57cf12128c01&quot;],&quot;slug&quot;:[0,&quot;windows-time-tracking&quot;],&quot;url&quot;:[0,&quot;windows-time-tracking&quot;],&quot;full_slug&quot;:[0,&quot;windows-time-tracking&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Windows time tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;7f0fccee-61e6-4956-a000-b5cda6d46dd7&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;4550435f-6a24-46c2-845f-c142e1466779&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;android-time-tracking-app-with-gps&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;android-time-tracking-app-with-gps&quot;],&quot;id&quot;:[0,625976484],&quot;uuid&quot;:[0,&quot;4550435f-6a24-46c2-845f-c142e1466779&quot;],&quot;slug&quot;:[0,&quot;android-time-tracking-app-with-gps&quot;],&quot;url&quot;:[0,&quot;android-time-tracking-app-with-gps&quot;],&quot;full_slug&quot;:[0,&quot;android-time-tracking-app-with-gps&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;Android time tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;a45b8dbc-b789-44f2-9f57-bdba3a25387c&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;eb0c91ff-d906-4372-8d1d-d913cfadeba8&quot;],&quot;url&quot;:[0,&quot;&quot;],&quot;linktype&quot;:[0,&quot;story&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;time-tracking-app-iphone&quot;],&quot;story&quot;:[0,{&quot;name&quot;:[0,&quot;time-tracking-app-iphone&quot;],&quot;id&quot;:[0,625976655],&quot;uuid&quot;:[0,&quot;eb0c91ff-d906-4372-8d1d-d913cfadeba8&quot;],&quot;slug&quot;:[0,&quot;time-tracking-app-iphone&quot;],&quot;url&quot;:[0,&quot;time-tracking-app-iphone&quot;],&quot;full_slug&quot;:[0,&quot;time-tracking-app-iphone&quot;],&quot;_stopResolving&quot;:[0,true]}]}],&quot;title&quot;:[0,&quot;iOS time tracker&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Apps Download&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}]]],&quot;_uid&quot;:[0,&quot;b089c2a3-35da-49a7-ba38-142ff26fbc97&quot;],&quot;component&quot;:[0,&quot;footer&quot;],&quot;cta_title&quot;:[0,{&quot;type&quot;:[0,&quot;doc&quot;],&quot;content&quot;:[1,[[0,{&quot;type&quot;:[0,&quot;heading&quot;],&quot;attrs&quot;:[0,{&quot;level&quot;:[0,3]}],&quot;content&quot;:[1,[[0,{&quot;text&quot;:[0,&quot;Ready to get started?&quot;],&quot;type&quot;:[0,&quot;text&quot;]}]]]}]]]}],&quot;nav_tasks&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;e8dc856f-48fb-4355-9315-041e3e3ace03&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;d259aa53-c7da-4cd3-b66e-68824ddead71&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/customers/os-solutions&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/customers/os-solutions&quot;]}],&quot;title&quot;:[0,&quot;Os Solutions&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;7016c24b-993b-46d2-b67a-64ef04b3d928&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/customers/epic-coders&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/customers/epic-coders&quot;]}],&quot;title&quot;:[0,&quot;Epic Coders&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;4af7a371-fb8e-44ed-8c5b-84fd9edfede6&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/customers/yac-chat&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/customers/yac-chat&quot;]}],&quot;title&quot;:[0,&quot;Yac&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Case studies&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;33386ce1-aa41-40ae-888d-4afe1e8e7272&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;d06041f4-d009-432e-91db-0febb753818f&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/resources&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/resources&quot;]}],&quot;title&quot;:[0,&quot;Resources&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;3415c27b-1550-46d2-a604-386e7ce2c859&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/blog/&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/blog/&quot;]}],&quot;title&quot;:[0,&quot;Blog&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;66b22be0-5c3d-42d2-917f-3fbc736e2ef7&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/project-management-hours-tracking&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/project-management-hours-tracking&quot;]}],&quot;title&quot;:[0,&quot;Hubstaff + Tasks&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Learning Center&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;b37636b8-fa9e-4fbc-8065-1d332eac1247&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;5241301b-6373-499e-85de-6f1c0d2071b0&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/asana-alternative&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/asana-alternative&quot;]}],&quot;title&quot;:[0,&quot;Tasks vs Asana&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;c70034d5-4eef-4b1b-8652-65ab90bd2985&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/jira-alternative&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/jira-alternative&quot;]}],&quot;title&quot;:[0,&quot;Tasks vs Jira&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;b160d07d-e3c8-40bf-9c3b-c178903e9cea&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/basecamp-alternative&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/basecamp-alternative&quot;]}],&quot;title&quot;:[0,&quot;Tasks vs Basecamp&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;530a6b4a-2864-4cb4-9cb2-a4d566d6b799&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/tasks/trello-alternative&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/tasks/trello-alternative&quot;]}],&quot;title&quot;:[0,&quot;Tasks vs Trello&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;Compare&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;33007cb2-2bf7-4197-b185-756af25eb86b&quot;],&quot;links&quot;:[1,[[0,{&quot;_uid&quot;:[0,&quot;c2e1c177-6422-4ee0-831e-5361a16097df&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;https://support.hubstaff.com/&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;https://support.hubstaff.com/&quot;]}],&quot;title&quot;:[0,&quot;Help Center&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;9b147d41-a083-407c-a3ef-52373eeb36b5&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;/press&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;/press&quot;]}],&quot;title&quot;:[0,&quot;Press&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}],[0,{&quot;_uid&quot;:[0,&quot;4c4bee80-8434-4bf5-9727-eb06068b44dc&quot;],&quot;link&quot;:[0,{&quot;id&quot;:[0,&quot;&quot;],&quot;url&quot;:[0,&quot;mailto:support@hubstaff.com&quot;],&quot;linktype&quot;:[0,&quot;url&quot;],&quot;fieldtype&quot;:[0,&quot;multilink&quot;],&quot;cached_url&quot;:[0,&quot;mailto:support@hubstaff.com&quot;]}],&quot;title&quot;:[0,&quot;Email Us&quot;],&quot;component&quot;:[0,&quot;footer--column--link&quot;]}]]],&quot;title&quot;:[0,&quot;More&quot;],&quot;component&quot;:[0,&quot;footer--column&quot;]}]]],&quot;cta_award_title&quot;:[0,&quot;Leader Winter 2025&quot;]}],&quot;isTasksPage&quot;:[0,false]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;HsdsFooter&quot;,&quot;value&quot;:true}" await-children=""><footer class="hsds-footer-main"><div class="hsds-footer-main__top"><div class="hsds-footer-main__top__container"><nav class="hsds-footer-main-nav"><!--[--><div class="hsds-footer-main-nav__column"><!--[--><div class="hsds-footer-main-nav__column__column-item"><div class="hsds-footer-main-nav__column__column-item__title"><span>Product</span><svg class="hsds-icon hsds-footer-main-nav__column__column-item__title-icon" aria-hidden="true" data-conditional-class="hsds-footer-main-nav__column__column-item__title-icon--active"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></div><ul class="hsds-footer-main-nav__column__column-item__list" data-conditional-class="hsds-footer-main-nav__column__column-item__list--active"><!--[--><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/employee-time-tracking">Employee time tracking software</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/employee-monitoring">Employee monitoring software</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/features/workforce-management-software">Workforce management software</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/integrations">Integrations</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/pricing">Pricing</a><span class="hsds-footer-main-nav__column__column-item__list-item-badge">Free trial</span><!--]--></li><!--]--></ul></div><div class="hsds-footer-main-nav__column__column-item"><div class="hsds-footer-main-nav__column__column-item__title"><span>Compare Hubstaff with</span><svg class="hsds-icon hsds-footer-main-nav__column__column-item__title-icon" aria-hidden="true" data-conditional-class="hsds-footer-main-nav__column__column-item__title-icon--active"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></div><ul class="hsds-footer-main-nav__column__column-item__list" data-conditional-class="hsds-footer-main-nav__column__column-item__list--active"><!--[--><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/hubstaff-vs-toggl">Toggl</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/hubstaff-vs-clockify">Clockify</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/hubstaff-vs-insightful">Insightful</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/hubstaff-vs-apploye">Apploye</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/hubstaff-vs-activtrak">ActivTrak</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/desktime-alternative">Desktime</a><!----><!--]--></li><!--]--></ul></div><!--]--></div><div class="hsds-footer-main-nav__column"><!--[--><div class="hsds-footer-main-nav__column__column-item"><div class="hsds-footer-main-nav__column__column-item__title"><span>Features</span><svg class="hsds-icon hsds-footer-main-nav__column__column-item__title-icon" aria-hidden="true" data-conditional-class="hsds-footer-main-nav__column__column-item__title-icon--active"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></div><ul class="hsds-footer-main-nav__column__column-item__list" data-conditional-class="hsds-footer-main-nav__column__column-item__list--active"><!--[--><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/time-tracker-with-screenshots">Time tracker with screenshots</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/employee-timesheet-software">Employee timesheet software</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/gps-time-tracking">GPS time clock</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/overtime-tracker">Overtime tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/time-report">Time reporting</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/attendance-tracking-software">Attendance tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/web-based-time-tracker">Web-based time tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/activity-log-app">Activity log app</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/workforce-analytics">Workforce analytics software</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/features">Features overview</a><!----><!--]--></li><!--]--></ul></div><div class="hsds-footer-main-nav__column__column-item"><div class="hsds-footer-main-nav__column__column-item__title"><span>Resources</span><svg class="hsds-icon hsds-footer-main-nav__column__column-item__title-icon" aria-hidden="true" data-conditional-class="hsds-footer-main-nav__column__column-item__title-icon--active"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></div><ul class="hsds-footer-main-nav__column__column-item__list" data-conditional-class="hsds-footer-main-nav__column__column-item__list--active"><!--[--><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/time-tracking/resources">Time tracking resources</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/resources">Resource hub</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/blog">Blog</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="https://support.hubstaff.com">Help center</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/guiding-principles">Guiding principles</a><!----><!--]--></li><!--]--></ul></div><!--]--></div><div class="hsds-footer-main-nav__column"><!--[--><div class="hsds-footer-main-nav__column__column-item"><div class="hsds-footer-main-nav__column__column-item__title"><span>Solutions</span><svg class="hsds-icon hsds-footer-main-nav__column__column-item__title-icon" aria-hidden="true" data-conditional-class="hsds-footer-main-nav__column__column-item__title-icon--active"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></div><ul class="hsds-footer-main-nav__column__column-item__list" data-conditional-class="hsds-footer-main-nav__column__column-item__list--active"><!--[--><li class="hsds-footer-main-nav__column__column-item__list-item--spaced-top hsds-footer-main-nav__column__column-item__list-item"><div class="hsds-footer-main-nav__column__column-item__list-item-subtitle"><span>By industry</span></div></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/time-tracking-agencies">Agencies</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/time-tracking-software-development">Software Development</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/time-tracking-consultants">Consulting</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/solutions">See all industries</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item--spaced-top hsds-footer-main-nav__column__column-item__list-item"><div class="hsds-footer-main-nav__column__column-item__list-item-subtitle"><span>By workforce</span></div></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/remote-workforce-software">Fully remote</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/hybrid">Hybrid</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/field-tracking-software">Field</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item--spaced-top hsds-footer-main-nav__column__column-item__list-item--break-column hsds-footer-main-nav__column__column-item__list-item"><div class="hsds-footer-main-nav__column__column-item__list-item-subtitle"><span>By type</span></div></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/solutions/small-business">SMB</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/enterprise">Enterprise</a><!----><!--]--></li><!--]--></ul></div><!--]--></div><div class="hsds-footer-main-nav__column"><!--[--><div class="hsds-footer-main-nav__column__column-item"><div class="hsds-footer-main-nav__column__column-item__title"><span>Company</span><svg class="hsds-icon hsds-footer-main-nav__column__column-item__title-icon" aria-hidden="true" data-conditional-class="hsds-footer-main-nav__column__column-item__title-icon--active"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></div><ul class="hsds-footer-main-nav__column__column-item__list" data-conditional-class="hsds-footer-main-nav__column__column-item__list--active"><!--[--><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/about">About us</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/contact">Contact Us</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/jobs">Careers</a><span class="hsds-footer-main-nav__column__column-item__list-item-badge">Hiring</span><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/press">Press</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/partners">Partners</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/faq">FAQ</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="https://status.hubstaff.com/ ">Status</a><!----><!--]--></li><!--]--></ul></div><div class="hsds-footer-main-nav__column__column-item"><div class="hsds-footer-main-nav__column__column-item__title"><span>Apps Download</span><svg class="hsds-icon hsds-footer-main-nav__column__column-item__title-icon" aria-hidden="true" data-conditional-class="hsds-footer-main-nav__column__column-item__title-icon--active"><use xlink:href="/_astro/icons.qKFTBD3X.svg#caret-down-l"></use></svg></div><ul class="hsds-footer-main-nav__column__column-item__list" data-conditional-class="hsds-footer-main-nav__column__column-item__list--active"><!--[--><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/mac-time-tracker">Mac time tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/linux-time-tracking">Linux time tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/chromeos-time-tracking">Chromebook time tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/windows-time-tracking">Windows time tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/android-time-tracking-app-with-gps">Android time tracker</a><!----><!--]--></li><li class="hsds-footer-main-nav__column__column-item__list-item"><!--[--><a class="hsds-footer-main-nav__column__column-item__list-item-link" href="/time-tracking-app-iphone">iOS time tracker</a><!----><!--]--></li><!--]--></ul></div><!--]--></div><!--]--></nav><div class="hsds-footer-main-cta"><div class="hsds-footer-main-cta__form"><div class="hsds-footer-main-cta__form__title"><h3>Ready to get started?</h3></div><div class="hsds-hero-form__form-container hsds-footer-main-cta__form__form"><form class="hsds-hero-form__form" action="/signup"><input class="hsds-hero-form__form-input" type="email" name="user[email]" placeholder="Enter your work email" required><div class="hsds-hero-form__form-submit-container--gradient hsds-hero-form__form-submit-container"><button type="submit" class="hsds-hero-form__form-submit--gradient hsds-hero-form__form-submit">Create account</button></div></form><div class="hsds-hero-form__form-footnote"><!--[--><div class="hsds-hero-form__award"><img class="hsds-hero-form__award-icon" src="/images/logos/g2-logo.png"><span class="hsds-hero-form__award-title">Leader Winter 2025</span></div><hr class="hsds-hero-form__form-footnote-separator"><span class="hsds-hero-form__form-footnote-text">No credit card required</span><!--]--></div></div></div><div class="hsds-footer-main-cta__socials"><div class="hsds-footer-main-cta__socials__title">Connect</div><ul class="hsds-footer-main-cta__socials__list"><!--[--><li class="hsds-footer-main-cta__socials__list-item"><a class="hsds-footer-main-cta__socials__list-item__link" aria-label="Follow Hubstaff on Facebook" href="https://www.facebook.com/hubstaffapps" rel="nofollow"><svg class="hsds-icon hsds-footer-main-cta__socials__list-item__link-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#logo-facebook-mark-rounded"></use></svg></a></li><li class="hsds-footer-main-cta__socials__list-item"><a class="hsds-footer-main-cta__socials__list-item__link" aria-label="Follow Hubstaff on Instagram" href="https://www.instagram.com/hubstaffapp/" rel="nofollow"><svg class="hsds-icon hsds-footer-main-cta__socials__list-item__link-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#logo-instagram-mark-alternative"></use></svg></a></li><li class="hsds-footer-main-cta__socials__list-item"><a class="hsds-footer-main-cta__socials__list-item__link" aria-label="Follow Hubstaff on X" href="https://x.com/Hubstaff" rel="nofollow"><svg class="hsds-icon hsds-footer-main-cta__socials__list-item__link-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#logo-x-mark"></use></svg></a></li><li class="hsds-footer-main-cta__socials__list-item"><a class="hsds-footer-main-cta__socials__list-item__link" aria-label="Follow Hubstaff on LinkedIn" href="https://www.linkedin.com/company/hubstaff" rel="nofollow"><svg class="hsds-icon hsds-footer-main-cta__socials__list-item__link-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#logo-linkedin-mark-alternative"></use></svg></a></li><li class="hsds-footer-main-cta__socials__list-item"><a class="hsds-footer-main-cta__socials__list-item__link" aria-label="Follow Hubstaff on Youtube" href="https://www.youtube.com/channel/UCV0-Tt5WiHnxDb3Z7wV_Qlg/feed" rel="nofollow"><svg class="hsds-icon hsds-footer-main-cta__socials__list-item__link-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#logo-youtube-mark-alternative"></use></svg></a></li><!--]--></ul></div></div></div></div><div class="hsds-footer-main__bottom"><div class="hsds-footer-main__bottom__container"><a class="hsds-footer-main__bottom__logo" href=""><svg class="hsds-icon" aria-hidden="true"><use xlink:href="/_astro/icons.qKFTBD3X.svg#logo-hubstaff"></use></svg></a><div class="hsds-footer-main__bottom__copyright">Copyright © 2025 Netsoft Holdings, LLC</div><ul class="hsds-footer-main__bottom__links"><!--[--><li><a href="/terms">Terms</a></li><li><a href="/privacy">Privacy</a></li><li><a href="/gdpr">GDPR compliance</a></li><!--]--></ul></div></div></footer><!--astro:end--></astro-island> <!-- <HsdsPortalDialog client:idle /> TODO - CHECK --> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10