Pure knowledge, step by step
Guides, a glossary and ready-to-use implementation instructions. Knowledge resources organized by topic for self-paced work.
Quick concepts
What is Vibe Coding?
A style of building websites/apps based on communicating with AI assistants in natural language (writing prompts), without manual logic programming.
Why is Astro fast?
Because by default it generates 100% static HTML, eliminating unnecessary JavaScript. Only when an element (e.g. a carousel) requires it does it activate a so-called Astro Island.