{"id":23122677,"url":"https://github.com/folio-org/stripes","last_synced_at":"2026-04-14T23:01:15.325Z","repository":{"id":34566496,"uuid":"143297477","full_name":"folio-org/stripes","owner":"folio-org","description":"UI framework for building front-end FOLIO modules","archived":false,"fork":false,"pushed_at":"2026-02-27T13:51:21.000Z","size":1211,"stargazers_count":20,"open_issues_count":0,"forks_count":20,"subscribers_count":19,"default_branch":"main","last_synced_at":"2026-02-27T18:40:30.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/folio-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-02T13:19:39.000Z","updated_at":"2026-02-27T13:51:24.000Z","dependencies_parsed_at":"2024-03-25T22:25:23.398Z","dependency_job_id":"6b3cd909-59a7-4bd4-b924-1f40fd004c01","html_url":"https://github.com/folio-org/stripes","commit_stats":null,"previous_names":[],"tags_count":157,"template":false,"template_full_name":null,"purl":"pkg:github/folio-org/stripes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fstripes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fstripes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fstripes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fstripes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/folio-org","download_url":"https://codeload.github.com/folio-org/stripes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fstripes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31818840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":[],"created_at":"2024-12-17T07:29:35.809Z","updated_at":"2026-04-14T23:01:15.285Z","avatar_url":"https://github.com/folio-org.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stripes\n\nCopyright (C) 2017-2021 The Open Library Foundation\n\nThis software is distributed under the terms of the Apache License,\nVersion 2.0. See the file \"[LICENSE](LICENSE)\" for more information.\n\n## Introduction\n\nStripes is a toolkit for building single-page web applications that FOLIO UI modules can run in.  In addition to being the home of Stripes [framework](doc/stripes-framework.md), this repository serves as a hub for shared Stripes documentation.\n\n## Background\n\n* [Stripes framework](doc/stripes-framework.md) - A brief overview of the Stripes framework package\n* [Overview of Stripes](doc/overview.md) - Concepts that guided the design of Stripes\n* [Stripes entities](doc/modules-apps-etc.md) - Terminology of things pertaining to Stripes\n\n## Developing with Stripes\n\nGetting started and new environment setup\n\n* [Quick start guide](doc/quick-start.md)\n* [New development setup guide](doc/new-development-setup.md) - More detailed overview\n* [Hello World](https://github.com/folio-org/stripes-cli/blob/master/doc/user-guide.md#app-development) - Use Stripes CLI to create a hello world app for FOLIO\n\nGuides for development and testing\n\n* [Stripes module developer's guide](doc/dev-guide.md)\n* [Stripes CLI user guide](https://github.com/folio-org/stripes-cli/blob/master/doc/user-guide.md)\n* [Migrate to Stripes framework](doc/stripes-framework.md#migrating) - How to migrate an existing app to Stripes framework v1.0\n* [Stripes-core](https://github.com/folio-org/stripes-core/blob/master/README.md)  - Details on Stripes core features including permissions and settings\n* [Stripes-components](https://github.com/folio-org/stripes-components/blob/master/README.md) - The UI component library for Stripes\n* [Unit Testing with Jest and RTL](doc/unit-testing-with-jest-and-rtl.md)\n* Integration test guide - Integration tests with Nightmare (placeholder) _Note: The [old documentation](https://github.com/folio-org/ui-testing/blob/master/README.md) is still mostly relevant, but tests are now invoked by the CLI_\n* [Accessibility (a11y) in Stripes](https://github.com/folio-org/stripes-components/blob/master/guides/accessibility/AboutAccessibility.stories.mdx)\n* [Internationalization (i18n) best practices](doc/i18n.md) - Overview and examples\n* [Release procedure](doc/release-procedure.md) - For all front-end `ui-*` and `stripes-*` modules\n* [Depending on unreleased features](doc/depending-on-unreleased-features.md)\n* [Troubleshooting guide](doc/troubleshooting.md) - An evolving troubleshooting guide\n\n## TypeScript support\n\nTypings for the Stripes framework may be found in [stripes-types](https://github.com/folio-org/stripes-types)\n\n## Implementing Stripes\n\nGuides for dev-ops and platform implementors\n\n* Overview of the tenant config, aka `stripes.config.js` (placeholder)\n* [Branding guide](doc/branding.md) - Apply a logo and favicon\n* [Build a platform](https://github.com/folio-org/stripes-cli/blob/master/doc/user-guide.md#generating-a-production-build) - Use the CLI to create a production build\n\n\n## Additional information\n\nSee project [STRIPES](https://issues.folio.org/browse/STRIPES)\nat the [FOLIO issue tracker](https://dev.folio.org/guidelines/issue-tracker/).\n\nOther FOLIO Developer documentation is at [dev.folio.org](https://dev.folio.org/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fstripes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffolio-org%2Fstripes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fstripes/lists"}