{"id":24334695,"url":"https://github.com/sikandarjodd/youva","last_synced_at":"2025-09-27T21:32:20.716Z","repository":{"id":272625561,"uuid":"916564058","full_name":"SikandarJODD/youva","owner":"SikandarJODD","description":"Sveltekit Pagination, Debounce Search, Sort \u0026 Filters, Caching","archived":false,"fork":false,"pushed_at":"2025-01-30T09:59:42.000Z","size":765,"stargazers_count":48,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-19T18:29:31.329Z","etag":null,"topics":["caching","debounce-search","filtering","filtering-data","pagination","sorting","sveltekit"],"latest_commit_sha":null,"homepage":"https://sv-pagination.vercel.app","language":"Svelte","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/SikandarJODD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["SikandarJODD"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-01-14T10:47:56.000Z","updated_at":"2025-05-14T08:00:12.000Z","dependencies_parsed_at":"2025-01-15T18:05:14.811Z","dependency_job_id":"57b8d51b-d08b-4e16-bfd7-d3ba0bf0f1e3","html_url":"https://github.com/SikandarJODD/youva","commit_stats":null,"previous_names":["sikandarjodd/youva"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/SikandarJODD/youva","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SikandarJODD%2Fyouva","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SikandarJODD%2Fyouva/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SikandarJODD%2Fyouva/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SikandarJODD%2Fyouva/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SikandarJODD","download_url":"https://codeload.github.com/SikandarJODD/youva/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SikandarJODD%2Fyouva/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277295918,"owners_count":25794402,"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-27T02:00:08.978Z","response_time":73,"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":["caching","debounce-search","filtering","filtering-data","pagination","sorting","sveltekit"],"created_at":"2025-01-18T04:18:06.981Z","updated_at":"2025-09-27T21:32:20.698Z","avatar_url":"https://github.com/SikandarJODD.png","language":"Svelte","funding_links":["https://github.com/sponsors/SikandarJODD"],"categories":[],"sub_categories":[],"readme":"# Svelte Pagination Example\n\n![Main_Page](/static/img_icon.png)\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Svelte-FF3E00.svg?style=for-the-badge\u0026logo=Svelte\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Supabase-3FCF8E.svg?style=for-the-badge\u0026logo=Supabase\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/drizzle-C5F74F?style=for-the-badge\u0026logo=drizzle\u0026logoColor=black\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Tailwind%20CSS-06B6D4.svg?style=for-the-badge\u0026logo=Tailwind-CSS\u0026logoColor=white\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/shadcn%20svelte-000000?style=for-the-badge\u0026logo=shadcnui\u0026logoColor=red\"/\u003e\n\u003c/div\u003e\n\n## Features\n\n- Pagination\n- Debounce Search\n- Sorting\n- Filtering\n- Caching\n\n## Demo\n\n1. Simple : [Demo](https://sv-pagination.vercel.app)\n\n   - Simple include all concepts on Dummy JSON API.\n\n2. Advance : [Demo](https://sv-pagination.vercel.app/drizz)\n   - Advance is build on top of Supabase + Drizzle ORM.\n\n## Installation\n\n- Clone the repository\n\n```bash\n git clone https://github.com/SikandarJODD/youva\n```\n\n- Update your Database URL in `.env` file\n\n```bash\n  # Replace with your DB credentials! Supabase DB URL\n  DATABASE_URL=\"postgres://user:password@host:port/db-name\"\n```\n\n- Install the dependencies\n\n```bash\n pnpm install\n```\n\n- Migrate Schema to DB and add some dummy data\n\n```bash\n npx drizzle-kit migrate\n```\n\n- Run the project\n\n```bash\n pnpm dev\n```\n\n#### [Checkout Usage \u0026 Learning](/usage.md)\n\n### Components Used\n\n- [Shadcn Svelte](https://next.shadcn-svelte.com)\n- [Origin UI Svelte](https://originui-svelte.pages.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsikandarjodd%2Fyouva","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsikandarjodd%2Fyouva","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsikandarjodd%2Fyouva/lists"}