Skip to content

Tutorials

The step-by-step how, kept off the option pages so they stay short. Each one opens with what you'll need, gives the exact sentence to say to your agent, then the manual path if you'd rather click. Shared prerequisites are written once and linked from every option that needs them.

Start here

  • Set up Claude Code — the agent that does the rest of these for you. Almost every other tutorial assumes this is done.
  • How to ask your agent — what to say, and how to tell when it's gone off track.

GitHub

Deploy a website

Documents & knowledge

  • Share a Google Doc — get a doc in front of someone, and move your agent's Markdown in and out cleanly.
  • Share a Notion page — get a page, table, or database in front of someone — by name, by link, or published to the web — with your agent building the structure.
  • Publish a docs site — turn a folder of markdown into a browsable, searchable website your agent builds and puts online.
  • Share a Google Drive folder — hand over a whole folder behind one link, so every file inside — and anything you add later — comes with it.

Data & forms

  • Share a Google Sheet — get a list, tracker, or set of figures in front of someone, and wire your agent in to read and write it by code.
  • Make a form to collect input — stand up a form that gathers answers from a crowd, landing each one as a row your agent can read and act on.

Claude Artifact

Reconstruction prompt

Shared workspaces & notebooks

  • Share an AI project — stand up one shared space — same files, instructions, and chats — so a group works inside it (Claude or ChatGPT).
  • Share a Colab notebook — put a runnable Python notebook behind one link, so the recipient can open and re-run it in the browser with no install.
  • Share & run on Replit — hand over a browser coding workspace anyone can open, run, and edit — and optionally publish as a live app.

Agent extensions

Models, data & APIs

  • Share on the Hugging Face Hub — put a model's weights or a dataset's files at a huggingface.co/... address, pulled into someone's code in one line — public, private, or gated.
  • Build and share an API — stand up a small service other people call from their own code, with an interactive docs page and an API-key lock.
  • Build and share with Lovable — describe a multi-page web app in chat, publish it to a live link, and optionally let others remix it into their own account.