Pure knowledge, step by step
Guides, a glossary and ready-to-use implementation instructions. Knowledge resources organized by topic for self-paced work.
Web Basics & Setup
Domain selection, DNS, hosting servers, SSL and security.
AI Web Development
AI builders, Vibe Coding, prompting and web automations.
Design & Copywriting
UX/UI principles, sales copy, typography and visual assets.
SEO & Analytics
On-Page SEO, Google Search Console, XML sitemaps and analytics.
Performance & Tech
Core Web Vitals, image optimization, Astro vs WordPress.
Legal & Compliance
GDPR, cookie consent, terms of service and data protection.
Quick Concepts (FAQ)
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 requires it does it activate a so-called Astro Island.