git404hub

what is agentic fr?

transitive-bullshit/agentic — explained in plain English

Analysis updated 2026-05-18

18,126TypeScriptAudience · developerComplexity · 4/5Setup · hard

tl;dr

A marketplace for AI tools where developers could publish APIs and charge other developers for using them, with built-in billing and a curated catalog.

vibe map

mindmap
  root((repo))
    What it does
      Tool marketplace
      Monetization layer
      Curated catalog
    How it works
      HTTP APIs
      MCP protocol
      Stripe billing
    Infrastructure
      Edge network
      Caching
      Rate limiting
    Tech stack
      TypeScript
      MCP standard
      Stripe integration
    Use cases
      Sell custom tools
      Discover AI tools
      Charge per use

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Publish your own API or tool and start earning money when AI agents use it.

VIBE 2

Browse and integrate pre-built, reviewed tools into your AI application with per-use billing.

VIBE 3

Build a monetized tool marketplace for your team or community without handling payment infrastructure.

what's the stack?

TypeScriptMCP protocolStripeEdge network

how it stacks up fr

transitive-bullshit/agenticclaude-code-best/claude-codejimliu/baoyu-skills
Stars18,12618,17018,081
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardmoderateeasy
Complexity4/54/51/5
Audiencedeveloperdevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1day+

Requires Stripe account setup, MCP protocol implementation, and edge network deployment configuration.

License could not be detected automatically. Check the repository's LICENSE file before use.

in plain english

Agentic was a marketplace and gateway for AI tools, a platform where developers could publish their own tools or APIs and immediately start charging other developers and AI agents for using them. The central idea was that if you had an existing HTTP API or a server built using the MCP protocol (a standard for exposing tools to AI systems), you could register it with Agentic and begin monetizing it with minimal effort. From the consumer side, developers could browse a curated catalog of tools, all of which had been manually reviewed and tested. Billing was handled through Stripe on a per-use basis. The underlying infrastructure used a global edge network to route requests quickly, with support for caching and rate limiting. The project described itself as compatible with every major TypeScript AI library. Note that as of February 2026, the project has been archived by its author and is no longer actively developed. The code remains publicly available but receives no further updates.

prompts (copy fr)

prompt 1
How would I register my existing HTTP API with Agentic to start monetizing it?
prompt 2
Show me how to integrate a tool from the Agentic marketplace into my TypeScript AI application.
prompt 3
What's the difference between publishing an HTTP API versus an MCP protocol tool on Agentic?
prompt 4
How does the per-use billing work when an AI agent calls a tool through Agentic?

Frequently asked questions

what is agentic fr?

A marketplace for AI tools where developers could publish APIs and charge other developers for using them, with built-in billing and a curated catalog.

What language is agentic written in?

Mainly TypeScript. The stack also includes TypeScript, MCP protocol, Stripe.

What license does agentic use?

License could not be detected automatically. Check the repository's LICENSE file before use.

How hard is agentic to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is agentic for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.