https://github.com/authzed/design
https://github.com/authzed/design
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/authzed/design
- Owner: authzed
- Created: 2024-11-25T18:18:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T01:57:27.000Z (over 1 year ago)
- Last Synced: 2025-07-22T01:56:34.572Z (10 months ago)
- Language: TypeScript
- Homepage: https://design-authzed.vercel.app
- Size: 8.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthZed Design
A monorepo housing AuthZed's self-serve design tools and resources.
## Overview
This repository serves as the central hub for AuthZed's design infrastructure, containing tools and applications that empower teams to build consistent, high-quality user experiences.
## Projects
### [Sandworm](./sandworm)
Design system documentation and component library.
- Component showcase
- Design guidelines
- Brand assets
_More projects coming soon_
## Getting Started
Each project within this monorepo is self-contained with its own documentation and setup instructions. Navigate to the project directory you're interested in and follow the project-specific README.
## Structure
```
design/
├── sandworm/ # Design system documentation
└── [future-tools]/ # Additional design tools
```
## Contributing
1. Clone the repository
```bash
git clone https://github.com/authzed/design.git
```
2. Navigate to the project you want to work on
```bash
cd design/
```
3. Follow the project-specific setup instructions in its README
## Development
- Each project maintains its own development workflow
- Follow the coding and contribution guidelines specific to each project
- Ensure changes are compatible with the project's supported environments
## Support
For questions or issues:
- Open a GitHub issue
- Join our [Discord community](https://authzed.com/discord)
## License
See [LICENSE](./LICENSE) for details.