Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Example Projects

These example projects demonstrate different ways to use Dropley. Each one is a complete, working project that you can inspect and learn from.

Basic HTML

A minimal single HTML page with inline CSS. Best starting point for understanding how Dropley serves single-file projects.

HTML with Assets

A single HTML page that loads external CSS and JavaScript from CDNs. Demonstrates how to use external dependencies in a single-file project.

ZIP Project

A multi-file project with HTML, CSS, JS, and images. Shows proper ZIP structure, relative paths, and asset organization.

Markdown to HTML

An HTML page that uses a Markdown parser library to render content. Demonstrates using JavaScript libraries in Dropley artifacts.