AstroSpect

screenshot of AstroSpect
astro
react
vite
scss

A Chrome DevTools extension for Astro developers

Overview:

AstroSpect (Astro Inspection) is a Chrome Developer Tool Extension designed to enhance the process of inspecting and debugging Astro websites. It offers a tree diagram view of all elements on a page, including static HTML files and Astro Islands. Developers can efficiently navigate through elements, view component information, and debug their projects with ease.

Features:

  • Tree Diagram View: Display all elements on a page in a tree diagram format.
  • Islands Only Tab: View only Astro Islands, including information about components.
  • Expand and Collapse: Options to easily open and close tree nodes.
  • Search Function: Quickly navigate through elements using the search feature.
  • Compatibility: Works with Astro, React, Sass, TypeScript, and Webpack.

Summary:

AstroSpect is a valuable tool for developers working on Astro websites, offering a streamlined approach to inspecting and debugging their projects. With features like tree diagram view, component details display, and search functionality, developers can enhance their workflow efficiency. By integrating with other frameworks like React, Preact, Svelte, Vue, Solid, and Lit, AstroSpect provides insightful insights into the architecture of Astro websites. Through easy installation and user-friendly interface, AstroSpect aims to simplify the development process for web developers.

astro
Astro

Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.