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.
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.
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.
# 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:<username>/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:<username>/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 server — that’s where all discussions, feedback, and coordination happen. The project is being developed using TypeScript and the Vue.js ecosystem.
As we're getting started, early funding will be incredibly valuable in helping us grow faster.
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.
@gridsky/core
and @gridsky/ui
packages are released under the MIT License.