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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@wix/vibe-restaurants-olo-plugin-files

v0.3.0

Published

1. first implement your headless compoenents 2. implement your componeents / ui components / pages, add them under `src/componenets/restaurants-olo` and `src/componenets/ui/restaurants-olo`. use your headless compoenents to implement your components 3. he

Downloads

333

Readme

Implement components

  1. first implement your headless compoenents
  2. implement your componeents / ui components / pages, add them under src/componenets/restaurants-olo and src/componenets/ui/restaurants-olo. use your headless compoenents to implement your components
  3. headless / ui (shadcn) guidelines: https://github.com/wix-incubator/headless-components/blob/main/docs/api/API.md

Notes: Make sure your headless components are part of picasso main template package.json here: https://github.com/wix-private/picasso/blob/master/packages/picasso-template-image/main/package.json, otherwise PR or ask the picasso team to add them

Test build of zip files to be used by plugin module:

  • build of this package should use something like node scripts/build-zip.js - it should only compress compoentns/restaurants-olo and components/ui/restaurants-olo
  • see zip file ends up ok in dist/statics/
  • see zip is exported ok in index.js as zipPath
  • bump the files package version manually
  • merge to master and make sure a new package is published (public npm package)
  • use this package in vibe-restaurants-olo-plugin and use the zip file from there to be used during the "install" step and copy the files over to the picasso template in runtime

Testing over Wix Vibe main template:

  1. npm run reset-template (re-run this to reset it)

brings and resets the main Wix Wibe template for you to test your components over

  1. npm run bootstrap

This will initialize your dev site for your module Create a site Create a headless component Create a dev center component and install on the site Create a wix.config.json (which you can commit and push) Create a .env.local file connected to your new site and app The site will serve as the site you use in order to view the business information you see when running locally

  1. npm run template-dev

Start the dev server allowing you to start coding, the repo is equipped with a set of cursor rules allowing you to develop the headless component easier, you can adjust them to your liking

  1. npm run template-check && npm run template-build - to make sure there all your components play nicely over the Wix Vibe template

Testing your instructions with LLM (WIP):

  1. open as an individual cursor project
  2. ask agent: integrate all page components in src/components/restaurants-olo to the main router. implement homepage.