Softwr

Maps · head to head

Potree vs Vuetify

Potree logo

Potree

Maps

Open source WebGL viewer for publishing very large point clouds in a browser

From
Free
Rated
-
Vuetify logo

Vuetify

Libraries

Material Design component framework for Vue, MIT licensed with paid support subscriptions available

From
Free
Rated
-

The short version

  • Each has a real cost: Potree there is no vendor, no support contract and no service level, so anything you build on Potree is your organisation’s responsibility to maintain when a browser update breaks rendering.; Vuetify the Vue 3 migration left users stranded for an extended period between an unsupported version two and an incomplete version three, which is documented evidence of the cost of the next major version.
  • They diverge on capability: Potree covers Octree streaming, Vuetify covers Wide component range.
  • Prices and features above were last checked on 1 September 2026.

Where they differ

Only the attributes on which Potree and Vuetify actually diverge.

Attributes where Potree and Vuetify differ
AttributePotreeVuetify
PlatformsWeb, Windows, macOS, LinuxWeb
CategoryMapsLibraries

Identical on both: starting price (Free), pricing model (Open source, no licence fee), free tier (Yes), user rating (Not yet rated).

What each one covers

Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.

Only in Potree

  • Octree streaming
  • Large dataset rendering
  • Measurement tools
  • Clipping and profiles
  • Annotations
  • Attribute colouring
  • PotreeDesktop
  • Self-hosting

Only in Vuetify

  • Wide component range
  • Material Design implementation
  • Theming and design tokens
  • Treeshaking and auto import
  • Layout system
  • Commercial support

What people use each for

The jobs each tool is most often brought in to do.

Potree

  • A drone survey firm delivering a point cloud to a client who has no desktop software, by publishing a browser viewer link instead of a 40 GB LAZ filenot Vuetify
  • A heritage or archaeology project publishing a scanned site for public access without paying per-gigabyte hosting to a commercial platformnot Vuetify
  • An engineering consultancy embedding a point cloud viewer inside its own client portal without licensing a commercial web viewernot Vuetify
  • A university or research group that needs measurement and profiling in a shareable viewer for a dataset too large to emailnot Vuetify

Vuetify

  • A Vue application that needs a full component set without assembling one from several librariesnot Potree
  • Internal tools where Material Design is an acceptable and familiar visual languagenot Potree
  • Teams that want an option to buy support for an open source library rather than relying on issue queuesnot Potree
  • Data heavy Vue interfaces needing tables, pickers and dialogs from a single maintained sourcenot Potree

Where each one falls short

Documented limitations, not opinions. Every one is a constraint you would hit in normal use.

Potree

  • There is no vendor, no support contract and no service level, so anything you build on Potree is your organisation’s responsibility to maintain when a browser update breaks rendering.
  • Conversion is a separate manual step with PotreeConverter, and building an automated publishing pipeline around it is engineering work the project does not provide.
  • Rendering quality and performance depend on the client machine and WebGL support, so a client on a locked-down corporate laptop with poor graphics may see a viewer that stutters or fails outright.
  • A WebGPU rewrite, Potree-Next, is in progress and is not a drop-in upgrade, so current integrations face an eventual migration with no vendor to manage it.
  • There is no access control, user management or audit layer; anyone with the URL sees the data unless you build authentication around the static files yourself, which is a real problem for confidential sites.

Vuetify

  • The Vue 3 migration left users stranded for an extended period between an unsupported version two and an incomplete version three, which is documented evidence of the cost of the next major version.
  • It commits the application to Material Design, and restyling it into a distinctive brand means overriding a design system rather than building one, which is more work than starting from unstyled primitives.
  • The bundle is large by component library standards, and while treeshaking helps, a Vuetify application will not match a hand assembled component set on payload.
  • The project depends on a small company rather than a large one, so continuity rests on the sponsorship and support business remaining viable.
  • Accessibility varies by component and no published conformance audit is offered, so buyers with a conformance obligation must test rather than rely on the Material Design association.

Pricing, plan by plan

Potree

Free
  • PotreeFree
    • BSD-style open source licence
    • Unlimited datasets and viewers
    • Self-hosted on any static web server

Vuetify

Free
  • Vuetify$undefined/year
    • MIT licensed with every component free for commercial use
    • Optional paid subscriptions provide support and prioritised issues rather than unlocking features

Which should you pick?

Choose Potree if

  • You need octree streaming.
  • You want to start without paying.
  • You work on Web, Windows, macOS, Linux.
  • You also want large dataset rendering.

Choose Vuetify if

  • You need wide component range.
  • You want to start without paying.
  • You also want material design implementation.

Questions people ask

Is Potree or Vuetify better?
Neither clearly leads. Potree starts at Free and Vuetify at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
Which is cheaper, Potree or Vuetify?
Potree starts at Free and Vuetify at Free.
Does Potree or Vuetify run on more platforms?
Potree runs on Web, Windows, macOS, Linux. Vuetify runs on Web.
Can I use Potree for free?
Both have a free tier, so you can try either at no cost before committing.
What is Potree best used for?
Potree is most often used for a drone survey firm delivering a point cloud to a client who has no desktop software, by publishing a browser viewer link instead of a 40 gb laz file, a heritage or archaeology project publishing a scanned site for public access without paying per-gigabyte hosting to a commercial platform, an engineering consultancy embedding a point cloud viewer inside its own client portal without licensing a commercial web viewer, a university or research group that needs measurement and profiling in a shareable viewer for a dataset too large to email. Of those, a drone survey firm delivering a point cloud to a client who has no desktop software, by publishing a browser viewer link instead of a 40 gb laz file and a heritage or archaeology project publishing a scanned site for public access without paying per-gigabyte hosting to a commercial platform are not what Vuetify is typically brought in for.
What can Potree do that Vuetify cannot?
Potree covers Octree streaming, Large dataset rendering, Measurement tools, Clipping and profiles. Vuetify covers Wide component range, Material Design implementation, Theming and design tokens, Treeshaking and auto import.

Answered from the vendors’ own pages

Potree: Does Potree cost anything?

No. It is open source and free. You supply the hosting, which for a static viewer is inexpensive.

Vuetify: Is Vuetify free for commercial use?

Yes, MIT licensed with no gated components. The paid subscriptions buy support, not features.

Potree: Is there commercial support?

No. There is no vendor and no support contract. Support is GitHub issues and the community.

Vuetify: How risky is the next major version?

Judge by the last one. The Vue 2 to Vue 3 transition took years to reach parity, so budget for a real migration when Vue moves again.

Potree: Who maintains it?

It originated at TU Wien and is maintained principally by Markus Schütz, with community contributions.

Vuetify: Can it be restyled away from Material Design?

Partially, through themes and SASS variables, but the underlying interaction and spacing remain Material. If you need a distinctive brand, start elsewhere.

Potree: Can it handle very large clouds?

Yes, hundreds of millions of points, because PotreeConverter builds a multi-resolution octree that streams only what is visible.

Potree: Is my data private?

Only if you make it so. Potree serves static files with no built-in authentication, so access control is entirely your responsibility.

Share

Related pages

Other head to heads