https://github.com/gridsky-app/kit
Gridsky playground + Core & UI Kit
https://github.com/gridsky-app/kit
atproto atprotocol bluesky javascript nuxtjs typescript vuetify
Last synced: 10 months ago
JSON representation
Gridsky playground + Core & UI Kit
- Host: GitHub
- URL: https://github.com/gridsky-app/kit
- Owner: gridsky-app
- License: mit
- Created: 2025-05-05T00:47:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-05T03:37:49.000Z (12 months ago)
- Last Synced: 2025-07-05T04:37:24.859Z (12 months ago)
- Topics: atproto, atprotocol, bluesky, javascript, nuxtjs, typescript, vuetify
- Language: TypeScript
- Homepage:
- Size: 849 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gridsky Social
Gridsky isn’t just another client — it’s a fresh, customizable, and visually immersive way to experience the social web on the ATmosphere. Inspired by the aesthetics and usability of popular platforms, Gridsky brings a refined, user-friendly interface to Bluesky enriched by vibrant colors and other goodies to make you shine.
## About
**gridsky-app/kit** is a monorepo playground for the Core and UI libraries of Gridsky.
The code is shared to support collaboration and transparency as the project evolves. While the official client won't be open source in the traditional sense, the license allows for contributions and involvement — just not wholesale cloning or rebranding. The more the community engages, the more open it may become.
[**Demo**](https://gridsky.app) · [**Lifetime Perks**](https://patreon.com/join/gridsky)
## Contributing
The main Gridsky App isn't open source yet — we're working on a compact version called Gridsky Pocket, designed to help fund development while focusing on the core libraries and essential features which will be available under the MIT license. Gridsky Pocket will be released under the Gridsky Community License.
```bash
# fork these two repositories
# https://github.com/gridsky-app/kit
# (name it "gridsky-playground")
# https://github.com/gridsky-app/pocket
# (leave it "pocket")
# clone your gridsky kit fork
git clone git@github.com:/gridsky-playground.git
# enter the directory you just cloned
cd gridsky-playground
# clone your gridsky pocket fork into /apps/pocket
git clone git@github.com:/pocket.git /apps/pocket
# install dependencies
pnpm install
# start the pocket client
nx run pocket:serve
```
If you’d like to contribute to Gridsky, please join our [Discord](https://discord.gg/bPfgdDbj87) server — that’s where all discussions, feedback, and coordination happen. The project is being developed using TypeScript and the Vue.js ecosystem.
## Sponsoring
As we're getting started, early funding will be incredibly valuable in helping us grow faster.
## Supporting
Our main source of income will be from profile customizations, you will unlock lifetime perks once a certain contribution threshold is reached. You can support with [Gridsky Æsthetics](https://gridsky.pages.dev/ae).
## License
`@gridsky/core` and `@gridsky/ui` packages are released under the [MIT License](LICENSE).