A storefront in your folder.

Products. Services. Downloads.
Sell where you write.
Native checkout.

One product per file, or one product per folder

Use a single .md file for simple offers. Use a folder when you need a cover image or a digital file the buyer downloads. Drop the assets in attachments/ and Sentilis picks them up automatically.

~/my-content
market/
├── pro-ui-kit/
│   ├── pro-ui-kit.md
│   └── attachments/
│       ├── image.png        ← Auto-detected cover
│       └── attachment.zip   ← Digital deliverable
└── coaching-session.md      ← Standalone product

Digital products

Sell ebooks, UI kits, presets, audio packs — anything downloadable. Drop the file in attachments/, set a price, and the buyer gets it right after checkout.

market/pro-ui-kit/pro-ui-kit.md
---
name: Pro UI Kit
kind: digital
category: Design Resources
price: 19.99
currency: USD
---

# Pro UI Kit

A comprehensive UI kit for your
next big project. Hundreds of
components, icons, and templates.

## What's included

- 500+ UI components.
- 200+ custom icons.
- Lifetime updates.
Markdown UTF-8

Services

Coaching, consulting, mentoring — list your sessions and get paid directly. No marketplace takes a cut of your time, no scheduling tool to glue to a payment processor.

market/coaching-session.md
---
name: 1-on-1 Architecture Review
kind: service
category: Consulting
price: 250
currency: USD
---

# 1-on-1 Architecture Review

A 90-minute deep dive into your
system design with actionable
recommendations and a written
follow-up summary.

## Who it's for

Senior engineers preparing for
Staff-level interviews or teams
about to launch a new platform.
Markdown UTF-8