{"id":31730372,"url":"https://github.com/megatron-xcoder/ai-blog-generator","last_synced_at":"2025-10-09T07:28:00.806Z","repository":{"id":313418431,"uuid":"1051358236","full_name":"Megatron-XCoder/AI-Blog-Generator","owner":"Megatron-XCoder","description":"AI-Powered Blog Generator  Transform ideas into engaging, professional blog posts in seconds. This web app leverages Google’s Gemini AI to generate ~1000-word, well-structured, and SEO-friendly blog posts from simple text prompts.","archived":false,"fork":false,"pushed_at":"2025-09-05T22:29:29.000Z","size":211,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-05T23:35:09.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ai-blog-generator-ruddy.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Megatron-XCoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T21:10:03.000Z","updated_at":"2025-09-05T22:29:33.000Z","dependencies_parsed_at":"2025-09-05T23:35:13.151Z","dependency_job_id":"984cb428-ef1a-42ea-ac5a-fe61ae01b4ba","html_url":"https://github.com/Megatron-XCoder/AI-Blog-Generator","commit_stats":null,"previous_names":["megatron-xcoder/ai-blog-generator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Megatron-XCoder/AI-Blog-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megatron-XCoder%2FAI-Blog-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megatron-XCoder%2FAI-Blog-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megatron-XCoder%2FAI-Blog-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megatron-XCoder%2FAI-Blog-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Megatron-XCoder","download_url":"https://codeload.github.com/Megatron-XCoder/AI-Blog-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Megatron-XCoder%2FAI-Blog-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000960,"owners_count":26082973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T07:27:55.562Z","updated_at":"2025-10-09T07:28:00.801Z","avatar_url":"https://github.com/Megatron-XCoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"AI-Powered Blog Generator\n=========================\n\nTransform ideas into engaging, professional blog posts in seconds.\\\nThis web app leverages **Google's Gemini AI** to generate ~1000-word, well-structured, and SEO-friendly blog posts from simple text prompts.\n\n* * * * *\n\n✨ Features\n----------\n\n-   **Professional Quality** -- Generate structured, natural, and engaging blog posts that read like they were written by an expert.\n\n-   **Lightning Fast** -- Get complete 1000-word blogs in seconds instead of hours. Perfect for busy creators.\n\n-   **AI-Powered** -- Built on Google's advanced **Gemini** models for contextual and relevant content.\n\n-   **Customizable** -- Adjust tone, creativity, and target word count.\n\n-   **User-Friendly** -- Minimal design with prompt input, example prompts, and copy/download options.\n\n* * * * *\n\n🚀 Demo Workflow\n----------------\n\n1.  **Describe your topic**\\\n    Example: *\"The benefits of meditation for busy professionals.\"*\n\n2.  **Press `Generate Blog` (or `Ctrl+Enter`)**\\\n    The app calls Gemini's `generateContent` endpoint with your prompt.\n\n3.  **View your blog post**\n\n    -   Automatically formatted with headings, summary, table of contents, lists, examples, and conclusion.\n\n    -   Copy the HTML or download it as a file.\n\n* * * * *\n\n📦 Installation \u0026 Setup\n-----------------------\n\n1.  Clone this repo:\n\n    `git clone https://github.com/your-username/ai-blog-generator.git\n    cd ai-blog-generator`\n\n2.  Open the project in your editor.\n\n3.  Provide your **Gemini API Key**:\n\n    -   Sign up at Google AI Studio.\n\n    -   Get your free API key.\n\n    -   Enter the key in the app input field (or save in localStorage).\n\n4.  Run locally by opening `index.html` in your browser.\n\n* * * * *\n\n🔑 API Usage\n------------\n\nThis project uses Google's Generative Language API (`gemini-1.5-flash-latest` by default).\n\n**Example Request**:\n\n```bash \nPOST https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent?key=YOUR_API_KEY\nContent-Type: application/json\n\n{\n  \"contents\": [{\n    \"parts\": [{ \"text\": \"Write a 1000-word blog about sustainable living and eco-friendly practices.\" }]\n  }],\n  \"generationConfig\": {\n    \"maxOutputTokens\": 8192,\n    \"temperature\": 0.7,\n    \"topP\": 0.9\n  }\n}\n```\n\n* * * * *\n\n💡 Example Prompts\n------------------\n\n-   *Write about the future of artificial intelligence and its impact on society*\n\n-   *Explore the benefits of sustainable living and eco-friendly practices*\n\n-   *Discuss the importance of mental health in the digital age*\n\n-   *The rise of remote work and its effects on productivity and work-life balance*\n\n* * * * *\n\n📝 Tips for Better Results\n--------------------------\n\n-   **Be specific** -- Include details about audience, tone, and key points.\n\n-   **Provide context** -- Mention background info or trends.\n\n-   **Set the tone** -- Indicate if you want it formal, casual, persuasive, or storytelling.\n\n* * * * *\n\n⚠️ Security Note\n----------------\n\nFor demonstration, this app directly calls Gemini API from the browser.\\\n**This exposes your API key.**\\\n👉 For production, **proxy API requests through your own backend** and keep the key server-side.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegatron-xcoder%2Fai-blog-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegatron-xcoder%2Fai-blog-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegatron-xcoder%2Fai-blog-generator/lists"}