Turn a .vtt transcript file into a diagram
Most meeting tools export captions as .vtt — a format nobody wants to read. MeetingSketch ingests the .vtt directly and reconstructs the architecture discussed in the call, so you get a diagram and brief instead of a timestamped caption file.
Try it free — paste a transcript25 credits, no card required
A worked example
Here is a short sample transcript from a .vtt file and the architecture, brief, and action items MeetingSketch generates from it.
Sample a .vtt file transcript
00:01 Engineer: The mobile app talks to a GraphQL gateway. 00:09 Engineer: The gateway resolves to a users service and a payments service. 00:18 Engineer: Payments calls Stripe; users are in DynamoDB. 00:27 Engineer: Push notifications go through SNS to APNs and FCM.
→ What MeetingSketch generated
Edge
Mobile appGraphQL gateway
Services
Users servicePayments service
Data
DynamoDB
External
Stripe
Async
SNS → APNs/FCM
Data flows
- Mobile app→GraphQL gateway
- GraphQL gateway→Users service
- GraphQL gateway→Payments service
- Users service→DynamoDB
- Payments service→Stripe
- Payments service→SNS → APNs/FCM · receipts
Executive brief (excerpt)
- The mobile app uses a GraphQL gateway that fans out to a users service (DynamoDB) and a payments service (Stripe).
- Push notifications are delivered via SNS to APNs and FCM.
- The gateway is the single integration point for the client, keeping service boundaries clean.
Action items
- Add gateway-level auth + rate limitingHigh
- Confirm Stripe webhook handling for receiptsMedium
- Document DynamoDB access patternsLow
How it works for a .vtt file
- 1Grab the .vtt export from your meeting tool.
- 2Upload it to MeetingSketch (no conversion needed).
- 3Get the architecture diagram, brief, and action items in ~30 seconds.
FAQ
Do I need to strip the timestamps from the .vtt?
No — upload the .vtt as-is. MeetingSketch parses the captions and ignores the timing metadata.
What other formats are supported?
Plain text, PDF, DOCX, SRT, CSV, Markdown, JSON, and pasted content, in addition to .vtt.
Turn your next a .vtt file call into a diagram
Paste a transcript and get a diagram, executive brief, and action items in about 30 seconds. Free to start.
Start free