# Kilnwood — marketplace for handmade & vintage goods

Kilnwood is a small marketplace where makers list handmade ceramics, textiles, woodwork and well-kept vintage items, and buyers contact sellers directly. There is no checkout and no commission: Kilnwood handles discovery and introductions, while payment and delivery are arranged between buyer and seller.

## What you can do here

- Browse every current listing, with title, description, price, category, condition and photo.
- Search listings by keyword and filter by category (ceramics, textiles, woodwork, vintage, other).
- Open a listing to see the seller's public profile and a contact link.
- Create a free account to list your own items and mark them sold.

## For agents

Everything visible on the site is also available as public JSON, with no API key:

- `GET https://market-share-joy.lovable.app/api/public/v1/listings?q=&category=&limit=&offset=`
- `GET https://market-share-joy.lovable.app/api/public/v1/listings/{id}`
- `GET https://market-share-joy.lovable.app/api/public/v1/categories`
- `POST https://market-share-joy.lovable.app/api/public/ask` — natural-language query (NLWeb)

Machine-readable references: [openapi.json](/openapi.json), [llms.txt](/llms.txt), [pricing.md](/pricing.md), [auth.md](/auth.md), [agents.md](/agents.md).

## Pricing

Browsing, searching, listing items and the public API are free. See [pricing.md](/pricing.md).
