Lewati ke konten
Halaman ini diterjemahkan secara otomatis dari bahasa Inggris. Kualitas mungkin bervariasi.Laporkan masalah

Colophon

Konten ini belum tersedia dalam bahasa Anda.

This page describes how the AI Workshop was created and the technologies behind it.

Astro - A modern web framework optimized for content-rich websites. Fast, flexible, and built for the edge.

Starlight - Astro’s official documentation theme, providing beautiful, accessible, and responsive design out of the box.

starlight-theme-rapide - A custom Starlight theme for enhanced visual polish.

Inter by Rasmus Andersson - A carefully crafted typeface designed for user interfaces. Optimized for screens and highly legible.

Instrument Serif on the landing page.

GitHub Pages - Free, reliable hosting directly from the GitHub repository.

PostHog - Privacy-focused product analytics to understand how people use this guide and improve the learning experience.

Git & GitHub - Source code management and collaboration.

This entire workshop was built using Claude Code - practicing what we preach! The guide itself is a testament to AI-assisted development.

This work is licensed under CC BY-NC-SA 4.0.

You’re free to share and adapt this content for non-commercial purposes, as long as you give credit and share your adaptations under the same license.

Kenneth Mark Dsouza - Concept, content, and development.

This project is open source and available on GitHub:

github.com/inosaint/ai-workshop

Contributions, suggestions, and feedback are welcome!

ai-workshop/
├── src/
│ ├── content/docs/ # All workshop content
│ ├── components/ # Custom components
│ └── styles/ # Custom CSS
├── astro.config.mjs # Astro configuration
└── package.json # Dependencies
  1. Content written in Markdown/MDX
  2. Astro builds static HTML
  3. Deployed to GitHub Pages
  4. Available at kenneth.dsouza.im/ai-workshop

Curious about the code? Check out the GitHub repository to see how everything works!