Skip to content

Add Weftly to the service directory - #942

Open
beckitrue wants to merge 1 commit into
tempoxyz:mainfrom
beckitrue:add-weftly-service
Open

Add Weftly to the service directory#942
beckitrue wants to merge 1 commit into
tempoxyz:mainfrom
beckitrue:add-weftly-service

Conversation

@beckitrue

Copy link
Copy Markdown

Motivation

Weftly is a pay-per-job AI media processing API — transcribe, summarize, find/cut clips, and publish videos to YouTube. Serves independent journalists and small newsrooms self-processing their own audio/video.

Summary

  • The service is live and accepts MPP payments.
  • This PR adds or updates its entry in schemas/services.ts.
  • Listed endpoints, prices, and payment methods match the live service.
  • Public documentation and icon URLs are stable and accessible.
  • pnpm generate:discovery succeeds. (not run locally — pnpm/corepack signature verification failed in my environment; entry follows the existing ServiceDef shape exactly)
  • pnpm check:types passes. (same as above)
  • pnpm build succeeds. (same as above)

Key design considerations

  • Integration: first-party — we operate api.weftly.ai directly.
  • Payment methods and intents: dual-rail, charge intent. Tempo USDC.e (mainnet) and Stripe MPP (card, via Shared Payment Tokens for agent callers). payments: [TEMPO_PAYMENT, STRIPE_PAYMENT].
  • Provider relationship: we own and operate the service.
  • Directory fit: distinct from existing transcription/AI listings — Weftly is a full pipeline (upload → Whisper transcript → optional Claude summary/clip-finding → ffmpeg cut/normalize → optional YouTube publish), not a raw model wrapper. Pricing is per-job ($0.50–$2.00 depending on job type and media), not per-token.

Prices and endpoints pulled directly from our pricing SSOT (weftly-worker/src/core/config/pricing.ts) as of this PR. Happy to adjust format/detail to match directory conventions.

Pay-per-job AI media processing (transcribe, summarize, find/cut
clips, publish to YouTube), dual-rail Tempo USDC + Stripe MPP.
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

@beckitrue is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

Thanks for submitting a service to the MPP directory!

Complete the service pull request template in your PR description before review. It contains the current submission requirements and review criteria.

Service submission guide

@github-actions

Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • weftly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant