+ Superset vs the Alternatives +
++ See how Superset compares to other AI coding tools — from AI editors + to coding agents to cloud-based AI engineers. +
+ ++ Roundups +
++ Head-to-Head Comparisons +
+No comparisons yet.
+ )} ++ See how Superset compares to other AI coding tools — from AI editors + to coding agents to cloud-based AI engineers. +
+ +No comparisons yet.
+ )} ++ {page.description} +
+ )} + + Updated {formatCompareDate(page.lastUpdated || page.date)} + + + ); +} diff --git a/apps/marketing/src/app/llms-full.txt/route.ts b/apps/marketing/src/app/llms-full.txt/route.ts new file mode 100644 index 00000000000..b3c42d6f950 --- /dev/null +++ b/apps/marketing/src/app/llms-full.txt/route.ts @@ -0,0 +1,111 @@ +import { COMPANY } from "@superset/shared/constants"; +import { getBlogPosts } from "@/lib/blog"; +import { getComparisonPages } from "@/lib/compare"; +import { FAQ_ITEMS } from "../components/FAQSection/constants"; + +function stripMdxSyntax(content: string): string { + return ( + content + // Remove import statements + .replace(/^import\s+.*$/gm, "") + // Remove JSX component tags (e.g. ,