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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 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·6 vues

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.

Historique des stars

Graphique de l'historique des stars pour open-source-labs/sveltestormGraphique de l'historique des stars pour open-source-labs/sveltestorm

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait open-source-labs/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.

Quelles sont les fonctionnalités principales de open-source-labs/sveltestorm ?

Les fonctionnalités principales de open-source-labs/sveltestorm sont : Svelte Development, File and Directory Management, State Inspection Interfaces, Collection State Inspection, Integrated Terminals, File Explorers, Source Code Editors, Time-Travel Debuggers.

Quelles sont les alternatives open-source à open-source-labs/sveltestorm ?

Les alternatives open-source à open-source-labs/sveltestorm incluent : 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…

Alternatives open source à SvelteStorm

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec SvelteStorm.
  • zalmoxisus/redux-devtools-extensionAvatar de zalmoxisus

    zalmoxisus/redux-devtools-extension

    13,460Voir sur 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
    Voir sur GitHub↗13,460
  • gaearon/redux-devtoolsAvatar de gaearon

    gaearon/redux-devtools

    14,355Voir sur 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
    Voir sur GitHub↗14,355
  • jhen0409/react-native-debuggerAvatar de jhen0409

    jhen0409/react-native-debugger

    10,460Voir sur 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
    Voir sur GitHub↗10,460
  • canop/brootAvatar de Canop

    Canop/broot

    12,740Voir sur 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
    Voir sur GitHub↗12,740
Voir les 30 alternatives à SvelteStorm→

Collections incluant SvelteStorm

Sélections manuelles où SvelteStorm apparaît.
  • Éditeur de code open source
  • Developer tools directory
  • Application de bureau macOS