agentic-canvas-intro

GenAI Technology Stack

(based on the fantastic work of Raphael Moraes )

Website

NOTE: Content of this website is not mine. Attribution is to Raphael Moraes.

Screenshot 2026-04-08 of Agentic Canvas

Background

I did this experiment to learn about the tech stack and how to create a website with Claude Code from a specification file.

I leveraged Raph’s work to understand how to create a CLAUDE.md file and a repeatable AI-Prompt specification for a website to input into Claude Code.

Raph’s work used the React framework and I transmorgified it to use Sveltekit. It worked. I also played around with adding some tooltips to the AI Tools section so it was easier to learn about all the tools Raph has in his genAI tech stack.

My Process

First, I edited the CLAUDE.md file; see below.

Second, I chatted with Claude about how to create a prompt to get what I wanted.

I then created a sveltekit project:

npx sv create agentic-canvas

(I selected the skeleton project and typescript)

Then I selected the agentic-canvas directory in Claude Code and I started prompting Claude as follows.

Prompts for Claude Code

I have a SvelteKit project. I want to convert the agentic-canvas-react project to Sveltekit. 

I only want the ./agentic-canvas-react/pages/canvas.tsx to be ported to a single AgenticCanvas.svelte component first, then wire it into a SvelteKit route (+page.svelte). 

I only want one page so forget about the NavBar.tsx file. 

Otherwise use all of the specifications in the AI-PROMPT-BUILD-SPEC.md file and build the AgenticCanvas.svelte component modeled after canvas.tsx

For the Tools Reference, on hover, show a brief less than 100 word description of the underlying technology as a tooltip.

Add a github icon button in the upper right corner linked to the github repository: https://github.com/awindest/agentic-canvas

Use position: absolute on the button and make the root <div> a positioning context.

Here is my CLAUDE.md file:

Claude Code Project Rules — llm-timeline

Stack

Critical Rules

Design System

File Structure