Micro AI Tool
This project turns a rough content brief into cleaner social captions for multiple platforms without using a database.
/AiCaptionGenerator/ in your browser through MAMP.Generate Caption.functions/config.local.php.openai_api_key.openai_model.OPENAI_API_KEY from the server environment.functions/config.local.php.adsense_client to your publisher ID.adsense_sidebar_slot to your sidebar slot ID.index.php: main page and result modal.css/style.css: interface styling.js/app.js: frontend behavior, submit flow, and copy buttons.functions/api.php: server-side endpoint.functions/lib.php: validation, prompt assembly, OpenAI request, and helpers.storage/: logs and rate-limit storage.Use the primary caption for the main post, keep the short version for tighter formats, and reuse the hook when testing alternate opening lines across multiple platforms.