Submit Your Library

Share your FSCSS plugin with the community in 3 simple steps

Requirements before submitting
1
Open the registry file on GitHub

Click the button below — it opens GitHub's built-in editor pointed directly at libs.json. You'll need a GitHub account (free).

2
Add your repository URL to the "remotes" array

Append your GitHub repo URL as the last item. Make sure a comma follows the previous entry.

{ "remotes": [ "https://github.com/fscss-ttr/st-core.fscss", "https://github.com/Figsh/Circle-progress.fscss", "https://github.com/YOUR_USERNAME/YOUR_REPO.fscss" ← add yours ] }

No comma after the last entry — JSON will be invalid otherwise.

3
Open a Pull Request

Scroll to the bottom of the GitHub editor, write a short commit message, then click Propose changesCreate pull request. We'll review and merge it shortly.

Open Editor & Submit

Not sure how to fork & PR? GitHub's guide walks you through it. Questions? Open a discussion.