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

@ownmail/app

v0.7.0

Published

The OwnMail mailbox and calendar app for Cloudflare Workers and Node hosting

Downloads

2,951

Readme

@ownmail/app

The deployable mailbox and calendar app behind OwnMail. It runs on Cloudflare Workers, Vercel, Netlify, or a local Node server and is powered by Nylas Agent Accounts.

This is the power-user half of OwnMail: a real app codebase for people who want their inbox to look, behave, and deploy their way.

OwnMail's local mock inbox with The Dispatch open, divided diagonally between light and dark modes

Most people should start with the CLI:

npx ownmail

The CLI provisions the required Nylas resources, configures the chosen runtime, then deploys or starts this app. Reach for this package directly when you want to develop, customize, or host an ejected OwnMail app yourself.

Cloudflare uses its bound KV namespace for sessions and realtime counters. Guided Vercel deployments use an Upstash Redis resource connected through the Vercel Marketplace. Other Node deployments remain stateless unless both UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN are configured.

Start simple, then take control

ownmail eject ./my-ownmail
cd my-ownmail
pnpm install
pnpm dev

That starts the ejected project's own development server. Configure the environment values in .env.example before exercising the real Nylas flow. The repository-only mock UI is available from the repository root below.

Documentation

Local development

From the repository root, start the UI with local mock data:

pnpm --filter @ownmail/app dev:ui

For a real Nylas integration, configure the environment variables documented in the quickstart and run:

pnpm --filter @ownmail/app dev:local

Do not commit credentials or deployment secrets. Production secrets belong in your hosting provider's secret manager.

License

MIT