graph TD A[Start Flow] --> B[NicheScouter] B --> C[Research Topic] C --> D[Analyze Keywords] D --> E[Generate Summary] E --> F[PunSmith] F --> G[Process Keywords] G --> H[Generate Puns] H --> I[Select Best Puns] I --> J[CardCreatr] J --> K[Generate Images] K --> L[Add Text to Images] L --> M[Compile URLs] M --> N[Final Output: Card Collection] subgraph Input A end subgraph NicheScouter B C D E end subgraph PunSmith F G H I end subgraph CardCreatr J K L M end subgraph Output N end