PickMySoft.com
HomeBlogList Your Product
Write a Review
PickMySoft.com

The global software discovery platform. Find, compare, and choose the right software and service providers for your business — worldwide.

hello@pickmysoft.com

For Vendors

  • List Your Software
  • Vendor Portal Login
  • Pricing Plans
  • Write a Review
  • Contact Us

For Buyers

  • All Categories
  • Blog
  • Write for Us
  • Review Methodology

About Company

  • About Us
  • Contact Us
  • Terms of Use
  • Privacy Policy
© 2014–2026 PickMySoft® · All rights reserved
Privacy PolicyTerms of UseSitemap
  1. Home
  2. ›Blog
  3. ›Gaming & Telecom
  4. ›AR Game Engine Software
Gaming & TelecomBuying Guides

Best 7 Augmented Reality AR Game Engine Software in 2026


J
Written byJames Whitfield
12 min read

Quick Summary

This roundup compares seven AR game engine and SDK platforms — Unity AR Foundation, Apple ARKit, Google ARCore, PTC Vuforia Engine, Niantic Spatial (Lightship), EasyAR, and Snap Lens Studio — on pricing, platform reach, official AI/MCP support, and API access, verified against each vendor's official site as of August 2026.

  1. Why You Need AR Game Engine Software
  2. How We Evaluated
  3. Best 7 AR Game Engine Software in 2026
  4. └1. Unity AR Foundation
  5. └2. Apple ARKit
  6. └3. Google ARCore
  7. └4. PTC Vuforia Engine
  8. └5. Niantic Spatial (Lightship)
  9. └6. EasyAR
  10. └7. Snap Lens Studio
  11. Comparison Table
  12. How to Choose
  13. What It Actually Costs
  14. Final Thoughts

Choosing an AR toolkit used to mean picking one platform and living with its limits. That's no longer true: the seven tools below cover the entire spread, from Apple's native ARKit to fully cross-platform engines that ship the same AR experience to iOS, Android, and even AR glasses from one codebase.

Unity AR Foundation is the strongest all-around pick for teams building a real AR game across multiple devices — it wraps ARKit, ARCore, visionOS, and HoloLens under one API and now ships an official Unity-built MCP server for AI-assisted development. If your project only needs to ship on Android and iOS without any engine licensing cost, Google ARCore is the best starting point — it's free, has the largest install base of any AR runtime, and its Geospatial API works in over 100 countries.

This category moved fast in 2026. Google's Scene Semantics brought real machine-learning object recognition into ARCore's free tier, Niantic's spin-off into Niantic Spatial reshaped Lightship's pricing around a credit system, and Meta shut Spark Studio down for third-party creators entirely — which is exactly the kind of dead-end pick this guide is built to help you avoid.

Quick summary: this roundup compares Unity AR Foundation, Apple ARKit, Google ARCore, PTC Vuforia Engine, Niantic Spatial (Lightship), EasyAR, and Snap Lens Studio on pricing, platform reach, AI/MCP support, and API access. Unity AR Foundation is the strongest all-around pick for cross-platform game engines; Google ARCore is the best free starting point for mobile-only projects.

Editorial disclosure: PickMySoft may earn a commission from some links on this page; our reviews and rankings are independent. Last updated: August 17, 2026.

Why You Need AR Game Engine Software

  • Ship one AR experience to five platforms instead of five separate builds: AR Foundation-style abstraction layers mean your tracking, plane-detection, and anchor code doesn't have to be rewritten per device.
  • Get production-grade tracking without building SLAM from scratch: Motion tracking, environmental understanding, and occlusion are solved problems in these SDKs — reinventing them costs months a small team doesn't have.
  • Avoid picking a platform that quietly dies under you: Meta shut down Spark Studio for third parties in January 2025; teams that built on it had to migrate their entire content library elsewhere.
  • Match licensing cost to your actual revenue stage: Free tiers (ARKit, ARCore, Unity Personal, Lens Studio) let you validate an idea before a single dollar of engine spend is required.
  • Tap into built-in AI without hand-rolling computer vision: ARCore's Scene Semantics and Snap's GenAI Suite generate 3D assets and recognize objects using models the vendor already trained and maintains.

How We Evaluated

