{"id":40853165,"url":"https://github.com/littlebearapps/wpnav-template","last_synced_at":"2026-01-21T23:42:37.422Z","repository":{"id":328742617,"uuid":"1115668487","full_name":"littlebearapps/wpnav-template","owner":"littlebearapps","description":"Starter template for WP Navigator projects - manage WordPress sites with AI assistants","archived":false,"fork":false,"pushed_at":"2025-12-15T05:09:59.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-17T19:59:55.528Z","etag":null,"topics":["ai-assistant","mcp","template","wordpress","wpnav"],"latest_commit_sha":null,"homepage":"https://wpnav.ai","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/littlebearapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T10:03:29.000Z","updated_at":"2025-12-15T05:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/littlebearapps/wpnav-template","commit_stats":null,"previous_names":["littlebearapps/wpnav-template"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/littlebearapps/wpnav-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebearapps%2Fwpnav-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebearapps%2Fwpnav-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebearapps%2Fwpnav-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebearapps%2Fwpnav-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/littlebearapps","download_url":"https://codeload.github.com/littlebearapps/wpnav-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littlebearapps%2Fwpnav-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28646953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-assistant","mcp","template","wordpress","wpnav"],"created_at":"2026-01-21T23:42:37.353Z","updated_at":"2026-01-21T23:42:37.415Z","avatar_url":"https://github.com/littlebearapps.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Navigator Project Template\n\nA starter template for managing WordPress sites with AI assistants using [WP Navigator](https://wpnav.ai).\n\n## Quick Start\n\n1. **Use this template** - Click \"Use this template\" to create your own repository\n2. **Install the plugin** - Download and activate WP Navigator on your WordPress site\n3. **Configure credentials** - Run `npx wpnav configure` to connect to your site\n4. **Take a snapshot** - Run `npx wpnav snapshot site` to capture your site state\n5. **Start collaborating** - Open this folder in Claude Code or Codex and ask for help!\n\n## Project Structure\n\n```\nmy-wp-project/\n├── wpnavigator.jsonc       # What you WANT your site to look like (your intent)\n├── snapshots/              # What your site looks like NOW (read from WordPress)\n│   ├── site_index.json     # Full site structure\n│   └── pages/              # Individual page snapshots\n├── roles/                  # Custom AI roles (optional)\n├── docs/                   # Project documentation\n├── sample-prompts/         # Ready-to-use AI prompts\n└── .gitignore              # Ignores credentials\n```\n\n## How It Works\n\n1. **Your WordPress site** - Where your real content and pages live\n2. **This project folder** - Stores snapshots (current state) and manifest (desired state)\n3. **Your AI assistant** - Reads these files, helps you plan changes\n4. **WP Navigator** - Safely applies changes to WordPress\n\nThe AI never talks directly to your live site - it only edits files in this folder.\nYou stay in control.\n\n## Commands\n\n```bash\nnpx wpnav configure       # Set up WordPress connection\nnpx wpnav status          # Check connection status\nnpx wpnav snapshot site   # Capture site structure\nnpx wpnav diff            # Compare manifest vs WordPress\nnpx wpnav sync --dry-run  # Preview changes (safe)\nnpx wpnav sync            # Apply changes to WordPress\n```\n\n## Example AI Prompts\n\nStart a conversation with your AI assistant:\n\n\u003e \"Read wpnavigator.jsonc and help me review my site configuration\"\n\n\u003e \"I want to add a new About page with a team section and contact form\"\n\n\u003e \"Review my site's SEO settings and suggest improvements\"\n\nSee `sample-prompts/` for more ready-to-use prompts.\n\n## Documentation\n\n- [WP Navigator Docs](https://wpnav.ai/docs)\n- [CLI Reference](https://wpnav.ai/docs/cli)\n- [Getting Started Guide](https://wpnav.ai/start)\n\n## Support\n\n- [Help Center](https://wpnav.ai/help)\n- [GitHub Issues](https://github.com/littlebearapps/wp-navigator-mcp/issues)\n- [Community Discussions](https://github.com/littlebearapps/wp-navigator-mcp/discussions)\n\n---\n\nMade with WP Navigator by [Little Bear Apps](https://littlebearapps.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlebearapps%2Fwpnav-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittlebearapps%2Fwpnav-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittlebearapps%2Fwpnav-template/lists"}