BIZCARDY

2 Squirrels AI

Technology Stack

AI text-to-image business cards - Transform your professional identity with Flux Schnell-powered image generation. Input your details, and receive stunning, AI-generated business card designs in seconds.

Image Generation Flux Schnell
AI Platform Replicate
Output Format PNG/WebP
Resolution 1024x1024

Key Features

lightning
Fast Generation
Flux Schnell optimized for speed
palette
Style Templates
Industry-specific designs
layers
Batch Processing
Multiple variations at once
download
Easy Export
Print-ready downloads

AI Model: Flux Schnell by Black Forest Labs - A state-of-the-art text-to-image model optimized for fast, high-quality generation through the Replicate API.

Workflow 1: Flux Schnell Generation

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart TB
    subgraph Input["INPUT"]
        P[/"Text Prompt
Business Card Details"/] CFG[/"Configuration
Size, Style, Seed"/] end subgraph Replicate["REPLICATE API"] direction TB AUTH["API Authentication
Bearer Token"] REQ["HTTP POST Request
/predictions"] POLL["Poll Status
Async Completion"] end subgraph FluxSchnell["FLUX SCHNELL MODEL"] direction TB ENCODE["Text Encoder
CLIP + T5"] DIFFUSE["Diffusion Process
4 Steps (Schnell)"] DECODE["VAE Decoder
Latent to Image"] end subgraph Output["OUTPUT"] IMG["Generated Image
Business Card PNG"] URL["CDN URL
Downloadable"] end P --> AUTH CFG --> AUTH AUTH --> REQ REQ --> ENCODE ENCODE --> DIFFUSE DIFFUSE --> DECODE DECODE --> POLL POLL --> IMG IMG --> URL

Workflow 2: Design Prompt Engineering

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart LR
    subgraph UserInput["USER INPUTS"]
        NAME["Name & Title"]
        COMPANY["Company Info"]
        CONTACT["Contact Details"]
        STYLE["Style Preference"]
    end

    subgraph PromptBuilder["PROMPT BUILDER"]
        direction TB
        TEMPLATE["Base Template
Professional business card..."] INJECT["Inject Details
Name, Company, Role"] STYLE_MOD["Style Modifiers
Modern, Minimalist, etc."] QUALITY["Quality Tokens
high resolution, sharp"] end subgraph Optimization["PROMPT OPTIMIZATION"] WEIGHT["Token Weighting
(emphasis:1.2)"] ORDER["Optimal Ordering
Subject first"] NEGATIVE["Negative Prompts
blurry, low quality"] end subgraph Output["OPTIMIZED PROMPT"] FINAL[/"Final Prompt
Ready for Flux"/] end NAME --> TEMPLATE COMPANY --> TEMPLATE CONTACT --> INJECT STYLE --> STYLE_MOD TEMPLATE --> INJECT INJECT --> STYLE_MOD STYLE_MOD --> QUALITY QUALITY --> WEIGHT WEIGHT --> ORDER ORDER --> NEGATIVE NEGATIVE --> FINAL

Workflow 3: Style Template Selection

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart TB
    subgraph Selection["USER SELECTION"]
        IND["Industry Type
Tech, Legal, Creative..."] PREF["Preferences
Color, Layout, Mood"] end subgraph StyleDB["STYLE DATABASE"] direction TB subgraph Corporate["CORPORATE"] CORP1["Minimalist Navy"] CORP2["Executive Gold"] end subgraph Creative["CREATIVE"] CREA1["Vibrant Gradient"] CREA2["Artistic Abstract"] end subgraph Tech["TECHNOLOGY"] TECH1["Circuit Pattern"] TECH2["Neon Cyber"] end end subgraph Mapping["STYLE MAPPING ENGINE"] MATCH["Match Algorithm
Industry + Preference"] PARAMS["Extract Parameters
Colors, Patterns, Typography"] PROMPT_FRAG["Generate Prompt Fragment"] end subgraph Output["STYLE OUTPUT"] STYLE_PROMPT[/"Style Prompt Segment"/] PREVIEW["Style Preview
Reference Image"] end IND --> MATCH PREF --> MATCH Corporate --> MATCH Creative --> MATCH Tech --> MATCH MATCH --> PARAMS PARAMS --> PROMPT_FRAG PROMPT_FRAG --> STYLE_PROMPT PROMPT_FRAG --> PREVIEW

Workflow 4: Image Post-Processing

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart LR
    subgraph Input["RAW OUTPUT"]
        RAW["Flux Generated
Image (1024x1024)"] end subgraph Enhancement["IMAGE ENHANCEMENT"] direction TB SHARP["Sharpening
Edge Enhancement"] COLOR["Color Correction
Vibrance, Saturation"] CONTRAST["Contrast Adjust
Dynamic Range"] end subgraph Resize["FORMAT & RESIZE"] CROP["Aspect Ratio Crop
3.5 x 2 inches"] DPI["DPI Conversion
300 DPI Print"] BLEED["Add Bleed
0.125 inch margin"] end subgraph Export["EXPORT OPTIONS"] PNG_OUT["PNG
Transparent BG"] PDF_OUT["PDF
Print Ready"] JPG_OUT["JPG
Web Optimized"] end subgraph Final["FINAL OUTPUT"] DOWNLOAD["Downloadable
Card Files"] end RAW --> SHARP SHARP --> COLOR COLOR --> CONTRAST CONTRAST --> CROP CROP --> DPI DPI --> BLEED BLEED --> PNG_OUT BLEED --> PDF_OUT BLEED --> JPG_OUT PNG_OUT --> DOWNLOAD PDF_OUT --> DOWNLOAD JPG_OUT --> DOWNLOAD

Workflow 5: Batch Card Generation

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart TB
    subgraph Config["BATCH CONFIGURATION"]
        BASE["Base Card Info"]
        VARS["Variation Count
(3-10 designs)"] SEEDS["Seed Values
For Reproducibility"] end subgraph Queue["JOB QUEUE"] Q1["Job 1: Style A
Seed: 12345"] Q2["Job 2: Style B
Seed: 23456"] Q3["Job 3: Style C
Seed: 34567"] QN["Job N..."] end subgraph Parallel["PARALLEL FLUX GENERATION"] direction TB F1["Flux Instance 1"] F2["Flux Instance 2"] F3["Flux Instance 3"] FN["Flux Instance N"] end subgraph Results["RESULT AGGREGATION"] COLLECT["Collect Results
Wait for All"] VALIDATE["Validate Quality
Check Generation"] RANK["Auto-Rank
Quality Scoring"] end subgraph Gallery["DESIGN GALLERY"] GRID["Gallery Grid View"] SELECT["User Selection
Pick Favorites"] EXPORT["Export Selected"] end BASE --> Q1 BASE --> Q2 BASE --> Q3 BASE --> QN VARS --> Queue SEEDS --> Queue Q1 --> F1 Q2 --> F2 Q3 --> F3 QN --> FN F1 --> COLLECT F2 --> COLLECT F3 --> COLLECT FN --> COLLECT COLLECT --> VALIDATE VALIDATE --> RANK RANK --> GRID GRID --> SELECT SELECT --> EXPORT

Workflow 6: Full BIZCARDY Pipeline

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart LR
    subgraph Stage1["STAGE 1: USER FORM"]
        FORM["Web Form UI"]
        NAME1["Name Input"]
        TITLE1["Job Title"]
        CO1["Company"]
        EMAIL1["Email/Phone"]
        STYLE1["Style Choice"]
    end

    subgraph Stage2["STAGE 2: PROMPT ENGINE"]
        BUILD["Prompt Builder"]
        TEMPLATE1["Load Template"]
        OPTIMIZE["Optimize for Flux"]
    end

    subgraph Stage3["STAGE 3: AI GENERATION"]
        direction TB
        API["Replicate API
Authentication"] FLUX["Flux Schnell
Image Generation"] ASYNC["Async Polling
Status Check"] end subgraph Stage4["STAGE 4: PROCESSING"] ENHANCE["Image Enhancement"] FORMAT["Format Conversion
PNG, PDF"] THUMB["Generate Thumbnails"] end subgraph Stage5["STAGE 5: DELIVERY"] PREVIEW["Preview Display"] DOWNLOAD["Download Links"] SHARE["Share Options"] PRINT["Send to Print"] end NAME1 --> FORM TITLE1 --> FORM CO1 --> FORM EMAIL1 --> FORM STYLE1 --> FORM FORM --> BUILD BUILD --> TEMPLATE1 TEMPLATE1 --> OPTIMIZE OPTIMIZE --> API API --> FLUX FLUX --> ASYNC ASYNC --> ENHANCE ENHANCE --> FORMAT FORMAT --> THUMB THUMB --> PREVIEW PREVIEW --> DOWNLOAD PREVIEW --> SHARE PREVIEW --> PRINT