{"id":48455234,"url":"https://github.com/hayayanai/inline-css-bits","last_synced_at":"2026-04-06T22:30:42.994Z","repository":{"id":339295181,"uuid":"1161311522","full_name":"hayayanai/inline-css-bits","owner":"hayayanai","description":"A collection of copy-paste inline CSS effects for Markdown HTML.","archived":false,"fork":false,"pushed_at":"2026-02-26T22:22:24.000Z","size":154,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-27T04:41:26.819Z","etag":null,"topics":["css","inline-css","inline-styles"],"latest_commit_sha":null,"homepage":"https://hayayanai.github.io/inline-css-bits/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hayayanai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-19T00:52:57.000Z","updated_at":"2026-02-25T14:23:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hayayanai/inline-css-bits","commit_stats":null,"previous_names":["hayayanai/inline-css-bits"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hayayanai/inline-css-bits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayayanai%2Finline-css-bits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayayanai%2Finline-css-bits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayayanai%2Finline-css-bits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayayanai%2Finline-css-bits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hayayanai","download_url":"https://codeload.github.com/hayayanai/inline-css-bits/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayayanai%2Finline-css-bits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31492751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"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":["css","inline-css","inline-styles"],"created_at":"2026-04-06T22:30:41.790Z","updated_at":"2026-04-06T22:30:42.989Z","avatar_url":"https://github.com/hayayanai.png","language":"Astro","readme":"# inline-css-bits\n\nA collection of copy-paste inline CSS effects for Markdown HTML.\n\n[![GitHub stars](https://img.shields.io/github/stars/hayayanai/inline-css-bits)](https://github.com/hayayanai/inline-css-bits/stargazers)\n[![License: MIT + Commons Clause](https://img.shields.io/badge/license-MIT%20%2B%20Commons%20Clause-green)](./LICENSE.md)\n\n## Documentation\n\nVisit [inline-css-bits](https://hayayanai.github.io/inline-css-bits/) to browse all effects with live previews.\n\n## About\n\ninline-css-bits is a showcase of inline CSS effects that work solely via `style=\"\"` attributes — no `\u003cstyle\u003e` tags or `\u003cscript\u003e` needed.\n\nEvery effect is designed to be copied and pasted directly into Markdown HTML, making it perfect for README files, GitHub Pages, blog posts, and anywhere that supports inline HTML.\n\n**Note:** Although this site is built with Astro, this project is not an Astro port of React Bits or Vue Bits. inline-css-bits is an independent project focused specifically on inline `style=\"\"` effects for Markdown HTML.\n\n## Key Features\n\n- **55+ Effects** — Text effects, backgrounds, and UI components across 3 categories\n- **Copy \u0026 Paste** — Just copy an effect and paste it into your HTML. No setup required\n- **Zero Dependencies** — Everything works with just the `style=\"\"` attribute\n- **Customizable** — Tweak colors, sizes, and values directly in the inline styles\n\n## Usage\n\nBrowse the [documentation site](https://hayayanai.github.io/inline-css-bits/), find an effect you like, and copy the code:\n\n```html\n\u003c!-- Example: Neon Glow text --\u003e\n\u003cspan\n  style=\"color:#0ff;text-shadow:0 0 7px #0ff,0 0 10px #0ff,0 0 21px #0ff,0 0 42px #0ff\"\n\u003e\n  Neon Glow\n\u003c/span\u003e\n```\n\nPaste it into any Markdown file or HTML document. That's it.\n\n## Development Commands\n\n- `pnpm dev` — Start local dev server\n- `pnpm build` — Build static site\n- `pnpm lint` — Run oxlint\n- `pnpm format` — Format the repository with Prettier\n- `pnpm format:check` — Check formatting in CI/local\n\n## Credit\n\nThis project is heavily inspired by [React Bits](https://github.com/davidhdev/react-bits) and [Vue Bits](https://github.com/davidhdev/vue-bits) by [davidhdev](https://github.com/davidhdev). The site structure and concept of providing copy-paste ready effects are based on their excellent work.\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request.\n\n## License\n\n[MIT + Commons Clause](./LICENSE.md) (c) 2026 hayayanai\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayayanai%2Finline-css-bits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhayayanai%2Finline-css-bits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayayanai%2Finline-css-bits/lists"}