Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Meteor
  3. msavin:jetsetter

msavin:jetsetter

JavaScript

A visual browser-based tool for viewing and modifying Meteor Session variables during development.

GitHubGitHub
185 stars5 forks0 contributors

What is msavin:jetsetter?

JetSetter is a development tool for Meteor that provides a visual interface to view and modify Session variables directly in the browser. It solves the problem of needing to use the console to debug reactive data, making Session variable management faster and more intuitive during development.

Target Audience

Meteor developers who frequently use Session variables for reactive state management and want a more efficient debugging workflow.

Value Proposition

Developers choose JetSetter because it eliminates console-based debugging for Session variables, offers a clean visual interface, and is automatically excluded from production builds to maintain performance.

Overview

Visual Get/Set Tool for Meteor Session Variables

Use Cases

Best For

  • Debugging reactive Session variables in Meteor apps
  • Quickly inspecting current Session states during development
  • Modifying Session values to test UI reactivity
  • Learning how Session variables behave in real-time
  • Reducing console usage for state management debugging
  • Visualizing all active Session variables at once

Not Ideal For

  • Projects using state management libraries other than Meteor's Session (e.g., Redux or Tracker-computed vars)
  • Teams needing production debugging tools that must operate in live environments
  • Developers who require advanced features like historical state tracking or multi-variable watches

Pros & Cons

Pros

Visual Debugging Interface

Provides a browser-based panel to automatically scan, list, and inspect all Session variables, replacing console-based debugging with a clickable interface, as shown in the README screenshots.

Debug-Only Safety

Excluded from production builds to avoid performance overhead, ensuring no impact on live applications, as emphasized in the package description.

Easy Activation

Can be toggled on-demand via keyboard shortcut (Control + M) or programmatically with Session.set, making it accessible without cluttering the UI, per the README.

Plug-and-Play Installation

Installs with a single Meteor command and configures automatically, requiring no additional setup, as described in the installation section.

Cons

Limited to Session Variables

Only supports Meteor's Session API, ignoring other reactive data sources like Minimongo or custom Trackers, which limits its utility in complex state management scenarios.

Basic Free Version

The free version lacks advanced features such as watching reactive dictionaries or inline editing, which are reserved for the paid Pro version, as noted in the README.

Minimal Customization

Offers no options to customize the interface or behavior, making it inflexible for developers needing tailored debugging workflows or integration with other tools.

Frequently Asked Questions

Quick Stats

Stars185
Forks5
Contributors0
Open Issues3
Last commit11 years ago
CreatedSince 2015

Tags

#meteor-package#debugging-tools#development-workflow#reactive-programming#visual-debugging#meteor#session-management

Built With

M
Meteor

Included in

Meteor1.4k
Auto-fetched 17 hours ago

Related Projects

msavin:mongolmsavin:mongol

In-App MongoDB Editor for Meteor (Meteor DevTools)

Stars823
Forks38
Last commit7 years ago
meteor-devtools-evolvedmeteor-devtools-evolved

The Meteor framework development tool belt, evolved.

Stars178
Forks14
Last commit3 months ago
babrahams:constellationbabrahams:constellation

A set of packages to get started with Constellation

Stars32
Forks2
Last commit5 years ago
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub