Styleguide

Top 23 Styleguide Open-Source Projects

Styleguide
  1. javascript

    JavaScript Style Guide

    Project mention: ESLint v9 Support | news.ycombinator.com | 2025-02-05
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. nodebestpractices

    :white_check_mark: The Node.js best practices list (July 2024)

    Project mention: πŸš€ 20 Must-Know GitHub Repositories for Developers in 2025! | dev.to | 2025-03-08

    1️⃣4️⃣ Node.js Best Practices πŸš€ πŸ“Œ https://github.com/goldbergyoni/nodebestpractices Best practices for building scalable and efficient Node.js applications.

  4. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: Top 20 Front-End Development Tools to Use in 2025 | dev.to | 2025-03-16

    9. Storybook

  5. styleguide

    Style guides for Google-originated open-source projects

    Project mention: Year After Switching from Java to Go: Our Experiences | news.ycombinator.com | 2025-02-18

    I think the Google Go style guide is really nice and pragmatic. There are some references to the GoTips for some advanced subjects. I hope they release it someday.

    I made a PR for it: https://github.com/google/styleguide/issues/881

  6. ruff

    An extremely fast Python linter and code formatter, written in Rust.

    Project mention: Top Tools for Static Analysis Help in Your Python Projects | dev.to | 2025-03-18

    Ruff:

  7. api-guidelines

    Microsoft REST API Guidelines

    Project mention: What is a URL? | dev.to | 2025-02-25

    Probably a more realistic approach is described in the API guidelines from Microsoft. It admits that there is usually a collection of entities (pets in our case) we work with.

  8. Primer

    Primer is GitHub's design system. This is the CSS implementation

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. react-styleguidist

    Isolated React component development environment with a living style guide

    Project mention: Modern React testing, part 5: Playwright | dev.to | 2024-05-06

    As a development server, we can use an actual development server of our app, like Create React App (that we use for the examples) or Vite, or another tool like React Styleguidist or Storybook, to test isolated components.

  11. Rails style guide

    A community-driven Ruby on Rails style guide

  12. state-of-the-art-shitcode

    πŸ’©State-of-the-art shitcode principles your project should follow to call it a proper shitcode

    Project mention: Shitcode Principles (2020) | news.ycombinator.com | 2024-11-26
  13. ue5-style-guide

    An attempt to make Unreal Engine 4 projects more consistent

  14. pycodestyle

    Simple Python style checker in one Python file

  15. elixir_style_guide

    A community driven style guide for Elixir

  16. style-dictionary

    A build system for creating cross-platform styles.

  17. openmoji

    Open source emojis for designers, developers and everyone else!

  18. clojure-style-guide

    A community coding style guide for the Clojure programming language

    Project mention: A Dictionary of Single-Letter Variable Names | news.ycombinator.com | 2024-10-13

    Clojure developers also often make use of single-letter variable names, following conventions in `clojure.core`: https://guide.clojure.style/#idiomatic-names

    My rule of thumb is to only use short names in the local scope of a function and have them follow conventions within the language community. Constrained like this, I see no harm in using them, since their meaning is clear within the context of their usage and there is usually no need to search for them. Of course, if the variable has a more specific meaning, I choose a more specific name.

  19. Flake8

    flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

    Project mention: Top Tools for Static Analysis Help in Your Python Projects | dev.to | 2025-03-18

    Flake8: This tool checks for style errors and simple programming mistakes.

  20. elements-of-python-style

    Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.

    Project mention: The Elements of Python Style | news.ycombinator.com | 2024-06-09
  21. ladle

    πŸ₯„ Develop, test and document your React story components faster.

  22. wemake-python-styleguide

    The strictest and most opinionated python linter ever!

  23. swift

    Airbnb's Swift Style Guide (by airbnb)

  24. vue-styleguidist

    Created from react styleguidist for Vue Components with a living style guide

    Project mention: Comparing Vue Component Documentation tools | dev.to | 2024-06-09

    Vue Styleguidist Website

  25. pytorch-styleguide

    An unofficial styleguide and best practices summary for PyTorch

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Styleguide discussion

Log in or Post with

Styleguide related posts

Index

What are some of the best open-source Styleguide projects? This list will help you:

# Project Stars
1 javascript 146,284
2 nodebestpractices 102,104
3 storybook 86,167
4 styleguide 37,966
5 ruff 36,929
6 api-guidelines 22,930
7 Primer 12,646
8 react-styleguidist 10,869
9 Rails style guide 6,498
10 state-of-the-art-shitcode 5,851
11 ue5-style-guide 5,389
12 pycodestyle 5,081
13 elixir_style_guide 4,386
14 style-dictionary 4,085
15 openmoji 4,060
16 clojure-style-guide 4,023
17 Flake8 3,555
18 elements-of-python-style 3,483
19 ladle 2,701
20 wemake-python-styleguide 2,675
21 swift 2,544
22 vue-styleguidist 2,481
23 pytorch-styleguide 1,942

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?