{"id":14968139,"url":"https://github.com/fitri-hy/dev-framework","last_synced_at":"2026-02-14T05:32:43.942Z","repository":{"id":249354061,"uuid":"830921083","full_name":"fitri-hy/dev-framework","owner":"fitri-hy","description":"Fullstack framework designed for building modern web applications with ease","archived":false,"fork":false,"pushed_at":"2024-11-20T06:42:08.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T02:43:29.358Z","etag":null,"topics":["dev","framework","frontend","fullstack","fullstack-javascript","nodejs","postcss","tailwindcss","web-framework","webpack"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/fitri-hy.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":"2024-07-19T09:26:19.000Z","updated_at":"2024-11-20T06:42:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"42ef2a86-686f-424b-83e4-61b0b8293c2a","html_url":"https://github.com/fitri-hy/dev-framework","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"26d9ca0d9ebb2d0fbed3b66bf0e2a9fd616b7022"},"previous_names":["fitri-hy/dev-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitri-hy/dev-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fdev-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fdev-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fdev-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fdev-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitri-hy","download_url":"https://codeload.github.com/fitri-hy/dev-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fdev-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: 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":["dev","framework","frontend","fullstack","fullstack-javascript","nodejs","postcss","tailwindcss","web-framework","webpack"],"created_at":"2024-09-24T13:39:22.595Z","updated_at":"2026-02-14T05:32:43.924Z","avatar_url":"https://github.com/fitri-hy.png","language":"CSS","readme":"# DEV Framework\nDEV Framework is a full-stack framework designed for building modern web applications with ease. It combines powerful backend features with a flexible and customizable frontend.\n\n## Features\n- Backend Support: Handles API routes and business logic with a clear separation of concerns.\n- Frontend Flexibility: Leverages Tailwind CSS and modular components for a customizable UI.\n- Modular Design: Easy to extend and integrate with other tools and services.\n\n## Installation\n- Clone the repository:\n```\ngit clone https://github.com/fitri-hy/dev-framework.git\ncd dev-framework\nnpm Install\nnpm start or npm run dev\n```\n\n## Folder Structure\n```\nDEV Framework/\n│\n├── app/\n│   │\n│   ├── controllers/\n│   │\t└── api/\n│   │\t│\t└── ApiController.js\n│   │\t└── PageController.js\n│   │\n│   ├── routes/\n│   │\t├── Api.js\n│   │\t└── Web.js\n│   │\n│   ├── services/\n│   │\t└── Service.js\n│   │\n│   └── utils/\n│    \t├── Route.js\n│    \t└── Base.js\n│\n├── public/\n│   │\n│   ├── images/\n│   ├── js/\n│   └── styles/\n│\n├── templates/\n│   │\n│   ├── components/\n│   │   └── Welcome.dev\n│   │\n│   ├── pages/\n│   │   ├── home.dev\n│   │   └── to-do-list.dev\n│   │\n│   ├── partials/\n│   │   ├── head.dev\n│   │   └── script.dev\n│   │\n│   ├── tailwind.css\n│   └── layout.dev\n│\n├── app.js\n├── postcss.config.js\n├── tailwind.config.js\n├── webpack.config.js\n├── package.json\n├── README.md\n└── LICENSE\n```\n\n## API working concept\n\n`route/Api.js -\u003e controllers/ApiController/js -\u003e services/Service.js -\u003e templates/page.dev`\n\n## Contributing\nContributions are welcome! Please follow these steps to contribute:\n- Fork the repository.\n- Create a new branch (git checkout -b feature/your-feature).\n- Commit your changes (git commit -am 'Add new feature').\n- Push to the branch (git push origin feature/your-feature).\n- Create a new Pull Request.\n\n### License\nThis project is licensed under the MIT License. See the LICENSE file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fdev-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitri-hy%2Fdev-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fdev-framework/lists"}