diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index f179a49..12bf7fb 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -83,76 +83,6 @@ export default async function HomePage(): Promise { {/* Hero Section - Dithered Design */} - {/* What is TPMJS? Explainer Section */} -
- -
-

- What is TPMJS? -

- -
- {/* The Problem */} -
-

- The Problem -

-

- AI agents need tools (web scraping, file processing, API calls) but developers - must manually import and configure each one. As tooling grows, this becomes - unmanageable—hundreds of imports, version conflicts, and static capabilities. -

-
- - {/* The Solution */} -
-

- The Solution -

-

- TPMJS is a registry that automatically discovers npm packages built for AI - agents. Your agent searches by description and loads tools at runtime—no config - files, no manual imports, always up-to-date. -

-
-
- - {/* How it works - 3 steps */} -
-
-
- 1 -
-

Publish to npm

-

- Add tpmjs-tool keyword to your - package.json and publish normally -

-
-
-
- 2 -
-

Auto-indexed

-

- TPMJS discovers your package within 15 minutes and extracts tool schemas - automatically -

-
-
-
- 3 -
-

Agents discover it

-

- Any AI agent can now find and use your tool by describing what they need -

-
-
-
-
-
- {/* Featured Tools Section */}