Example gallery
Start from working code, not a blank folder. Every example below maps to a digs new template you can scaffold in one command, and links to the example repo it's based on.
digs new <template> my-project # free, no chain, no spend
cd my-project && digs dev # preview on the real read path
Two front doors, same templates
You can scaffold these from the dig-store CLI (digs new) or straight from npm with npm create dig-app@latest my-project -- --template <template>. See Scaffold an app for the full template list and how the two front doors compare.
Repo links are placeholders during pre-release
The digs new <template> commands are live today. The example repository links are placeholders while the gallery is being assembled — they're marked (coming soon) below. The templates themselves ship with the CLI, so you can scaffold and run every one of these now.