{"id":30224477,"url":"https://github.com/krishbharadwaj5678/codepad","last_synced_at":"2026-04-19T10:31:03.547Z","repository":{"id":251547968,"uuid":"837727625","full_name":"KrishBharadwaj5678/CodePad","owner":"KrishBharadwaj5678","description":"Dive into Code Pad, the perfect digital workspace for coding enthusiasts. Effortlessly select your favorite programming language and write your code in a sleek, user friendly environment.","archived":false,"fork":false,"pushed_at":"2025-05-25T09:27:31.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T10:19:48.729Z","etag":null,"topics":["code-editor","codeeditor","codepad","coding","deployment","development","ide","programming","python","realtime","streamlit","syntax-highlighting","themes","webapp"],"latest_commit_sha":null,"homepage":"https://codepad.streamlit.app/","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/KrishBharadwaj5678.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":"2024-08-03T20:57:20.000Z","updated_at":"2025-05-25T09:27:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"941e0b7b-777f-436b-b31d-a4deb33f1a9f","html_url":"https://github.com/KrishBharadwaj5678/CodePad","commit_stats":null,"previous_names":["krishbharadwaj5678/code-pad","krishbharadwaj5678/codepad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KrishBharadwaj5678/CodePad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FCodePad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FCodePad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FCodePad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FCodePad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishBharadwaj5678","download_url":"https://codeload.github.com/KrishBharadwaj5678/CodePad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FCodePad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270429373,"owners_count":24582117,"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-08-14T02:00:10.309Z","response_time":75,"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":["code-editor","codeeditor","codepad","coding","deployment","development","ide","programming","python","realtime","streamlit","syntax-highlighting","themes","webapp"],"created_at":"2025-08-14T13:36:18.006Z","updated_at":"2026-04-19T10:31:03.519Z","avatar_url":"https://github.com/KrishBharadwaj5678.png","language":"Python","readme":"# CodePad 👨‍💻\n\nWelcome to **CodePad**, your ultimate coding playground! CodePad offers a sleek, user-friendly environment for writing and downloading your code with ease. ✍️\n\n![CodePad](https://github.com/KrishBharadwaj5678/CodePad/raw/main/CodePadDemo.png)\n\n## 🚀 Features\n\n|  **Feature**                   |  **Description**                                     |\n| -------------------------------- | --------------------------------------------------- |\n| 🌐 **Multi-language Support**    | Switch between programming languages with ease.     |\n| 🎨 **Sleek UI**                  | A clean, intuitive interface for smooth coding.     |\n| ⚡ **Real-time Code Editing**     | Get instant feedback as you write code.             |\n| 🚀 **Support for Streamlit**     | Build and deploy Python web apps quickly.           |\n| 🧩 **Syntax Highlighting**       | Improve readability with color-coded syntax.        |\n| 🤖 **Auto-complete Suggestions** | Speed up coding with smart, predictive suggestions. |\n| 🎭 **Custom Themes**             | Personalize your workspace with beautiful themes.   |\n\n---\n\n## ⚙️ Tech Stack\n\n| **Technology**        | **Description**                                        |\n| --------------------- | ------------------------------------------------------ |\n| 🐍 **Python**          | Simple and powerful language for building apps.        |\n| 🚀 **Streamlit**       | Fast framework for creating data apps and prototypes.  |\n| 🖋️ **Streamlit Ace**  | Integrated code editor for a smooth coding experience. |\n\n---\n\n## 💻 Getting Started\n\n\n### Installation\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/KrishBharadwaj5678/CodePad.git\n   cd CodePad\n   ```\n\n2. Install the required dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the application:\n\n   ```bash\n   streamlit run app.py\n   ```\n\n---\n\n## 🧑‍🤝‍🧑 Contributing to CodePad\n\nWe welcome contributions to make **CodePad** even better!\n\n1. 🍴 Fork the repository.\n2. 🌿 Create a new branch (`git checkout -b feature-name`).\n3. ✍️ Make your changes and commit them (`git commit -am 'Add feature-name'`).\n4. 🚀 Push to your branch (`git push origin feature-name`).\n5. 🔄 Submit a pull request to merge into the main branch.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fcodepad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishbharadwaj5678%2Fcodepad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fcodepad/lists"}