awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
open-source-labs avatar

open-source-labs/SvelteStorm

0
View on GitHub↗
1,032 stars·111 forks·Svelte·MIT·1 view

SvelteStorm

SvelteStorm is a specialized integrated development environment built for creating, editing, and debugging Svelte applications. The workspace provides a desktop code editing environment equipped with syntax highlighting, a file directory tree explorer, split-screen document viewing, code search tools, and an integrated terminal for executing shell scripts and terminal commands.

The environment includes dedicated debugging and monitoring tools that generate real-time component hierarchy graphs, track live state values, and record application states to allow stepping backward and forward through data changes. Developers can analyze execution performance metrics, track component render counts, and evaluate web vitals on a dedicated dashboard.

Additional workspace utilities comprise code linting enforcement, built-in reference documentation, and an integrated browser preview for verifying visual layouts and interactive functionality.

Features

  • Svelte Development - Provides an environment built for creating, editing, and building web applications using Svelte.
  • File and Directory Management - Includes a file directory tree explorer that lets developers navigate, organize, and manage project files.
  • State Inspection Interfaces - Displays live component data and updates as application state changes during execution.
  • Collection State Inspection - Inspects real-time component state values during execution to track data changes within applications.
  • Integrated Terminals - Provides an integrated terminal environment for executing shell scripts and managing workspace files.
  • File Explorers - Equips the development environment with an integrated file explorer and search capabilities for managing project files.
  • Source Code Editors - Provides a dedicated source code editor for writing, editing, and modifying project files directly.
  • Time-Travel Debuggers - Allows stepping backward and forward through recorded application states to trace data changes over time.
  • Split Screen Layouts - Supports split-screen file viewing to display multiple documents side by side across the workspace.
  • Code Syntax Highlighting - Applies color-coded syntax highlighting and bracket matching to support multiple programming languages.
  • Hierarchy Visualizers - Generates a real-time component hierarchy graph using tree layouts to map application structure.
  • Desktop Workspace Structuring - Offers an integrated desktop workspace environment for writing, organizing, and managing application source files.
  • Code Search and Navigation - Scans project files and codebases to quickly locate specific terms, functions, or assets.
  • Project Search Tools - Allows searching across project files and codebases to quickly locate specific terms and functions.
  • Application Performance Monitoring - Collects and displays performance metrics and web vitals on a dedicated dashboard during application execution.
  • Component Execution Monitors - Tracks component render counts and web vitals to surface insights into execution speed and efficiency.
  • Web Performance Monitoring - Measures performance metrics and tracks web vitals on a dedicated dashboard to evaluate application efficiency.
  • Interface Bundles Previews - Displays the application inside an integrated browser view to test visual layouts and interactive functionality.

Star history

Star history chart for open-source-labs/sveltestormStar history chart for open-source-labs/sveltestorm

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring SvelteStorm

Hand-picked collections where SvelteStorm appears.
  • open-source code editor
  • Developer tools directory
  • macOS desktop application

Open-source alternatives to SvelteStorm

Similar open-source projects, ranked by how many features they share with SvelteStorm.
  • zalmoxisus/redux-devtools-extensionzalmoxisus avatar

    zalmoxisus/redux-devtools-extension

    13,460View on GitHub↗

    This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for inspecting and modifying application state and actions in real time, serving as an action logger and time travel debugger to troubleshoot application logic. The tool allows users to navigate a chronological history of state changes to replay previous versions of the application or skip specific actions. It also functions as a remote monitoring bridge, streaming Redux state and actions from non-browser environments to a centralized debugging interface. The capability surface in

    JavaScriptdebugdevtoolsextension
    View on GitHub↗13,460
  • gaearon/redux-devtoolsgaearon avatar

    gaearon/redux-devtools

    14,355View on GitHub↗

    Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces for inspecting state trees, monitoring real-time state changes, and dispatching actions. The project features a state time travel debugger that allows for rewinding and replaying sequences of dispatched actions to reproduce specific application states. It includes a remote state monitor to track state changes from sources in environments where local browser access is unavailable. The toolset covers action history replay, state change inspection, and hot-reload development work

    TypeScript
    View on GitHub↗14,355
  • jhen0409/react-native-debuggerjhen0409 avatar

    jhen0409/react-native-debugger

    10,460View on GitHub↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    JavaScript
    View on GitHub↗10,460
  • canop/brootCanop avatar

    Canop/broot

    12,740View on GitHub↗

    Broot is an interactive terminal file manager designed for navigating, searching, and manipulating complex file system hierarchies. It provides a visual tree-based interface that allows users to explore disk contents, manage file operations, and execute shell commands directly within the command line environment. The tool distinguishes itself through real-time fuzzy searching and recursive tree traversal, which filter directory structures as you type to maintain a clear, relevant view of the file system. It integrates version control status directly into the navigation view, displaying branch

    Rustbalanced-bfs-descentcommand-linecommand-line-tool
    View on GitHub↗12,740
See all 30 alternatives to SvelteStorm→

Frequently asked questions

What does open-source-labs/sveltestorm do?

SvelteStorm is a specialized integrated development environment built for creating, editing, and debugging Svelte applications. The workspace provides a desktop code editing environment equipped with syntax highlighting, a file directory tree explorer, split-screen document viewing, code search tools, and an integrated terminal for executing shell scripts and terminal commands.

What are the main features of open-source-labs/sveltestorm?

The main features of open-source-labs/sveltestorm are: Svelte Development, File and Directory Management, State Inspection Interfaces, Collection State Inspection, Integrated Terminals, File Explorers, Source Code Editors, Time-Travel Debuggers.

What are some open-source alternatives to open-source-labs/sveltestorm?

Open-source alternatives to open-source-labs/sveltestorm include: zalmoxisus/redux-devtools-extension — This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for… gaearon/redux-devtools — Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces… jhen0409/react-native-debugger — React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile… canop/broot — Broot is an interactive terminal file manager designed for navigating, searching, and manipulating complex file system… sinelaw/fresh — Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar… nvim-neo-tree/neo-tree.nvim — Neo-tree is an extensible UI component for Neovim that functions as a file explorer, project resource manager, and git…