Building blocks for making progressive and future-proof websites. Components collection features Astro, HTML, SCSS, JS, TS… Configurations features ESLint, Prettier, Stylelint…
Web Garden is an innovative toolkit designed for developers aiming to create progressive and future-proof websites. With a comprehensive collection of components that leverage modern technologies such as Astro, HTML, SCSS, JavaScript, and TypeScript, it offers a robust foundation for building highly functional web applications. Additionally, its focus on configurations such as ESLint, Prettier, and Stylelint enhances code quality and consistency, making it an appealing option for both novice and experienced developers.
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.
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.
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.