<!doctype html>
<html lang="en">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<meta name="robots" content="index, follow">

	<title>Think Believe Do | Software Design, Development &amp; Consulting</title>
	<meta name="description"
		content="Software design, development, and consulting for mobile, web, and cloud. We partner with start-ups and enterprises from strategy through delivery.">
	<meta name="author" content="Think Believe Do">

	<link rel="canonical" href="https://thinkbelievedo.com/">
	<!-- SVG favicon (animated in Firefox, static first frame in Chrome/Edge/Safari) -->
	<link rel="icon" type="image/svg+xml" href="images/tbd-new-logo-animated.svg">
	<!-- PNG fallback for browsers without SVG favicon support (older Safari, some embedded browsers) -->
	<link rel="icon" type="image/png" href="images/tbd-new-logo.png">
	<link rel="apple-touch-icon" href="images/tbd-new-logo.png">

	<!-- Open Graph (Facebook, LinkedIn, Slack, iMessage) -->
	<meta property="og:type" content="website">
	<meta property="og:site_name" content="Think Believe Do">
	<meta property="og:title" content="Think Believe Do | Software Design, Development &amp; Consulting">
	<meta property="og:description"
		content="Software design, development, and consulting for mobile, web, and cloud. We partner with start-ups and enterprises from strategy through delivery.">
	<meta property="og:url" content="https://thinkbelievedo.com/">
	<meta property="og:image" content="https://thinkbelievedo.com/images/tbd-new-logo.png">
	<meta property="og:image:alt" content="Think Believe Do">
	<meta property="og:locale" content="en_NZ">

	<!-- Twitter Card -->
	<meta name="twitter:card" content="summary_large_image">
	<meta name="twitter:title" content="Think Believe Do | Software Design, Development &amp; Consulting">
	<meta name="twitter:description"
		content="Software design, development, and consulting for mobile, web, and cloud. We partner with start-ups and enterprises from strategy through delivery.">
	<meta name="twitter:image" content="https://thinkbelievedo.com/images/tbd-new-logo.png">

	<!-- Performance: warm up third-party connections used later in the page -->
	<link rel="preconnect" href="https://www.googletagmanager.com">
	<link rel="preconnect" href="https://calendar.google.com">
	<link rel="dns-prefetch" href="https://www.google-analytics.com">

	<link type="text/css" rel="stylesheet" href="ThinkBelieveDoWeb.css">

	<!-- Structured data: helps Google build a Knowledge Panel for the brand -->
	<script type="application/ld+json">
	{
		"@context": "https://schema.org",
		"@type": "ProfessionalService",
		"name": "Think Believe Do",
		"url": "https://thinkbelievedo.com/",
		"logo": "https://thinkbelievedo.com/images/tbd-new-logo.png",
		"image": "https://thinkbelievedo.com/images/tbd-new-logo.png",
		"description": "Software design, development, and consulting for mobile, web, and cloud. We partner with start-ups and enterprises from strategy through delivery.",
		"telephone": "+64-9-600-2344",
		"areaServed": "Worldwide",
		"sameAs": [
			"https://www.linkedin.com/company/think-believe-do"
		],
		"makesOffer": [
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Start-up technology services" } },
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Software design" } },
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Software development" } },
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Prototyping" } },
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Software and hardware evaluation and testing" } },
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Technology strategy" } },
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Project management" } },
			{ "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Outsourced software development" } }
		]
	}
	</script>

	<!-- Google tag (gtag.js) -->
	<script async src="https://www.googletagmanager.com/gtag/js?id=G-961FQM0K4X"></script>
	<script>
		window.dataLayer = window.dataLayer || [];
		function gtag() { dataLayer.push(arguments); }
		gtag('js', new Date());
		gtag('config', 'G-961FQM0K4X');
	</script>
</head>

