{"id":20578736,"url":"https://github.com/schalkventer/coloringbook","last_synced_at":"2026-02-19T06:31:03.264Z","repository":{"id":39271566,"uuid":"231022097","full_name":"schalkventer/coloringbook","owner":"schalkventer","description":"📙 An opinionated, batteries-included implementation of Storybook for use in React projects.","archived":false,"fork":false,"pushed_at":"2022-12-11T18:54:26.000Z","size":10541,"stargazers_count":3,"open_issues_count":20,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T19:36:22.727Z","etag":null,"topics":["atomic-design","design-system","react","starter-template","storybook"],"latest_commit_sha":null,"homepage":"https://coloringbook.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schalkventer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-12-31T03:52:58.000Z","updated_at":"2023-08-19T23:04:38.000Z","dependencies_parsed_at":"2022-08-24T14:32:06.154Z","dependency_job_id":null,"html_url":"https://github.com/schalkventer/coloringbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schalkventer/coloringbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schalkventer%2Fcoloringbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schalkventer%2Fcoloringbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schalkventer%2Fcoloringbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schalkventer%2Fcoloringbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schalkventer","download_url":"https://codeload.github.com/schalkventer/coloringbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schalkventer%2Fcoloringbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["atomic-design","design-system","react","starter-template","storybook"],"created_at":"2024-11-16T06:14:26.410Z","updated_at":"2026-02-19T06:31:03.244Z","avatar_url":"https://github.com/schalkventer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📙 Coloringbook\n\n`0.0.2`\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/44808422-6dd4-423d-bddd-042b5dab4d9f/deploy-status)](https://app.netlify.com/sites/coloringbook-docs/deploys) \n\n[![](https://img.shields.io/badge/slack-@zatech/%23storybook-purple.svg?logo=slack)](https://zatech.github.io) [![](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![](https://img.shields.io/badge/License-CC%20BY‒SA‒4%2E0-yellow.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![](https://travis-ci.com/schalkventer/coloringbook.svg?branch=master)](https://travis-ci.com/schalkventer/coloringbook)\n\n**An opinionated, batteries-included UI framework built on Storybook and React.**\n\n## Overview\n\n_NOTE: At the moment Coloringbook is only available for Create React App, however support for Gatsby and NextJS is in the pipeline._\n\n### Features\n\n- 📓 Includes the core [Storybook for React library](https://storybook.js.org/docs/guides/guide-react/), as well as various addons.\n- 🔌 Completely decouple your internal webapp logic from your user-interface\n- 💾 Includes [TypeDoc](https://typedoc.org/) to document code that is not user-interface related.\n- 🚀 Supports [Test-driven Development](https://en.wikipedia.org/wiki/Test-driven_development) all the way from start to finish.\n- 📦 Uses the [Material UI](https://material-ui.com/) component-library, configured to work with [Styled Components](https://www.styled-components.com/).\n- ✨ Includes various [MDX](https://mdxjs.com/) templates to easily bootstrap documentation.\n- 🚥 Built-in [Jest Snapshot](https://jestjs.io/docs/en/snapshot-testing) testing.\n- 🏆 Displays all tests results in your documentation itself.\n- 🎯 Able to indicate browser support on a per component basis.\n- 🗜 Static type-checking with [TypeScript](https://www.typescriptlang.org/).\n- 🎨 Includes tools to document your [design tokens](https://uxdesign.cc/design-tokens-for-dummies-8acebf010d71?gi=334353308145).\n- 📜 [VS Code snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets) corresponing to the existing project conventions.\n- 📐 Various component templates for use with [Blueprint](https://marketplace.visualstudio.com/items?itemName=teamchilla.blueprint)\n- ☂️ Watertight linting with a collection of popular [ESLint](https://eslint.org/) and [Stylelint](https://stylelint.io/) rules.\n- 🤖 Pre-configured Git hooks to ensure that all tests pass upon committing code.\n- 🐶 Tooling is documented with Coloringbook itself ([eating its own dog food](https://en.wikipedia.org/wiki/Eating_your_own_dog_food)!)\n- 💅 Built to customize/extend according to your needs via `coloringbook` in `package.json` or an seperate config file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschalkventer%2Fcoloringbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschalkventer%2Fcoloringbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschalkventer%2Fcoloringbook/lists"}