Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Disqus looks to make it very easy and rewarding for people to interact on websites using its system. Commenters can build reputation and carry their contributions from one website to the next. | Jetpack wraps webpack to create a smoother developer experience. Jetpack can be used instead of webpack, webpack-cli, webpack-dev-server and webpack-dev-middleware without writing any configuration. Jetpack is a thin wrapper around webpack, and can be extended with any of the webpack configuration. |
Clean & Intuitive- We designed the platform to be clutter-free, which keeps people's eyes focused on the discussion itself.;Fully real-time Live discussions- Discussions unfold in real-time. Comments stream as they are posted and user activity indicates life on your website.;Activity indicators- Indicators make it easier for people to notice, see, and interact with new content and activity as it happens.;Typing presence- Disqus even shows when others are in the middle of writing and editing their comment but haven’t posted just yet.;More dynamic content- The real-time system is designed for active communities, live events, and video content.;Quality discussions- A smart voting system surfaces the best content on the page.;Loyal communities- People can see your community’s unique set of top participants and other popular discussions happening across your website.;Mobile- Disqus automatically supports rich, feature-parity on phones and tablets via a fully responsive, end-to-end HTML5 design.;Recommended Conversations- Let users easily find other interesting conversations happening on your website.;Social Sharing- Allow users to easily share any comment or discussion thread to their favorite social network.;Social Reactions- Discussions around your content happens all over the web. Disqus finds these conversations from Twitter and pulls them into the discussion on your website.;Social Tagging- With @mentions, easily include others on Disqus and Twitter in your discussion. Mentioned people are notified and encouraged to join your community.;Moderation Dashboard- Our moderation panel in the Disqus admin is built for sites that have lots of commenting activity;User Reputation- Users can participate anonymously, using a pseudonym, or with a given name.;User History- Learn how long your users have been around and how active they are.;Keyboard Shortcuts- Quickly select a group of items, take action, and change tabs without touching your mouse.;In-Line & Email Moderation- Moderate your site directly on the comment thread while logged in as a moderator or moderate your comment notifications by email with three simple commands.;Spam Controls & Word Filtering- Our smart-spam system works network wide and responds to new flare-ups automatically as moderators indicate new issues.;Blacklisting & Whitelisting- With control lists, specify users, emails, IP addresses, and words.;Import and export anytime- You can import all your existing comments or export;Flexible, Powerful Partner API- Our API is full featured and allows your developers to integrate Disqus into your mobile app, widget, forum or visualization.;Analytics- Visualize data with topical trend analysis, user segmentation and ad sales packaging.;Single Sign-On- Integrate your existing login system and allow your community to comment via your proprietary sign-in, in addition to the social options Disqus makes available.;SEO Optimized- Disqus is fully indexable for search engines out- of-the-box. We have been approved by the Google Search Quality team to be organically crawled unlike any other comment platform. | - |
Statistics | |
GitHub Stars - | GitHub Stars 1.3K |
GitHub Forks - | GitHub Forks 29 |
Stacks 2.5K | Stacks 79 |
Followers 480 | Followers 43 |
Votes 466 | Votes 0 |
Pros & Cons | |
Pros
Cons
| No community feedback yet |
Integrations | |

Build system automating tasks: minification and copying of all JavaScript files, static images. More capable of watching files to automatically rerun the task when a file changes.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.

Brunch is an assembler for HTML5 applications. It's agnostic to frameworks, libraries, programming, stylesheet & templating languages and backend technology.

Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.

It is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD.

Backpack is minimalistic build system for Node.js. Inspired by Facebook's create-react-app, Zeit's Next.js, and Remy's Nodemon, Backpack lets you create modern Node.js apps and services with zero configuration. Backpack handles all the file-watching, live-reloading, transpiling, and bundling, so you don't have to.

It is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production.

Gulp and Grunt and other heavyweight build tools are great for complicated build workflows. Sometimes you want something simpler that doesn't take lots of configuration to get up and running. That's Pingy CLI.

Zero-configuration bundler for tiny modules, powered by Rollup.