<body class="body">
	<header>
		<div id="header" class="header">
			<div class="logo-area">
				<h1>Think Believe Do</h1>
				<img class="tbd-logo-animated" src="images/tbd-new-logo-animated.svg" alt="" aria-hidden="true">
			</div>
			<p>Software Design, Development, and Consulting</p>
		</div>
	</header>

	<main>

		<!-- Our Products -->
		<section class="products-section" aria-labelledby="products-heading">
			<h2 id="products-heading">Our Products</h2>
			<div class="products-grid">
				<article class="product-card">
					<div class="product-logo">
						<img src="images/juggling-logo-animated.svg" alt="GetJuggling — time tracking app for freelancers and small teams">
					</div>
					<div class="product-name"><a href="https://getjuggling.com/" target="_blank"
							rel="noopener">GetJuggling</a></div>
					<div class="product-tagline">Stop guessing where your time went</div>
					<div class="product-blurb">
						A streamlined time-tracking app for freelancers and small teams. One-click timers, automatic
						invoicing from tracked time, and seamless sync across desktop, mobile, and browser &mdash; all
						without the bloat of enterprise tools.
					</div>
					<a href="https://getjuggling.com/" target="_blank" rel="noopener" class="product-link">Learn
						More</a>
				</article>
				<article class="product-card">
					<div class="product-logo">
						<img src="images/checksandticks-logo.svg" alt="Checks and Ticks — enterprise asset management and checklist platform">
					</div>
					<div class="product-name"><a href="https://checksandticks.com/" target="_blank"
							rel="noopener">Checks &amp; Ticks</a></div>
					<div class="product-tagline">Enterprise Asset Management &amp; Checklists</div>
					<div class="product-blurb">
						A platform that streamlines asset management and checklist operations with dynamic forms and
						conditional logic. Track assets using QR codes and NFC, with real-time analytics and reporting
						for informed decision-making.
					</div>
					<a href="https://checksandticks.com/" target="_blank" rel="noopener" class="product-link">Learn
						More</a>
				</article>
			</div>
		</section>

		<section id="services" aria-labelledby="services-heading">
			<h2 id="services-heading" class="sr-only">Services</h2>

			<p>Over the years we designed and developed many specialised
				mobile, web &amp; cloud solutions for a wide range of markets &amp;
				industries.</p>

			<p>If you have a project or are looking at starting one, we have
				a range of services we can offer you:</p>

			<h3>Start-up services</h3>
			<p>We understand start-ups and early stage technology companies. If you
				are a start-up and seeking a technology partner, we can tailor our
				services to meet your needs. We can provide you with a professional
				technology team which complements your business acumen.</p>
			<p>We offer equity-based payment structures for Start-Ups
				based on the opportunity (Conditions Apply).</p>

			<h3>Software Design</h3>
			<p>We offer design services for both consumer and business/enterprise
				focused solutions.</p>

			<h3>Software Development</h3>
			<p>We provide an experienced team and we can deliver solutions which
				match your requirement. We have vast experience and expertise in
				development of solutions for enterprise, mobile, web &amp; cloud.</p>

			<h3>Prototyping</h3>
			<p>From concept to application &mdash; we provide a full suite of
				prototyping services for mobile, web &amp; cloud based solutions.</p>

			<h3>Software/Hardware Evaluation &amp; Testing</h3>
			<p>During the course of your project, if you need a third eye to peer
				review your software/hardware for feedback (usability, functionality
				&amp; code review), we can provide tailored solutions to meet your
				requirement.</p>

			<h3>Technology Strategy</h3>
			<p>We take a holistic approach to technology. Our focus is on using
				technology as a catalyst to improve productivity, reduce costs and
				increase profitability of your organization. Your people are our
				primary focus, we can help them do their job better.</p>

			<h3>Project Management</h3>
			<p>We have experience and expertise in managing Agile Software projects.
				We provide coaching and project tracking to ensure your software
				project is on time and on budget.</p>

			<h3>Outsourcing</h3>
			<p>We offer outsourced software development services for projects of
				any size.</p>
		</section>

	</main>

	<footer>
		<section id="contactus" aria-labelledby="contact-heading">
			<h2 id="contact-heading">Contact Us</h2>
			<p>For an obligation-free quote or general catchup to discuss
				your technology requirements virtually, or over coffee &mdash; feel free to contact us.</p>

			<p>
				<!-- Google Calendar Appointment Scheduling begin -->
				<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
				<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
				<script>
					(function () {
						var target = document.currentScript;
						window.addEventListener('load', function () {
							calendar.schedulingButton.load({
								url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ2u6ia8V-lVZmhy1w3_jevfQThRRilM0jCyGNEZjR4F33FEBSQ8vXQPqIaCuH-32Pvn9HBMz3Kk?gv=true',
								color: '#039BE5',
								label: "Book a Meeting",
								target,
							});
						});
					})();
				</script>
				<!-- end Google Calendar Appointment Scheduling -->
			</p>
			<p>
				<a href="tel:+6496002344">+64 9 600 2344</a>&nbsp;&nbsp;<span id="email-link"></span><script>
					(function () {
						var u = '\x63\x6f\x6e\x74\x61\x63\x74';
						var d = '\x74\x68\x69\x6e\x6b\x62\x65\x6c\x69\x65\x76\x65\x64\x6f\x2e\x63\x6f\x6d';
						var slot = document.getElementById('email-link');
						var a = document.createElement('a');
						a.href = 'mailto:' + u + '@' + d;
						a.textContent = u + '@' + d;
						slot.appendChild(a);
					})();
				</script>&nbsp;&nbsp;<a href="https://www.linkedin.com/company/think-believe-do" target="_blank"
					rel="noopener">@thinkbelievedo</a>
			</p>

			<p class="tagline">mobile web cloud &sect; software design development &sect; strategy management consulting</p>
		</section>
	</footer>

</body>

</html>
