← Back to all apps

QRCM

Productivityby Alberto Horihuela
Launched Mar 11, 2026 on ChatGPT

Generate customizable QR codes directly in ChatGPT. Supports 7 types: URLs, WiFi networks, contacts (vCard), calendar events, email, phone numbers, and plain text. An interactive widget provides live preview with styling options including 6 dot patterns, custom colors, corner styles, frames with text labels, and logo upload. Download high-quality PNG or SVG files instantly.

3ChatGPT Tools
Alberto HorihuelaDeveloper
ProductivityCategory

Available Tools

Generate Qr Code

generate_qr_code
Full Description

Generates a QR code from the provided type and content fields. Supports WiFi, vCard, URL, event, email, phone, and text types. Returns a widget with live preview where the user can customize colors, dot patterns, corner styles, frames, and logos, then download as PNG or SVG.

Parameters (2 required, 1 optional)
Required
contentobject

The content fields for this QR type (use get_qr_type_fields to see available fields)

typestring

The type of QR code to generate

Options:wifivcardurleventtextemailphone
Optional
styleobject

Optional styling options

Get Qr Type Fields

get_qr_type_fields
Full Description

Returns the required and optional input fields for a specific QR code type. Accepts a type parameter (wifi, vcard, url, event, text, email, or phone) and returns field names, types, and descriptions.

Parameters (1 required)
Required
typestring

The QR code type to get fields for

Options:wifivcardurleventtextemailphone

List Qr Types

list_qr_types
Full Description

Lists all available QR code types supported by this app: WiFi, vCard contacts, URLs, calendar events, email, phone, and text. Returns each type with a description and use case.