networkr
v0.2.0
Published
One-line install for the Networkr SEO network — audit, onboard, and auto-publish SEO blog content to your site. Agent-first, no dashboard.
Maintainers
Readme
networkr
One-line install for the Networkr SEO blog network.
Networkr audits your site, writes SEO-optimised posts on a schedule, and cross-links you with sibling sites in the same network — without a dashboard. This CLI is the install path for humans and agents alike.
Install
npx networkr initThat's it. The CLI prompts for your domain + email, audits your site, lets you pick a writing flavour, generates a sample article for approval, and activates cron publishing. It writes the resulting API key to .env.local and ensures it's gitignored.
Commands
npx networkr init # First-time install — audit, pick voice, activate, mint key
npx networkr status # Show current checklist + next step for this site
npx networkr build-hook set <url> # Register your host's rebuild webhook (Netlify / Vercel / CF / GH Actions)
npx networkr build-hook test # Fire it once to confirm it triggers a real build
npx networkr connect # Open the connect wizard for social, email, ads providers
npx networkr --help # All commands + env variables
npx networkr --version # Print versionWhat you get after init
- A free SEO blog publishing on a cron schedule, written in your picked voice.
- A tenant API key (
nwk_live_...) stored in.env.local— scoped to your network, revocable anytime. - Cross-linking with sibling sites on the network (opt-in, topically matched, DA-band aware).
- SEO audit profile stored by Networkr so the pipeline knows your niche, topics, and on-page issues.
Environment variables
| Variable | Purpose | Default |
|---|---|---|
| NETWORKR_API | Backend URL | https://api.networkr.dev |
| NETWORKR_KEY | Tenant API key (written by init) | — |
| NETWORKR_SITE_ID | Site ID (written by init) | — |
After install
- Add blog rendering if you picked
hostedstorage — fetch fromGET /api/blog/<site_id>/postsand render at/blog+/blog/[slug]. - Set a build hook so new posts appear on your static frontend without a manual redeploy:
npx networkr build-hook set <url>. Works with Netlify, Vercel, Cloudflare Pages, GitHub Actionsrepository_dispatch, Render, Railway, Fly. Verify withnpx networkr build-hook test. - Check state anytime:
npx networkr status.
Links
- networkr.dev — product site
- API docs — full API reference
- Content policy — transparency about AI-assisted content
License
MIT
