{"id":22874155,"url":"https://github.com/hyoaru/declutter","last_synced_at":"2026-04-27T21:31:12.572Z","repository":{"id":50661794,"uuid":"518370474","full_name":"hyoaru/declutter","owner":"hyoaru","description":"Web application that provides a platform for users to write and share their thoughts in a clutter-free space.","archived":false,"fork":false,"pushed_at":"2023-08-02T11:55:20.000Z","size":849,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T12:57:32.530Z","etag":null,"topics":["flask","python","web-development"],"latest_commit_sha":null,"homepage":"https://declutter.onrender.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyoaru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-07-27T08:21:30.000Z","updated_at":"2024-02-02T12:02:12.000Z","dependencies_parsed_at":"2024-12-13T14:43:47.194Z","dependency_job_id":null,"html_url":"https://github.com/hyoaru/declutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyoaru/declutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyoaru%2Fdeclutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyoaru%2Fdeclutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyoaru%2Fdeclutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyoaru%2Fdeclutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyoaru","download_url":"https://codeload.github.com/hyoaru/declutter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyoaru%2Fdeclutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flask","python","web-development"],"created_at":"2024-12-13T14:33:35.633Z","updated_at":"2026-04-27T21:31:12.557Z","avatar_url":"https://github.com/hyoaru.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Declutter\nDeclutter is a web application that provides a platform for users to write and share their thoughts in a clutter-free space. The website is built around the notion of decluttering your mind by writing, enabling users to organize their thoughts, ideas, and feelings through writing.\n* See live at - https://declutter.onrender.com\n\n## User interface\nThe Declutter interface is user-friendly, making it easy for users to start writing immediately. The platform is designed to inspire users to write and share their thoughts, with features such as daily writing prompts, a community forum, and a collection of inspirational quotes to keep users motivated.\n\nOne of the unique features of Declutter is its minimalist design. The website has a clean, uncluttered look, which helps users focus on their writing without any distractions.\n\n![](previews/login.png)\n![](previews/register.png)\n![](previews/account_creation.png)\n![](previews/home.png)\n![](previews/search.png)\n![](previews/write.png)\n![](previews/account_information.png)\n![](previews/profile.png)\n![](previews/home_posts.png)\n\n## More about declutter\nDeclutter is a perfect platform for individuals who are looking to declutter their thoughts and find a creative outlet for their emotions. Whether it's jotting down ideas, writing about personal experiences, or sharing inspirational stories, Declutter provides a safe and supportive space for users to express themselves freely.\n\n## Project structure\n```\n└── declutter\n    ├── blueprints\n    │   ├── admin\n    │   ├── authentication\n    │   │   ├── forms\n    │   │   └── utilities\n    │   ├── errors\n    │   ├── main\n    │   ├── posts\n    │   │   └── forms\n    │   └── users\n    │       ├── account\n    │       │   ├── forms\n    │       │   └── utilities\n    │       └── general\n    ├── data\n    ├── database\n    ├── models\n    ├── static\n    │   ├── css\n    │   ├── favicon\n    │   ├── images\n    │   └── pages\n    │       └── errors\n    │           └── resources\n    │               └── images\n    ├── templates\n    │   ├── admin\n    │   ├── authentication\n    │   ├── errors\n    │   ├── layout\n    │   │   ├── default\n    │   │   └── defined\n    │   ├── main\n    │   │   └── search\n    │   ├── posts\n    │   └── users\n    │       ├── account\n    │       └── general\n    └── utilities\n\n40 directories\n```\n\n## Environment variables\n| Name                    | Description                                                                                                     |\n| ----------------------- | --------------------------------------------------------------------------------------------------------------- |\n| SECRET_KEY              | Cryptographic key used for securely signing session cookies, which are used to store user data between requests |\n| FLASKMAIL_MAIL_USERNAME | Username or email for your flask mail service                                                                   |\n| FLASKMAIL_MAIL_PASSWORD | Password for your flask mail service                                                                            |\n| SQLALCHEMY_DATABASE_URI | String that specifies the database connection details in a standardized format                                  |\n\n## Dependencies\n* alembic==1.8.1\n* argon2-cffi==21.3.0\n* argon2-cffi-bindings==21.2.0\n* bcrypt==3.2.2\n* blinker==1.5\n* brotlipy==0.7.0\n* certifi==2022.12.7\n* cffi==1.15.1\n* charset-normalizer==2.1.1\n* click==8.1.3\n* cryptography==38.0.2\n* dnspython==2.2.1\n* email-validator==1.3.0\n* Flask==2.2.2\n* Flask-Admin==1.6.0\n* Flask-Bcrypt==1.0.1\n* Flask-Login==0.6.2\n* Flask-Mail==0.9.1\n* Flask-Migrate==3.1.0\n* Flask-Principal==0.4.0\n* Flask-Security-Too==5.0.2\n* Flask-SQLAlchemy==3.0.2\n* Flask-WTF==1.0.1\n* flit_core==3.7.1\n* greenlet==1.1.3.post0\n* gunicorn==20.1.0\n* idna==3.4\n* importlib-metadata==5.0.0\n* importlib-resources==5.10.0\n* itsdangerous==2.1.2\n* Jinja2==3.1.2\n* Mako==1.2.3\n* MarkupSafe==2.1.1\n* passlib==1.7.4\n* psycopg2-binary==2.9.5\n* pycparser==2.21\n* PyJWT==2.6.0\n* pyOpenSSL==22.1.0\n* PySocks==1.7.1\n* python-dateutil==2.8.2\n* python-dotenv==0.21.0\n* pytz==2022.5\n* requests==2.28.1\n* six==1.16.0\n* SQLAlchemy==1.4.42\n* urllib3==1.26.11\n* Werkzeug==2.2.2\n* WTForms==3.0.1\n* zipp==3.10.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyoaru%2Fdeclutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyoaru%2Fdeclutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyoaru%2Fdeclutter/lists"}