npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

create-webar-app

v0.1.4

Published

Scaffold Open WebAR apps by tracking mode.

Downloads

177

Readme

create-webar-app

Create powerful browser-based AR experiences in minutes using real, working examples.

Why This Repo Matters

If you are exploring WebAR, typical pain points are:

  • WebAR setup feels complex and fragmented
  • Boilerplate repeats from project to project
  • You need quick proof-of-concept demos, not long setup cycles
  • Browser delivery is preferred over native app installs
  • You need to show results fast to clients and stakeholders

This CLI solves that by generating ready-to-run projects for major tracking modes supported by WebAR.Studio.

Who Is This For?

  • Web developers building immersive sites
  • Marketing and creative teams launching AR campaigns
  • E-commerce teams prototyping try-on and product preview experiences
  • Educators and students learning AR with real projects
  • Startups validating AR product ideas quickly

What's Inside

  • AR 360 templates
  • Face mesh tracking templates
  • Marker-based image tracking templates
  • QR anchored tracking templates
  • WebXR surface tracking templates
  • Multi-tracking ready samples (up to 100 images and QR codes)

Usage

npx create-webar-app my-ar

Modes

npx create-webar-app my-ar --mode image
npx create-webar-app my-ar --mode face
npx create-webar-app my-ar --mode qr
npx create-webar-app my-ar --mode webxr
npx create-webar-app my-ar --mode ar-360

Short flags:

npx create-webar-app my-ar --image
npx create-webar-app my-ar --face
npx create-webar-app my-ar --qr
npx create-webar-app my-ar --webxr
npx create-webar-app my-ar --ar360

Tracking Types Breakdown

ar-360

Type: 360 environment tracking (device orientation)
Use case: immersive panoramic scenes without marker or plane detection
Ideal for: virtual tours, interactive storytelling, product showcases in skybox

face

Type: Face mesh tracking
Use case: overlay AR content on user face landmarks
Ideal for: face filters, virtual try-on, selfie effects

image

Type: Marker-based image recognition
Use case: attach AR content to printed visuals
Ideal for: brochures, posters, business cards, packaging

qr

Type: QR code anchored tracking
Use case: use QR as an AR anchor in scene
Ideal for: print-to-AR campaigns, events, education triggers

webxr

Type: Real-world surface tracking via WebXR
Use case: detect planes and place digital objects in physical space
Ideal for: product placement previews, AR furniture, persistent spatial AR

Note: WebXR mode requires compatible browsers and HTTPS.

Tracking Modes Comparison

| Tracking Mode | Markerless | Image/QR Required | Best For | Browser Support | | --- | --- | --- | --- | --- | | ar-360 | Yes | No | 360 tours, immersive scenes | Modern mobile browsers | | face | Yes | No | Face filters, try-ons | Front-camera supported browsers | | image | No | Yes | AR on printed materials | WebGL/WebRTC capable browsers | | qr | No | Yes | QR-triggered AR campaigns | Camera-capable browsers | | webxr | Yes | No | Surface tracking, product previews | WebXR-supported browsers |

Extra options

  • --template <name> and --type <name> map to mode.
  • --pm npm|pnpm|yarn
  • --install / --no-install
  • --yes

API Key

Generated apps include .env with a test VITE_API_KEY:

  • Can be used for development and commercial projects.
  • Test key limit: up to 15000 views per month per domain.

Support and API key requests

Main repo: https://github.com/WebAR-Studio/open-webar-sdk