{"id":19710392,"url":"https://github.com/aditya-xq/altcss","last_synced_at":"2025-09-03T08:34:07.264Z","repository":{"id":243446236,"uuid":"812445566","full_name":"aditya-xq/altcss","owner":"aditya-xq","description":"An opinionated, offbeat, lightweight CSS component library designed on top of TailwindCSS v4.","archived":false,"fork":false,"pushed_at":"2025-05-18T14:28:39.000Z","size":239,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T15:29:02.718Z","etag":null,"topics":["altcss","css","html","tailwindcss","tailwindcss-v4"],"latest_commit_sha":null,"homepage":"https://aditya-xq.github.io/altcss/","language":"CSS","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/aditya-xq.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":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":"2024-06-08T23:08:26.000Z","updated_at":"2025-05-18T14:28:42.000Z","dependencies_parsed_at":"2024-11-11T22:07:23.995Z","dependency_job_id":"79578256-a04f-4095-8805-92b2b9da2853","html_url":"https://github.com/aditya-xq/altcss","commit_stats":null,"previous_names":["aditya-xq/altcss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aditya-xq/altcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-xq%2Faltcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-xq%2Faltcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-xq%2Faltcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-xq%2Faltcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aditya-xq","download_url":"https://codeload.github.com/aditya-xq/altcss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditya-xq%2Faltcss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273414409,"owners_count":25101398,"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-03T02:00:09.631Z","response_time":76,"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":["altcss","css","html","tailwindcss","tailwindcss-v4"],"created_at":"2024-11-11T22:07:15.498Z","updated_at":"2025-09-03T08:34:07.209Z","avatar_url":"https://github.com/aditya-xq.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌈 AltCSS\nWelcome to AltCSS, the opinionated, offbeat, lightweight CSS component library you didn't know you needed! 🎉\n\n## 📚 Overview\nAltCSS is all about simplicity and style, without the fuss. It's built on Tailwind CSS and designed to make your web projects look sleek and modern with minimal effort. \n\n## 🚀 Features\n- **Typography**: Beautifully styled headings, paragraphs, and links to make your content pop.\n- **Layouts**: Easy-to-use structural elements like sections and articles, with card designs and responsive tables.\n- **Base Styles**: Simple yet elegant base styles for a consistent look across your site.\n\n## 🌟 Design Principles\n1. **Don't write class names.**\n2. **Don't write CSS.**\n3. **Keep it simple.**\n4. **Keep it clean.**\n\nInterested to know more about why I created this? Read this [blog post](https://medium.com/p/8f8e11f4a875).\n\n## 📦 Installation\nTo get started with AltCSS, add it to your project:\n\n```sh\nnpm install altcss\n```\n```sh\npnpm add altcss\n```\n```sh\nbun add altcss\n```\n\n## 🛠 Usage\n\nImport AltCSS in your project (E.g. In sveltekit, you would import this under the script tag of +layout.svelte):\n\n```ts\nimport 'altcss/alt.min.css';\n```\n\nAnd voilà! You're ready to go. Just use native html without any further CSS in your project.\n\n## 📝 Documentation\nOnly these tags are supported at the moment. More will be added soon. To understand how to use them, you can refer to index.html.\n\n### Typography\n- **Headings**: `h1`, `h2`, `h3`, `h4`\n- **Text**: `p`\n- **Links**: `a`\n\n### Layouts\n- **Sections**: `section`, `article`\n- **Cards**: `div` elements with nested structures\n- **Tables**: Responsive and clean table designs\n\n### Base\n- **Body**: Responsive margins and padding\n- **Horizontal Rule**: Stylish horizontal lines\n\n## 📄 Example\nHere's a quick example to see AltCSS in action: https://aditya-xq.github.io/altcss/\n\n## 🚧 Roadmap\n- Design frequently used HTML tags\n- Clean and minify CSS\n- Light/Dark mode\n- Design builder\n\n## 📜 License\nAltCSS is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## 🎉 Acknowledgments\nSpecial thanks to the Tailwind CSS community for their amazing work. Also, special mention to ChatGPT/Copilot/Cody for being the awesome companions in helping with debugging, writing code and creative support.\n\n## Caution\nThis project is frequently updated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-xq%2Faltcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya-xq%2Faltcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-xq%2Faltcss/lists"}