Media kits for company sites
Press Kit

Press kits you control, on your site

Author as many media kits as you need inside NodeDa Work — then pull boilerplate, logos, colors, and contacts onto your marketing site with a dedicated HTTP API. Available on every plan.

Authoring

One kit, or twenty

Structured fields journalists expect — without locking you into a hosted public page.

Unlimited kits

Create a brand kit, a product-launch kit, a regional kit, or an investor kit — as many as the story needs. Each kit has its own slug so your site can fetch the right one.

Journalist-ready fields

Boilerplate, tagline, headquarters, founded year, industry, facts, media contacts, and related links — structured so your marketing site can layout them without parsing a blob of HTML.

Logos and brand colors

Attach light, dark, icon, and wordmark assets by URL, plus named hex colors. Your site picks the variant that matches its theme.

Media contacts

Name, title, email, and phone for up to 20 contacts per kit so press pages stay current without a CMS ticket.

Publish & API

Draft in Nrova, render anywhere

Publish when it's ready. Your site fetches JSON from the unified API.

Draft / publish

Drafts stay admin-only. Publish stamps publishedAt; unpublish returns the kit to draft so the public API no longer returns it.

Your site, your layout

Press Kit does not host a public page. You own presentation — we ship JSON over the unified API so any site, CMS, or static build can render it.

HTTP API first

GET /v1/organizations/{orgId}/press-kits lists published kits. GET …/press-kits/{slug} returns one kit. Write scopes cover create, update, and delete.

Same access model as Newsroom

Included on every plan. Org admins can still turn the app off. Developer keys use presskits:read and presskits:write.

How it works

Three steps from draft to your homepage

Author once. Fetch by slug on every kit page.

1

Click “New kit”

A draft opens immediately. Fill in identity, boilerplate, logos, colors, and contacts — no modal ceremony.

2

Save & publish

Publishing makes the kit visible to members and to API keys with presskits:read. The slug is stable so your site URLs stay put.

3

Fetch it from your site

Call GET …/press-kits/{slug} with a Developer API key. Copy the full reference from Developer → API docs → Press Kit.

FAQ

Frequently asked questions

What is NodeDa Work Press Kit?
NodeDa Work Press Kit is a media-kit authoring surface. Organizations create as many kits as they need — brand, product launch, regional, investor — with boilerplate, logos, brand colors, facts, links, and media contacts. Kits stay drafts until published.
How much does NodeDa Work Press Kit cost?
Press Kit is included on every plan — free, Pro, and Enterprise. Org admins can still turn the app off under Application access.
Can we create more than one kit?
Yes. There is no product cap on the number of kits. Each kit has its own slug so your site can fetch GET /v1/organizations/{orgId}/press-kits/{slug}.
Is there a hosted public press page?
No. Press Kit is API-first: you own layout on your marketing site. The dashboard is for authoring and publishing. Fetch published kits with presskits:read.
Is there an API?
Yes. The Press Kit HTTP API lives at /v1/organizations/{orgId}/press-kits on Cloud Function pressKitApi, routed through the unified api.nodeda.com gateway. Use presskits:read for published list/get, or presskits:write for drafts plus create/update/delete. Developer → API docs → Press Kit has curl examples and a Copy all references bundle. There is no NodeDa Kit client for this surface yet.

Ship a press kit this afternoon

Press Kit ships on every plan, including free. Create a kit, publish it, and GET it from your site.