feat: reposition to self-hosted file-processing infrastructure (#469)

Leads public copy with self-hosted file-processing infrastructure and demotes tool count to a proof point across README, docs, llms.txt, DockerHub, and the landing site. Adds a /self-hosted hub plus 7 job-intent SEO pages with a build-time validator, deepens the flagship /alternatives pages, adds a remove.bg page, three shared components, and landing e2e coverage.
This commit is contained in:
SnapOtter
2026-07-10 13:26:41 +08:00
committed by GitHub
parent 331e3bfde0
commit af011d5538
24 changed files with 1051 additions and 31 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "astro dev --port 1350",
"prebuild": "../../apps/api/node_modules/.bin/tsx scripts/generate-redirects.mjs",
"prebuild": "../../apps/api/node_modules/.bin/tsx scripts/generate-redirects.mjs && ../../apps/api/node_modules/.bin/tsx scripts/validate-use-cases.ts",
"build": "astro build",
"preview": "astro preview --port 1350",
"lint": "biome check src/",