https://github.com/scattered-systems/scsys-io-www
The company website
https://github.com/scattered-systems/scsys-io-www
mdx nextjs15 react tailwindcss typescript
Last synced: about 1 month ago
JSON representation
The company website
- Host: GitHub
- URL: https://github.com/scattered-systems/scsys-io-www
- Owner: Scattered-Systems
- License: apache-2.0
- Created: 2024-11-27T17:23:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-04T20:35:36.000Z (4 months ago)
- Last Synced: 2026-03-05T00:49:38.251Z (4 months ago)
- Topics: mdx, nextjs15, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://scsys.io
- Size: 5.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# @pzzld
[](LICENSE)

[](https://www.typescriptlang.org/)
---
Welcome to the `pzzld-js` monorepo! This repository contains a collections of packages, applications, components, and contracts that combine to form the basis of the `pzzld` ecosystem.
## Structure
### Monorepo
#### _Applications_
All applications are located in the `apps` directory. Each application is a standalone project that can be developed, built, and deployed independently. The applications include:
- `@pzzld/app`: A complete application template for creating modern web applications using NextJS, Bun, and Tailwind CSS.
#### _Packages_
All reusable packages are located in the `packages` directory. Each package is designed to be shared across multiple applications and can be published to npm. The packages include:
- `@pzzld/ui`: A collection of reusable React components styled with Tailwind CSS.
- `@pzzld/types`: A collection of TypeScript types and interfaces
- `@pzzld/utils`: A collection of utility functions and hooks for common tasks.
- `@pzzld/pzzld-js`: Core logic and services for the `pzzld` ecosystem, such as authentication, data fetching, and state management