Shape the Future of GlideCN

GlideCN is an open-source movement built for and by the community. We value minimal friction, beautiful code, and high-quality user experiences.

Core Philosophy

Simplicity First

Code should read like prose. Avoid over-engineering. Keep architectures flat and predictable.

Aesthetic Excellence

If it touches the DOM, it must look and feel premium. Every pixel and animation curve is intentional.

Performant by Default

GPU-acceleration and zero layout shifts are non-negotiable. 60fps is the baseline standard.

Development Setup

We use `npm` for fast, deterministic package management. The playground runs on Next.js 15.

1

Clone the repository

git clone https://github.com/MYSELF-SAYAN/glidecn.git
cd glidecn
2

Install dependencies

npm install
3

Start the playground

npm run dev

Pull Requests

  • Keep PRs scoped and tightly focused.
  • Prefix commits (e.g., feat:, fix:, chore:).
  • Include screenshots or videos for UI changes.
  • Ensure tests and CI/CD pipelines pass locally.

Ready to Build?

Join the movement. We review pull requests weekly and are always looking for fresh perspectives on web animation.

View Repository