dev.ismaili.de

Welcome to easy-web

Auf Deutsch lesen

What is easy-web?

easy-web is a modular toolkit for creating modern websites. Built on Astro, it provides a curated collection of reusable components that can be flexibly combined. Whether you are building a portfolio, a business site, or a blog, easy-web delivers the building blocks to get you there quickly and efficiently.

Component-Based Approach

At its core, easy-web offers a library of UI components designed around the principle of reusability. Each component — from navigation and hero sections to contact forms — works independently and can be configured through well-defined properties.

Instead of designing every page from scratch, you select the right building blocks and assemble them. This saves time while ensuring a consistent look and feel across all pages.

Design Tokens for Consistent Styling

easy-web uses design tokens to manage colors, fonts, spacing, and other visual properties in a centralized way. Design changes are made in a single place and automatically propagate throughout the entire website.

This system makes it possible to create custom themes without modifying component code. You define your brand colors, typography, and spacing — easy-web takes care of the rest.

Multilingual from the Start

Internationalization is not an afterthought but a core principle of easy-web. Every page and piece of content can be provided in multiple languages. Translations are linked through a shared key, so language versions are automatically connected to each other.

Language switching, URL structure, and metadata are fully managed by the framework.

Why Astro?

Astro generates static HTML pages by default, delivering excellent load times. JavaScript is only used where it is actually needed. The result is fast, accessible websites that satisfy both search engines and visitors.

easy-web builds on these strengths and adds a structured development experience that makes getting started easy while providing enough flexibility for ambitious projects.