A visual browser-based tool for viewing and modifying Meteor Session variables during development.
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.
Meteor developers who frequently use Session variables for reactive state management and want a more efficient debugging workflow.
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.
Visual Get/Set Tool for Meteor Session Variables
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
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.
Excluded from production builds to avoid performance overhead, ensuring no impact on live applications, as emphasized in the package description.
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.
Installs with a single Meteor command and configures automatically, requiring no additional setup, as described in the installation section.
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.
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.
Offers no options to customize the interface or behavior, making it inflexible for developers needing tailored debugging workflows or integration with other tools.