{"id":13680180,"url":"https://github.com/elastic/search-ui","last_synced_at":"2025-05-12T13:19:46.393Z","repository":{"id":37359232,"uuid":"153315627","full_name":"elastic/search-ui","owner":"elastic","description":"Search UI. Libraries for the fast development of modern, engaging search experiences.","archived":false,"fork":false,"pushed_at":"2025-05-09T22:28:02.000Z","size":17853,"stargazers_count":1952,"open_issues_count":46,"forks_count":370,"subscribers_count":157,"default_branch":"main","last_synced_at":"2025-05-12T13:19:34.994Z","etag":null,"topics":["app-search","elasticsearch","enterprise-search","javascript","react","search","workplace-search"],"latest_commit_sha":null,"homepage":"https://docs.elastic.co/search-ui ","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.txt","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-16T16:11:21.000Z","updated_at":"2025-05-09T22:28:05.000Z","dependencies_parsed_at":"2024-01-12T10:27:41.009Z","dependency_job_id":"fdcf4d27-bdf6-41b0-8c20-ad464a2342b4","html_url":"https://github.com/elastic/search-ui","commit_stats":{"total_commits":708,"total_committers":52,"mean_commits":"13.615384615384615","dds":0.4491525423728814,"last_synced_commit":"6583ad0c03056b3df0541d585337dfad12c16272"},"previous_names":[],"tags_count":116,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fsearch-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fsearch-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fsearch-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fsearch-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastic","download_url":"https://codeload.github.com/elastic/search-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745196,"owners_count":21957319,"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","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":["app-search","elasticsearch","enterprise-search","javascript","react","search","workplace-search"],"created_at":"2024-08-02T13:01:13.968Z","updated_at":"2025-05-12T13:19:46.356Z","avatar_url":"https://github.com/elastic.png","language":"TypeScript","readme":"# [Elastic Search UI](https://docs.elastic.co/search-ui)\n\nA JavaScript library for the fast development of modern, engaging search experiences with [Elastic](https://www.elastic.co/). Get up and running quickly without re-inventing the wheel.\n\n**Check out the [documentation](https://docs.elastic.co/search-ui) to learn more about setting up and using Search UI.**\n\n## Features 👍\n\n- **You know, for search** - Maintained by [Elastic](https://elastic.co), the team behind Elasticsearch.\n- **Speedy Implementation** - Build a complete search experience with a few lines of code.\n- **Customizable** - Tune the components, markup, styles, and behaviors to your liking.\n- **Smart URLs** - Searches, paging, filtering, and more, are captured in the URL for direct result linking.\n- **Flexible front-end** - Not just for React. Use with any JavaScript library, even vanilla JavaScript.\n- **Flexible back-end** - Use it with Elasticsearch, Elastic Enterprise Search, or any other search API.\n\n## Live demos 👀\n\n### Connectors\n\n- [Elasticsearch](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=\u0026initialpath=/elasticsearch\u0026file=/src/pages/elasticsearch/index.js)\n- ⚠️ DEPRECATED. [Elastic App Search](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=\u0026initialpath=/app-search\u0026file=/src/pages/app-search/index.js)\n- ⚠️ DEPRECATED. [Elastic Workplace Search](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=\u0026initialpath=/workplace-search\u0026file=/src/pages/workplace-search/index.js)\n- [Elastic Site Search (Swiftype)](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=\u0026initialpath=/site-search\u0026file=/src/pages/site-search/index.js)\n\n### Examples\n\n- [Search as you type](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=\u0026initialpath=/search-as-you-type\u0026file=/src/pages/search-as-you-type/index.js)\n- [Search bar in header](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=\u0026initialpath=/search-bar-in-header\u0026file=/src/pages/search-bar-in-header/index.js)\n- [Customizing Styles and Components](https://codesandbox.io/s/github/elastic/search-ui/tree/main/examples/sandbox?from-embed=\u0026initialpath=/customizing-styles-and-html\u0026file=/src/pages/customizing-styles-and-html/index.js)\n\n## Get started\n\n### Installation\n\n```\nnpm install @elastic/search-ui @elastic/react-search-ui @elastic/react-search-ui-views\n# or\nyarn add @elastic/search-ui @elastic/react-search-ui @elastic/react-search-ui-views\n```\n\n### Tutorials\n\nTo quickly get started with Search UI, follow one of our tutorials:\n\n- [Search UI with Elasticsearch](https://docs.elastic.co/search-ui/tutorials/elasticsearch)\n- ⚠️ DEPRECATED. [Search UI with Elastic App Search](https://docs.elastic.co/search-ui/tutorials/app-search)\n- ⚠️ DEPRECATED. [Search UI with Elastic Workplace Search](https://docs.elastic.co/search-ui/tutorials/workplace-search)\n\n## Contributing\n\nWe welcome contributors to the project. Follow our [contributing guide](./CONTRIBUTING.md) to get started.\n\n## License 📗\n\n[Apache-2.0](https://github.com/elastic/search-ui/blob/main/LICENSE.txt) © [Elastic](https://github.com/elastic)\n\nThank you to all the [contributors](https://github.com/elastic/search-ui/graphs/contributors)!\n","funding_links":[],"categories":["TypeScript","Search"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Fsearch-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastic%2Fsearch-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Fsearch-ui/lists"}