Menu
THE GEO PLATFORM

GEOFlow.

Stop being invisible to AI search. GEOFlow turns your trustworthy knowledge into content that AI answer engines cite, then distributes it across every site you operate.

KNOWLEDGE-FIRST. AI-SEARCH-READY.
MULTI-SITE DISTRIBUTION. ONE WORKFLOW.
OPEN SOURCE. TRUSTWORTHY CONTENT ONLY.

Your content is invisible to AI search. That is a revenue problem.

AI-Search Invisible
Content optimized for blue links is invisible to AI answer engines. No llms.txt, no Schema for LLM consumption, no AI-crawler detection. Your competitors are being cited; you are not.
Fragmented Toolchain
Separate tools for knowledge management, AI generation, review, publishing, and distribution. Every handoff is a failure point that delays your content reaching AI search.
Multi-Site Overhead
Publishing to multiple domains requires manual copy, paste, and sync. No purpose-built system for content distribution at scale.

Knowledge-First RAG

Upload documents. Chunk, embed, and store in pgvector. Every generated article is grounded in your actual source material — not generic AI hallucination.

GEO-Ready Output

llms.txt for LLM crawlers. Schema structured data. Sitemap. AI-crawler detection and trend tracking. Your content, visible to AI search.

Multi-Site Distribution

One click generates a complete deployable site package — homepage, articles, sitemap, llms.txt, CSS. Distribute to unlimited sites via GEOFlow Agent or WordPress REST.

Model Freedom

Works with OpenAI, Gemini, DeepSeek, Zhipu GLM, MiniMax, Volcengine, DashScope, and any OpenAI-compatible provider. Smart failover. No vendor lock-in.

ARCHITECTURE.

Web / Admin
Laravel routes, Blade admin, and a public article site.
API / Agent
Local REST API plus remote PHP Agents for distribution.
Scheduler / Queue
Laravel Scheduler, Redis queue, Horizon, and Reverb WebSocket.
Domain / Jobs
Services, Jobs, and Controllers for AI, RAG, publishing, and distribution.
Persistence
PostgreSQL with pgvector, Redis, and remote JSON/static files.

DATA FLOW.

  1. 01

    Configure AI models, prompt templates, and material libraries.

  2. 02

    Upload documents, chunk them, embed them, and store them in pgvector.

  3. 03

    Create tasks with materials, models, schedules, and publication scope.

  4. 04

    Generate grounded drafts through RAG-backed AI pipelines.

  5. 05

    Review, publish, distribute, and track AI-crawler visibility.

PRICING.

Community
Unlimited
Self-hosted. Full feature set. No limits.
Free (Apache 2.0)
Professional
Unlimited + Support
Community features + priority support, deployment assistance, and configuration review.
$299/mo
Enterprise
Unlimited + SLA
Professional features + custom SLA, dedicated support channel, architecture review, and training.
Custom

DEPLOY IN ONE COMMAND.

git clone https://github.com/yaojingang/GEOFlow.git
cd GEOFlow
cp .env.production .env
docker compose -f docker-compose.prod.yml up -d

# Knowledge base -> AI content -> Multi-site distribution. Self-hosted, full data sovereignty.

DEPLOYMENT.

Docker Compose for development and production. Nginx + PHP-FPM. One-click deployment with server preflight checks.

TRUST.

Apache 2.0 open source. Self-hosted by default. Your knowledge base, your content, your servers. No data leaves your infrastructure by design.

TOKEN101 + GEOFlow.

Token101
Routes and governs Claude API access, including GEOFlow model calls. Edge DLP. Cost governance.
GEOFlow
Produces AI-search-visible content from trustworthy knowledge sources.
Together
Token101 controls model cost, routing, and Edge DLP; GEOFlow turns those governed calls into distributed GEO content.

Start producing AI-search-visible content.

GEOFlow FAQ.

Why GEOFlow vs. WordPress + plugins or Jasper?

WordPress + AI plugins are a patchwork of disconnected tools. Jasper generates content without grounding it in your knowledge base. GEOFlow is a purpose-built, open-source platform that connects knowledge management, RAG-grounded generation, review workflows, and multi-site distribution into one system. No vendor lock-in. Your data stays on your servers.

How is GEO different from SEO?

SEO optimizes for clicks on blue links. GEO optimizes for being cited by AI answer engines such as ChatGPT, Google AI Overviews, and Perplexity. GEOFlow produces llms.txt, Schema structured data, and AI-crawler visibility signals — the infrastructure AI search requires.

Is GEOFlow free?

GEOFlow is open-source under Apache 2.0. Self-host it for free with unlimited usage. Professional and Enterprise tiers add support, SLA, deployment assistance, and architecture review.

What AI models does GEOFlow support?

GEOFlow supports any OpenAI-compatible API and native Gemini endpoints, including DeepSeek, Zhipu GLM, MiniMax, Volcengine Ark, Alibaba DashScope, and more.

Can GEOFlow distribute to WordPress?

Yes. GEOFlow supports GEOFlow Agent packages and WordPress REST API distribution channels, with connection health checks and retry policies.