Every tool below was checked directly against its own pricing page, developer documentation, and changelog as of August 2026 — not secondary review sites. We scored each on: pricing transparency and value at real usage volumes, platform/device reach, AI and MCP maturity (official vendor-published support outweighs a community project every time), API depth and documentation quality, and whether the product is still an actively maintained, independent offering (Meta Spark's third-party shutdown is the case study for why that last check matters).

Best 7 AR Game Engine Software in 2026

1. Unity AR Foundation

Unity AR Foundation is the closest thing this category has to an industry default: it's a single API that wraps ARKit, ARCore, visionOS, HoloLens 2 (via OpenXR), and Meta Quest under one set of components, so the same AR game code deploys across five very different runtimes.

Pricing: Free for hobbyists and small teams on Unity Personal; Unity Pro is $210/month ($2,310/year) and becomes mandatory once a business passes $200K in annual funding or revenue; Enterprise is custom-quoted above $25M revenue.

Top features:

  • Provider plug-in architecture spanning ARKit, ARCore, visionOS, HoloLens, and Quest
  • Plane, point-cloud, and bounding-box environment understanding
  • Image, object, face, and body tracking components
  • Ray casting and real-world occlusion
  • Multi-device participant tracking for shared AR sessions
  • XR Simulation for testing AR logic inside the Unity Editor

Pros:

  • Broadest platform reach of any tool in this list under one codebase
  • Official, Unity-published MCP server for AI-agent-assisted development
  • Mature ecosystem with the largest AR/game asset marketplace

Cons:

  • Pro tier pricing kicks in automatically once a studio crosses revenue thresholds, not by choice
  • Licensing model change history has made some teams wary of long-term cost planning

AI/MCP Integration: Confirmed official support — Unity publishes its own MCP server (announced on unity.com) that connects Claude Code, Cursor, and other AI agents directly to the Unity Editor for scene, asset, and script automation.

API Integration: Yes. AR Foundation itself is a public C# package API, and Unity's broader platform documents extensive scripting and cloud build APIs.

Cloud Based: No — AR Foundation runs on-device; Unity Cloud services are optional add-ons, not required for AR Foundation itself.

Platforms: Android, iOS, visionOS, HoloLens 2, Meta Quest (via Unity Editor on Windows/macOS).

Best for: Teams that need one AR codebase to reach the widest possible mix of phones, headsets, and mixed-reality devices.

Editor score: 4.6/5 — broadest reach and the only tool here with a confirmed official MCP server, docked slightly for Pro-tier cost unpredictability.

2. Apple ARKit

ARKit is Apple's native AR framework, bundled free into iOS and iPadOS development and paired with RealityKit for rendering — it's the deepest, best-integrated AR toolkit on any single platform, full stop.

Pricing: Free with an Apple Developer Program membership ($99/year, not AR-specific — required for any iOS app distribution).

Top features:

  • RealityKit framework with custom Metal shader support
  • Object Capture API for photogrammetry-based 3D scanning from photos
  • AR Quick Look for placing 3D objects without a custom app
  • Scene reconstruction and people occlusion
  • Native visionOS support for spatial computing apps
  • Deep integration with Apple's App Store distribution and review pipeline

Pros:

  • Tightest possible integration with iOS hardware (LiDAR, Neural Engine)
  • Object Capture API turns ordinary photos into 3D AR-ready assets
  • No separate AR licensing cost beyond the standard developer account

Cons:

  • iOS and iPadOS only — zero cross-platform reach on its own
  • No official MCP server was found on Apple's developer site

AI/MCP Integration: No official MCP server found on Apple's developer documentation as of August 2026.

API Integration: Yes. Apple documents the full RealityKit and ARKit APIs at developer.apple.com, including sample code and developer forums.

Cloud Based: No — ARKit processes tracking entirely on-device.

Platforms: iOS, iPadOS, visionOS.

Best for: Teams building an iOS-first or iOS-only AR game that wants the deepest possible use of Apple's hardware.

Editor score: 4.4/5 — unmatched depth on Apple hardware, but the single-platform scope caps it below the cross-platform options.

3. Google ARCore

ARCore is Google's free, cross-platform answer to ARKit — available in over 100 countries with motion tracking, environmental understanding, and a Geospatial API that anchors AR content to real-world, Street View-mapped locations.

Pricing: Free — no paid tier exists for the core ARCore SDK.

Top features:

  • Motion tracking with world-relative positioning
  • Persistent Cloud Anchors for shared, saved AR sessions
  • Scene Semantics using ML models to recognize common objects
  • Geospatial API for anchoring content to Street View locations globally
  • Depth API for surface-distance measurement
  • Streetscape Geometry for building and terrain interaction

Pros:

  • Completely free with no revenue-based licensing trigger
  • Scene Semantics brings real ML object recognition into the free tier
  • Geospatial API reach spans over 100 countries

Cons:

  • No official MCP server documented by Google for ARCore specifically
  • Feature depth trails ARKit on iOS-specific hardware capabilities

AI/MCP Integration: No official MCP server found on Google's ARCore developer documentation as of August 2026.

API Integration: Yes. ARCore ships cross-platform APIs documented at developers.google.com/ar, with SDKs for native Android, iOS, Unity, and Web (WebXR).

Cloud Based: Partially — Persistent Cloud Anchors use Google's cloud infrastructure; core tracking runs on-device.

Platforms: Android, iOS, Unity, Web (WebXR), Adobe Aero.

Best for: Teams that want a free, cross-platform, mobile-first AR SDK without any engine licensing cost.

Editor score: 4.3/5 — the best free, no-strings starting point in this list, held back only by thinner documented AI/MCP tooling.

4. PTC Vuforia Engine

Vuforia is the AR SDK built for industrial and enterprise use cases — Model Targets and Area Targets for recognizing real machinery and spaces are features the consumer-facing SDKs in this list simply don't have.

Pricing: Basic plan is free (20 target generations, 1,000 image recognitions/month, prototyping only); Premium and Enterprise are both custom-quoted; a Cloud Image Recognition add-on bills at $0.01 per recognition over the included quota.

Top features:

  • Image Targets, Multi-Targets, Cylinder Targets, and Ground Plane detection
  • Model Targets for recognizing real-world 3D objects and machinery (Premium+)
  • Area Targets for large industrial space recognition (Premium+)
  • Barcode scanning built into the core engine
  • On-Prem Advanced Model Targets for offline enterprise deployments
  • VuMark custom fiducial marker support

Pros:

  • Model/Area Targets are a genuine differentiator for industrial AR that no competitor here matches
  • On-premises deployment option for enterprises that can't use cloud training
  • Free Basic tier is enough for real prototyping, not just a demo

Cons:

  • No official MCP server was found on Vuforia's site
  • Premium and Enterprise pricing requires a sales call — no self-serve path past Basic

AI/MCP Integration: No official MCP server found on Vuforia's or PTC's documentation as of August 2026.

API Integration: Yes. Vuforia documents its Engine SDK and Cloud Recognition APIs at developer.vuforia.com.

Cloud Based: Hybrid — cloud-based target training with an on-premises option for Enterprise customers needing offline capability.

Platforms: iOS, Android, UWP, Unity.

Best for: Teams building industrial, training, or enterprise AR apps that need to recognize real machinery or large physical spaces.

Editor score: 4.0/5 — unmatched for industrial recognition use cases, but opaque pricing past the free tier holds it back for indie teams.

5. Niantic Spatial (Lightship)

Niantic Spatial (the AR/geospatial business Niantic spun out in 2025, building on the Pokémon GO-era Lightship ARDK) is built around visual positioning and shared, persistent AR — the closest thing in this list to "real-world metaverse" infrastructure.

Pricing: Free tier includes 20,000 monthly credits (about 1,500 VPS queries); Plus is $20/month (40,000 credits); Pro is $50/month (105,000 credits, adds commercial rights); Enterprise is custom-quoted with on-premises deployment.

Top features:

  • Visual Positioning System (VPS) for centimeter-level real-world anchoring
  • Gaussian splat and mesh capture from mobile or 360° cameras
  • Metric-scale spatial mapping with FBX/SPZ/PLY export
  • Multiplayer, persistent shared AR sessions
  • On-device reconstruction pipeline
  • Commercial usage rights unlocked from the Pro tier up

Pros:

  • Lowest-cost paid entry point in this list at $20/month
  • VPS accuracy is a genuine differentiator for location-anchored AR games
  • Credit-based pricing scales with actual usage rather than flat per-seat fees

Cons:

  • No official MCP server was found on Niantic Spatial's documentation
  • Commercial rights are locked behind the Pro tier, not included free

AI/MCP Integration: No official MCP server found on Niantic Spatial's documentation or community forum as of August 2026.

API Integration: Yes. Niantic Spatial documents its SDK and VPS APIs at nianticspatial.com/docs.

Cloud Based: Yes — VPS queries and cloud mapping are core, cloud-processed features.

Platforms: iOS, Android, Unity.

Best for: Location-based AR games and apps that need precise, persistent real-world anchoring rather than generic marker tracking.

Editor score: 4.1/5 — best-in-class VPS accuracy and the cheapest paid tier here, but commercial rights being pay-gated is a real limitation for indie launches.

6. EasyAR

EasyAR is the budget-conscious alternative in this list — a full-featured AR SDK with both subscription and one-time-purchase licensing, plus a separate large-scale positioning product (EasyAR Mega) for venue-scale AR.

Pricing: Personal edition is free (non-commercial, watermarked); Professional is $39/month (commercial rights, no watermark); Classic is a $1,399 one-time lifetime license; EasyAR Mega starts at $299/month for large-scale positioning.

Top features:

  • Sparse and Dense SpatialMap for environment reconstruction
  • Planar image and 3D object tracking
  • Motion tracking with AR Foundation and XR headset support
  • Cloud Recognition Service with per-call API billing
  • EasyAR Mega for venue-scale visual positioning (up to 25+ maps)
  • Unity plugin with AR Foundation compatibility

Pros:

  • Only tool in this list offering a one-time perpetual license as an alternative to subscription
  • Professional tier at $39/month is the cheapest commercial-use paid entry here
  • Cloud Recognition Service pricing is fully transparent and published

Cons:

  • No official MCP server found on EasyAR's site
  • Smaller ecosystem and community than Unity, Apple, or Google's offerings

AI/MCP Integration: No official MCP server found on EasyAR's documentation as of August 2026.

API Integration: Yes. EasyAR publishes a full API reference for EasyAR Sense at help.easyar.com, plus a separately billed Cloud Recognition Service API.

Cloud Based: Partially — Cloud Recognition Service is cloud-based; core Sense tracking runs on-device.

Platforms: Android, iOS, Unity3D, AR Foundation.

Best for: Budget-conscious teams that want a one-time-purchase option instead of an ongoing subscription.

Editor score: 3.9/5 — the most flexible licensing model here, but smaller ecosystem and no MCP support keep it behind the bigger platforms.

7. Snap Lens Studio

Lens Studio is Snap's free AR creation tool, built for shipping social AR experiences to Snapchat and Spectacles — and its GenAI Suite for generating 3D assets from text or image prompts is a real differentiator no other tool in this list has built in.

Pricing: Free — no paid tier exists for Lens Studio itself.

Top features:

  • GenAI Suite: custom ML model and 2D/3D asset creation from text or image prompts
  • Connected Lenses for shared, synced AR experiences on Spectacles
  • Camera Kit SDK for embedding Lenses in third-party iOS/Android/web apps
  • JavaScript and TypeScript plugin support for custom logic
  • Built-in AI Assistant trained on Snap's own developer documentation
  • Zero-setup distribution directly into the Snapchat app

Pros:

  • Completely free with no engine licensing cost at any scale
  • GenAI Suite generates usable 3D assets, not just images
  • Camera Kit lets Lenses be embedded outside Snapchat itself

Cons:

  • No official MCP server was found on Snap's AR developer site
  • Primary distribution channel (Snapchat) narrows reach for a standalone "game" versus social AR effects

AI/MCP Integration: No official MCP server found on Snap's Lens Studio or Camera Kit documentation as of August 2026.

API Integration: Yes. Snap documents the Camera Kit SDK for iOS, Android, and web at Snap's AR developer portal.

Cloud Based: Partially — GenAI Suite asset generation runs server-side; deployed Lenses run on-device.

Platforms: Snapchat, Spectacles, iOS, Android, Web (via Camera Kit).

Best for: Teams building social, shareable AR effects distributed through Snapchat rather than a standalone app.

Editor score: 4.2/5 — free and genuinely AI-native via GenAI Suite, but its social-distribution focus is a narrower fit for a traditional "AR game" than the other six.

Comparison Table

ToolBest ForStarting PriceStandout FeatureAI-MCP SupportAPI Integration
Unity AR FoundationWidest cross-platform AR reachFree (Pro $210/mo at scale)One API across 5 platformsOfficial MCP serverYes — C# package API
Apple ARKitiOS-only depthFree (Developer Program $99/yr)Object Capture photogrammetryNo official MCP foundYes — RealityKit/ARKit API
Google ARCoreFree cross-platform mobile ARFreeScene Semantics ML recognitionNo official MCP foundYes — cross-platform SDKs
PTC Vuforia EngineIndustrial/enterprise object recognitionFree (Premium custom-quoted)Model & Area TargetsNo official MCP foundYes — Engine + Cloud APIs
Niantic Spatial (Lightship)Location-anchored persistent AR$20/mo (Plus)Visual Positioning System (VPS)No official MCP foundYes — SDK + VPS API
EasyARBudget one-time-license option$39/mo or $1,399 one-timePerpetual license optionNo official MCP foundYes — Sense + Cloud Recognition API
Snap Lens StudioSocial AR distributed via SnapchatFreeGenAI Suite asset generationNo official MCP foundYes — Camera Kit SDK

How to Choose

  • Budget model: free tiers (ARKit, ARCore, Lens Studio, Unity Personal) are fine for prototyping, but check what triggers a paid tier before you commit — Unity Pro's revenue threshold is easy to miss until it isn't.
  • Platform reach needed: if you must ship to iOS, Android, and headsets from one codebase, Unity AR Foundation is close to mandatory; if you're iOS-only, ARKit's native depth is hard to beat.
  • Recognition type: generic plane/image tracking is standard everywhere, but recognizing specific real-world objects or large spaces (retail, factory floors) narrows you to Vuforia's Model/Area Targets.
  • Location anchoring accuracy: if your game needs the same AR content to reappear at the same real-world spot for every player, Niantic Spatial's VPS is purpose-built for that; the others are not.
  • AI-assistant workflow: if your team is already building with Claude Code, Cursor, or similar tools, Unity's official MCP server is the only confirmed direct integration in this category.
  • Licensing flexibility: EasyAR's one-time-purchase option is worth a look if you'd rather pay once than commit to an indefinite subscription.
  • Product longevity: confirm the platform is still actively developed for third parties — Meta Spark's January 2025 shutdown for third-party creators is the cautionary tale this category learned the hard way.

What It Actually Costs

For a 3-person indie studio shipping a cross-platform mobile AR game to iOS and Android: building directly on ARKit and ARCore separately costs $0/month in engine fees (just the $99/year Apple Developer Program). Building the same game once in Unity AR Foundation costs $0/month on Unity Personal until the studio crosses $200K in funding or revenue, at which point Unity Pro becomes mandatory at $210/month per seat. Adding Niantic Spatial's VPS for location-anchored gameplay on top of either stack adds $20–$50/month depending on query volume. A studio that needs Vuforia's industrial object recognition should budget for a custom Premium quote rather than assume a fixed number — PTC doesn't publish one.

Final Thoughts

Pick Unity AR Foundation if you need one codebase across the most devices and want an AI-assisted, MCP-integrated workflow. Pick Apple ARKit if you're building iOS-only and want the deepest use of Apple's own hardware. Pick Google ARCore if you want a completely free, cross-platform starting point with real ML-based object recognition. Pick PTC Vuforia if your AR app needs to recognize specific real-world objects or spaces rather than generic surfaces. Pick Niantic Spatial if precise, persistent location anchoring is the core of your gameplay. Pick EasyAR if you'd rather own a perpetual license than pay indefinitely. Pick Snap Lens Studio if your AR experience is meant to live inside Snapchat's social distribution rather than as a standalone app.

Whichever you choose, confirm it's still an actively maintained, independent product before you build on it — Meta Spark's 2025 shutdown for third-party creators is the reminder that even a well-funded platform can disappear.

Sources & References

  • Unity
  • Apple ARKit
  • Google ARCore
  • PTC Vuforia Engine
  • Niantic Spatial
  • EasyAR
  • Snap Lens Studio

Frequently Asked Questions

What is AR game engine software?▾
AR game engine software is a development toolkit — either a full game engine or a focused SDK — that provides motion tracking, environment understanding, and rendering so developers can build augmented reality experiences without writing computer vision code from scratch. Some, like Unity AR Foundation, wrap multiple platform SDKs under one API; others, like ARKit and ARCore, are native to a single platform.
Which AR game engine has official MCP support?▾
Only Unity AR Foundation has a confirmed, official, vendor-published MCP server as of August 2026 — Unity's own MCP server connects Claude Code, Cursor, and similar AI agents directly to the Unity Editor. None of the other six tools in this roundup (ARKit, ARCore, Vuforia, Niantic Spatial, EasyAR, Lens Studio) have a confirmed official MCP server; some may have unofficial community projects, but those weren't credited as vendor-supported here.
Do any of these tools have a public API?▾
Yes, all seven publish some form of developer API or SDK documentation — that's the baseline expectation for this category. The depth varies: ARKit, ARCore, and AR Foundation document extensive native and cross-platform APIs, while Vuforia, Niantic Spatial, and EasyAR each document SDK plus cloud-service APIs, and Snap documents Camera Kit for embedding Lenses outside Snapchat.
Is ARKit or ARCore better for a new project?▾
It depends on your platform target. ARKit goes deeper on iOS-specific hardware (LiDAR, Object Capture photogrammetry) but only runs on iOS/iPadOS. ARCore is free, cross-platform (Android, iOS, Web, Unity), and includes ML-based Scene Semantics object recognition. Most teams building for both platforms use Unity AR Foundation to wrap both under one codebase instead of choosing just one.
What happened to Meta Spark Studio?▾
Meta shut down Spark Studio for third-party creators on January 14, 2025 — AR effects built by outside developers stopped working on that date. It's excluded from this roundup entirely rather than listed as a live option, consistent with this guide's policy of never recommending a discontinued product.
Which of these tools is cheapest for a commercial AR game?▾
Google ARCore and Apple ARKit are both entirely free with no revenue-based licensing trigger, making them the cheapest options for commercial use. Among the paid tools, EasyAR's $39/month Professional tier (or $1,399 one-time) is the lowest-cost path to commercial rights; Niantic Spatial's Plus tier starts at $20/month but locks commercial rights behind its higher Pro tier.
Do these engines support AR headsets, not just phones?▾
Unity AR Foundation is the one in this list built for headsets — it supports HoloLens 2 via OpenXR and Meta Quest via Unity OpenXR: Meta, alongside phone-based ARKit and ARCore. Apple's ARKit also extends to visionOS for Vision Pro spatial apps. The others (Vuforia, Niantic Spatial, EasyAR, Lens Studio) are primarily phone- and web-focused.

Get Your Software Featured on Our Blog

Want your product mentioned in our blog? Reach thousands of active software buyers through editorial coverage on PickMySoft.

Email Us at leads@pickmysoft.comYou can also list your software for free on PickMySoft
Tags:#Comparison
Share:

About the Author

J
James Whitfield

Supply Chain Software Analyst

James has 13 years of experience in logistics and procurement before turning to software evaluation. He tests supply chain and inventory management platforms against real fulfillment and warehousing scenarios.

Supply Chain ManagementInventory SoftwareProcurement ToolsLogistics Platforms
View all posts by James Whitfield →

Related Articles

7

7 Best SIP Trunking Software in 2026

Aug 15, 2026

10 min read

7

7 Best Esports Management Software in 2026

Aug 15, 2026

10 min read

7

7 Best Game Analytics Software in 2026

Aug 15, 2026

11 min read

Categories

  • CRM Software15
  • HR Software27
  • Buying Guides491
  • Clinic Management2
  • Productivity Software15
  • AI & Automation60
  • Analytics & Data19
  • Communication9
  • Corporate Governance2
  • Customer Support & Success12
  • Design & Creative10
  • Development Tools18
  • eCommerce & Retail15
  • Education & Training16
  • Emerging / Miscellaneous4
  • Facilities & Workplace Management9
  • Finance & Accounting16
  • FinTech & InsurTech17
  • Franchise & Multi-Location2
  • Gaming & Telecom4
  • Health & Safety / EHS3
  • Healthcare & Life Sciences13
  • Hosting & Infrastructure2
  • Innovation & Knowledge Management2
  • IT, Security & DevOps36
  • Legal, Compliance & Governance16
  • Manufacturing & Product Lifecycle8
  • Marketing34
  • Media, Content & Publishing7
  • Nonprofit & Government6
  • Physical Security & Access Control4
  • Privacy & Data Governance3
  • Product Management / PLG5
  • Project Management & Collaboration11
  • RevOps & GTM Operations7
  • Supply Chain & Operations15
  • Travel & Corporate Mobility3
  • Vertical / Industry-Specific43

Popular Tags

#AI Tools#Browser Tools#CRM#Chrome Extensions#Clinic Software#Comparison#EHR#HR Software#Healthcare Tech#Productivity#Remote Work#Salesforce#Small Business#Zoho CRM