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

tabby-tabbyspaces

v0.2.2

Published

Workspaces for Tabby - Visual split-layout workspace editor

Readme

TabbySpaces

Visual workspace editor for Tabby. Create split-layout terminal workspaces without touching config files.

Workspace Editor

Features

  • Visual split editor - Design layouts inline, not in modal dialogs. Split horizontally, vertically, nest to any depth
  • Layout toolbar - Select a pane, then split, add adjacent panes, or delete with toolbar buttons
  • Per-pane configuration - Set profile, working directory, and startup command for each pane
  • One-click launch - Open workspaces instantly from the toolbar dropdown
  • Launch on startup - Auto-open multiple workspaces when Tabby starts
  • Any shell - Works with Bash, Zsh, PowerShell, Nushell, cmd, WSL, and any other shell Tabby supports

About this project

This plugin was written 100% by Claude Code.

Igor Halilovic had the idea and provided product direction. He hates Angular so much (19 years of web dev, wrote his own TypeScript framework) that he didn't look at this code. Not once. He told Claude Code what he wanted, Claude Code built it.

Human provides the what and why. AI handles the how.

Here's the fun part: to test this plugin, we built tabby-mcp - an MCP server that lets Claude Code interact with Tabby via CDP. So the AI that built TabbySpaces can now test it too. Full circle.

Install

From Tabby Plugin Manager: Settings > Plugins > Search "tabbyspaces" > Install

Manual:

cd ~/.config/tabby/plugins  # or %APPDATA%\tabby\plugins on Windows
npm install tabby-tabbyspaces

Restart Tabby after installation.

Quick Start

  1. Open settings - Settings > TabbySpaces
  2. Create workspace - Click "New Workspace", name it
  3. Design layout - Click a pane to select it, use toolbar to split (horizontal/vertical)
  4. Configure panes - Click a pane (or use its context menu) to set profile, cwd, startup command
  5. Save and launch - Save changes, then click "Open" or use the toolbar dropdown

Roadmap

  • Hotkey support for quick workspace switching
  • Pane presets (saved configurations for quick adding)
  • Resize panes in editor (adjust split ratios)
  • Drag and drop panes (reorganize layout by dragging)

Tech

  • Angular 15 (Tabby's framework)
  • TypeScript 4.9
  • Webpack 5
  • Pug templates, SCSS styles

Community

Contributing

PRs welcome! See CONTRIBUTING.md for setup instructions.

All PRs go to the dev branch. CI checks the build automatically.

License

MIT