{"id":28893052,"url":"https://github.com/abhirajadhikary06/devbiodotcom","last_synced_at":"2025-09-10T03:43:50.134Z","repository":{"id":294957048,"uuid":"988487355","full_name":"abhirajadhikary06/devbiodotcom","owner":"abhirajadhikary06","description":"Empowering developers with AI-powered bio generation that creates professional and engaging profiles for your developer platforms.","archived":false,"fork":false,"pushed_at":"2025-05-22T20:39:14.000Z","size":86090,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T02:37:28.189Z","etag":null,"topics":["ai","biodata","flask","python"],"latest_commit_sha":null,"homepage":"https://devbiodotcom.onrender.com","language":"Python","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/abhirajadhikary06.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}},"created_at":"2025-05-22T16:06:30.000Z","updated_at":"2025-05-23T18:56:36.000Z","dependencies_parsed_at":"2025-05-22T22:36:22.003Z","dependency_job_id":null,"html_url":"https://github.com/abhirajadhikary06/devbiodotcom","commit_stats":null,"previous_names":["abhirajadhikary06/devbiodotcom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhirajadhikary06/devbiodotcom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirajadhikary06%2Fdevbiodotcom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirajadhikary06%2Fdevbiodotcom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirajadhikary06%2Fdevbiodotcom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirajadhikary06%2Fdevbiodotcom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhirajadhikary06","download_url":"https://codeload.github.com/abhirajadhikary06/devbiodotcom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhirajadhikary06%2Fdevbiodotcom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274408439,"owners_count":25279483,"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-09-10T02:00:12.551Z","response_time":83,"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":["ai","biodata","flask","python"],"created_at":"2025-06-21T02:31:30.357Z","updated_at":"2025-09-10T03:43:50.122Z","avatar_url":"https://github.com/abhirajadhikary06.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devbio.com\n\n**Generate Funky Developer Bios with Ease**\n\ndevbio.com is a lightweight Micro SaaS application that creates personalized, platform-specific developer bios using the Gemini AI API. Users input a description, select a bio length (Short, Medium, Larger), format (Plain Text or Markdown), and a developer platform (e.g., Stack Overflow, GitHub, LinkedIn), and the app generates a tailored bio with a creative twist.\n\n## Features\n- **Platform-Specific Bios**: Custom prompts for 13 platforms (Stack Overflow, GitHub, Dev.to, LinkedIn, Hashnode, Kaggle, Devpost, HackerEarth, MLH, Devfolio, DoraHacks, Unstop).\n- **Flexible Lengths**: Short (~50 words), Medium (~100 words), or Larger (~200 words) bios.\n- **Sleek UI**: Dark-themed interface with animated particles, responsive design, and a scrollable textarea.\n- **Lightweight Backend**: Flask-based, no heavy NLP models, uses raw user descriptions with Gemini API.\n- **Deployment-Ready**: Optimized for Heroku, Render, or AWS Lambda with minimal dependencies.\n\n## Tech Stack\n- **Backend**: Flask, Python, Google Gemini API (`gemini-2.5-preview`)\n- **Frontend**: HTML, Tailwind CSS, custom CSS with animated particles\n- **Dependencies**: `Flask`, `google-generativeai`, `python-dotenv`\n- **Folder Structure**:\n  ```\n  devbiodotcom/\n  ├── app.py\n  ├── templates/index.html\n  ├── static/styles.css\n  ├── .env\n  ├── requirements.txt\n  ```\n\n## Setup Instructions\n1. **Clone the Repository**:\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd devbiodotcom\n   ```\n\n2. **Install Dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Set Up Environment**:\n   - Create `.env` in the root:\n     ```\n     GEMINI_API_KEY=your-api-key-here\n     ```\n   - Get the API key from [Google AI Studio](https://makersuite.google.com).\n\n4. **Add Platform Logos**:\n   - Place 32x32 PNG logos in `static/images/` (e.g., `stackoverflow.png`, `github.png`).\n\n5. **Run Locally**:\n   ```bash\n   python app.py\n   ```\n   - Access at `http://localhost:5000`.\n\n\n## Usage\n- Enter a description (e.g., \"Python, web dev, AI enthusiast\").\n- Choose bio length and format.\n- Select a platform via buttons.\n- View the generated bio in a styled output box.\n\n## Future Enhancements\n- Freemium model with Stripe for unlimited bios.\n- Redis caching to reduce API calls.\n- Neon PostgreSQL for user history.\n- Additional platforms and bio styles.\n\n---\n\nBuilt with 💌 by ```Abhiraj Adhiakry``` for developers who want standout bios. Contributions welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhirajadhikary06%2Fdevbiodotcom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhirajadhikary06%2Fdevbiodotcom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhirajadhikary06%2Fdevbiodotcom/lists"}