Skip to content
Roadside Japan
🎲

Admin & AI tools

The control room. Use the AI research assistant to discover and draft new places, then review the queue. These tools run against a local agent server on your machine — see “Run it yourself” below.

102
Published
1
In review
29
Prefectures
102
AI-tagged

🤖 AI research assistant

Not connected

Review queue (1)

Items awaiting moderation. To approve, change approval: pending to published in the file (or use the agent's save step).

  • Sun Messe Nichinan (The Moai of Kyushu)

    attractions · miyazaki · community · community:roadtripper

    Review on GitHub →

Moderation

Removing content = delete the file or revert the commit. Everything is version-controlled.

Run it yourself

cp .env.example .env   # add provider keys (optional)
npm run agent:server   # start the local agent API (:8787)
npm run dev            # start the site, then Connect above

# or one-shot from the CLI:
npm run agent -- research "giant statues in Kyushu"

Works with Ollama (local, free), OpenAI, Anthropic, or Gemini. See docs/AI_AGENTS.md.