Implementation comparison
Compare integration patterns for your stack
This page compares the Next.js, Astro, Express, and static HTML examples; it highlights the pattern rendered here.
- WordPressNative PHP plugin, independent of the npm core
- Next.jsnpm adapter plus App Router route handlers
- Astronpm adapter plus server endpoints
- ExpressFramework-agnostic core plus a reference server
- Static HTMLBuild-time assets plus one same-origin MCP functionCurrent example
Static HTML
Integration path
- Install @corsenai/corsen-context in the build and function environment.
- Replace the demo records in content.mjs with your published page records.
- Run npm run build to generate HTML, llms.txt, llms-full.txt, and the browser bridge.
- Deploy public/ and the MCP function on one origin, then verify search_site followed by get_page_content.