{"id":19235654,"url":"https://github.com/paripsky/develist","last_synced_at":"2025-09-18T13:19:26.622Z","repository":{"id":186369455,"uuid":"657613871","full_name":"paripsky/develist","owner":"paripsky","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-23T16:06:54.000Z","size":714,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T13:59:11.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://develist.vercel.app","language":"Vue","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/paripsky.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":"2023-06-23T12:52:14.000Z","updated_at":"2024-10-23T16:06:58.000Z","dependencies_parsed_at":"2024-10-23T18:27:27.698Z","dependency_job_id":"2a61a59a-0edd-4b80-b179-b28e5b2944a0","html_url":"https://github.com/paripsky/develist","commit_stats":null,"previous_names":["paripsky/develist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paripsky/develist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fdevelist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fdevelist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fdevelist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fdevelist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paripsky","download_url":"https://codeload.github.com/paripsky/develist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paripsky%2Fdevelist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275772842,"owners_count":25525906,"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-18T02:00:09.552Z","response_time":77,"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":"2024-11-09T16:17:43.970Z","updated_at":"2025-09-18T13:19:26.574Z","avatar_url":"https://github.com/paripsky.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Develist\n\n![Nuxtjs](https://img.shields.io/badge/Nuxt-002E3B?style=for-the-badge\u0026logo=nuxtdotjs\u0026logoColor=#00DC82)\n![Supabase](https://img.shields.io/badge/Supabase-3ECF8E?style=for-the-badge\u0026logo=supabase\u0026logoColor=white)\n[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)\n\nDevelist is a web application built using Nuxt 3 and Supabase, designed to help\ndevelopers manage and organize their development tools and resources. With\nDevelist, developers can create a categorized list of their favorite development\ntools, libraries, frameworks, tutorials, and other resources for easy reference\nand sharing.\n\nThe application utilizes Nuxt 3, a powerful framework for building modern web\napplications, and Supabase, an open-source Firebase alternative, for handling\ndata storage and authentication. In addition, it leverages the NuxtLabs UI\ncomponents, a set of beautifully designed UI elements specifically tailored for\nNuxt applications.\n\n## Features\n\n- Create a personalized list of development tools and resources.\n- Organize items into customizable categories.\n- Add, edit, and delete items from the list.\n- Mark items as favorites for quick access.\n- Search and filter items by category, name, or tags.\n- User authentication and authorization.\n- Responsive design for a seamless experience across devices.\n\n## Getting Started\n\nTo get started with Develist, follow these steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/paripsky/develist.git\n```\n\n2. Install dependencies:\n\n```bash\ncd develist\nnpm install\n```\n\n3. Configure Supabase:\n\n   - Create a new project on Supabase (https://supabase.io/).\n   - Copy your Supabase project URL, API key \u0026 Service key.\n   - Rename the `.env.example` file to `.env` and update the `SUPABASE_URL`,\n     `SUPABASE_KEY` and `SUPABASE_SERVICE_KEY` values with your Supabase URL,\n     API key \u0026 Service key respectively.\n\n4. Start the development server:\n\n```bash\nnpm run dev\n```\n\n5. Visit `http://localhost:3000` in your browser to access Develist.\n\n## Contributing\n\nContributions to Develist are welcome! If you have any ideas, suggestions, or\nbug reports, please open an issue or submit a pull request. Make sure to follow\nthe existing coding style and conventions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\nDevelist is built upon the amazing technologies and open-source projects.\nSpecial thanks to the following:\n\n- [Nuxt 3](https://nuxtjs.com) - The Vue.js framework for building modern web\n  applications.\n- [Supabase](https://supabase.com) - An open-source Firebase alternative for\n  building and scaling applications.\n- [NuxtLabs UI](https://ui.nuxtlabs.com/) - Beautifully designed UI components\n  for Nuxt.js applications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparipsky%2Fdevelist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparipsky%2Fdevelist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparipsky%2Fdevelist/lists"}