Showing 974 open source projects for "comments"

View related business solutions
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 1
    Auto-Commenter

    Auto-Commenter

    A Claude skill that automatically posts personalized comments

    ...It is framed as a “skill” that can be configured to operate in specific communities, aiming to reduce the repetitive work of staying active while still keeping comments personalized. Because it is designed for ongoing use, it typically includes setup steps for credentials, configuration, and guardrails that define where and how it should comment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Spirit

    Spirit

    Spirit is a modern Python based forum built on top of Django framework

    ...Create your own private conversations and invite as many users as you want to it. Spirit automatically registers which was the last comment you read on a conversation. Spirit saves all edits made to your comments. Spirit automatically saves your unfinished comments so you can complete them later. Highlight any comment you want with a "like." Spirit is mobile-first, it's meant to work in the same way in any given device. The code has been written on python employing django's framework and it can be easily integrated to pre-existing projects. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    TOML

    TOML

    Tom Preston-Werner's obvious, minimal language

    ...TOML and JSON both are simple and use ubiquitous data types, making them easy to code for or parse with machines. TOML and YAML both emphasize human readability features, like comments that make it easier to understand the purpose of a given line. TOML differs in combining these, allowing comments (unlike JSON) but preserving simplicity (unlike YAML). Because TOML is explicitly intended as a configuration file format, parsing it is easy, but it is not intended for serializing arbitrary data structures.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Minify

    Minify

    Go minifiers for web formats

    ...Minifiers or bindings to minifiers exist in almost all programming languages. Some implementations are merely using several regular expressions to trim whitespace and comments.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 5
    APIAuto

    APIAuto

    The most advanced tool for HTTP API

    The most powerful and easy-to-use HTTP interface tool for agile development, machine learning zero-code testing, code generation and static inspection, document generation and cursor suspension comments. A one-stop experience integrating documentation, testing, mocking, debugging, and management, as well as efficient and easy-to-use shortcut keys such as one-key formatting, commenting/uncommenting, etc. In terms of common functions, it far exceeds Postman, Swagger, YApi and other open-source and commercial API documentation/testing tools, and can import use cases and documents with one click. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AdminLTE

    AdminLTE

    Free admin dashboard template based on Bootstrap 4

    ...AdminLTE.io just opened a new premium templates page. Handpicked to ensure the best quality and the most affordable prices. AdminLTE has been carefully coded with clear comments in all of its JS, SCSS and HTML files. SCSS has been used to increase code customizability. Best open source admin dashboard & control panel theme. Built on top of Bootstrap, AdminLTE provides a range of responsive, reusable, and commonly used components. Mobile first design. Fits many resolutions, from large desktops to small mobile devices. ...
    Downloads: 185 This Week
    Last Update:
    See Project
  • 7
    Upvote RSS

    Upvote RSS

    Generate rich RSS feeds from Reddit, Hacker News, Lemmy, Mbin

    Upvote RSS is a flexible, open-source tool for generating customizable RSS feeds from discussion platforms such as Reddit, Hacker News, Lemmy, Lobste.rs, PieFed instances, and GitHub activity. It works as a web application (often deployed with PHP or via Docker) that lets users build feeds with rich options — including summaries, scores, comments, and filtering — to tailor what content flows into their feed reader. Upvote-RSS gives fine control over how posts are selected and presented, and supports environment configuration for features like caching or integration with external APIs to enrich the output. Users can preview generated feeds before copying the RSS URL for consumption in any RSS reader, and advanced options allow filtering by posts per day, inclusion of full content, summaries, and comment limits.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Pronto

    Pronto

    Quick automated code review of your changes

    ...Pronto runs the checks on a diff between the current HEAD and the provided commit-ish (default is master). You can run Pronto as a step of your CI builds and get the results as comments on GitLab commits using GitlabFormatter. You can run Pronto as a step of your CI builds and get the results as comments on Bitbucket commits using BitbucketFormatter or BitbucketPullRequestFormatter. The behavior of Pronto can be controlled via the .pronto.yml configuration file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    plumber

    plumber

    Turn your R code into a web API

    plumber is an R package that enables rapid creation of HTTP APIs by decorating existing R functions with special roxygen-style comments. It transforms R scripts into RESTful web services with minimal setup and integrates easily with RStudio or CI environments.
    Downloads: 7 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    yamlfmt

    yamlfmt

    An extensible command line tool or library to format yaml files

    yamlfmt is an extensible formatter that makes YAML files consistent and easy to read across large repositories. It focuses on practical concerns unique to YAML—multi-document streams, anchors and aliases, comments, and block scalars—so a reformat doesn’t destroy semantics or helpful annotations. The tool ships as a single, distributable binary and can also be used as a library, making it simple to drop into CI and editor workflows. Configuration is file-based, allowing teams to pin indentation, line wrapping, and other house-style choices repo-wide. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Universal Theme for Hugo

    Universal Theme for Hugo

    Universal theme for Hugo, it stands out with its clean design

    ...It stands out with its clean design and elegant typography. This Hugo theme was ported from Bootstrapious for training and fun. It has a very nice and customizable landing page, a comments system by Disqus, site search by Google, contact forms by Formspree, Google Analytics, and optional widgets for the sidebar. After installing the Universal theme successfully, we recommend you to take a look at the example site directory. You will find a working Hugo site configured with the Universal theme that you can use as a starting point for your site. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    NeteaseCloudMusic API

    NeteaseCloudMusic API

    Node.js API service

    ...The hottest anchors of the radio station. Radio anchor newcomer list. Radio Paid Boutique List. Singer's Top 50 Songs. Buy the digital album. Get the data of mv likes, forwards, and comments. Get video likes, forwards, and comments data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    RealWorld

    RealWorld

    Exemplary fullstack Medium.com clone powered by React, Angular, Node

    RealWorld is the “mother of all demo apps”—a full spec and starter backend/frontend that implements a Medium-like blogging platform to showcase best practices across many frameworks. Instead of trivial todo lists, it provides a realistic feature set: authentication, CRUD operations, pagination, comments, profiles, tagging, and favoriting. The same spec is realized dozens of times (React, Vue, Svelte, Angular, Solid, Next, Remix, and many more), alongside multiple server implementations, so learners can compare idioms without guessing about feature gaps. A shared API contract and test suite keep implementations consistent and reveal framework-specific tradeoffs clearly. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    goInception

    goInception

    A MySQL operation and maintenance tool

    ...GoInception extension of the usage of Inception, to specify the remote server by adding annotations before the SQL review, and for distinguishing SQL and review adding special comments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Article Extractor

    Article Extractor

    To extract main article from given URL with Node.js

    A Node.js library for extracting main content from web articles, removing unnecessary clutter like ads and navigation elements.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Kazumi

    Kazumi

    Flutter-based, rule-driven anime collection

    ...It allows users to define custom scraping rules using XPath-style selectors (up to five lines) to collect anime metadata and streaming sources. The app supports streaming with real-time super resolution (via Anime4K), danmaku (on-screen comments), multiple video sources, offline caching, and even collaborative watching modes. It targets many platforms (Android, iOS, Windows, macOS, Linux) and supports custom rule importing and sharing. The interface includes features like search, schedule, history, subtitles, and rule editing. It is actively developed (as of the repository) and licensed under GPL-3.0.
    Downloads: 70 This Week
    Last Update:
    See Project
  • 17
    Hello Algorithm

    Hello Algorithm

    Animated illustrations, one-click data structure

    ...The source code can be run with one click, helping readers improve their programming skills during exercises and understand the working principles of algorithms and the underlying implementation of data structures. Readers are encouraged to help each other learn, and questions and comments can usually be answered within two days.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SLOC

    SLOC

    simple tool to count SLOC (source lines of code)

    ...It tallies physical lines, source lines, comment lines, and blank lines, giving you a quick snapshot of code size across files or entire directories. The utility is language-aware through lightweight detectors and patterns, so it can ignore comments correctly and avoid counting generated or minified files if you configure it to. Output can be human-readable for quick checks or machine-readable (like JSON) for CI pipelines that track repository growth over time. It supports typical developer conveniences such as glob patterns, file/directory ignores, and sensible defaults so you can drop it into existing workflows without fuss. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    XmlSchemaClassGenerator

    XmlSchemaClassGenerator

    Generate C# classes from XML Schema files

    A console program and library to generate XmlSerializer-compatible C# classes from XML Schema files.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Wingman

    Wingman

    An open source AI coding assistant VSCode extension

    ...The AI will look for natural pauses in typing to decide when to offer code suggestions (keep in mind the speed is limited by your machine). The code completion feature will also analyze comments you type and generate suggestions based on that context.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Apollo-11

    Apollo-11

    Original Apollo 11 Guidance Computer (AGC) source code

    Apollo-11 hosts the original Apollo 11 Guidance Computer (AGC) source code for the Command Module and Lunar Module, faithfully transcribed from historical listings. It is written in AGC assembly and reflects 1960s software engineering practices, complete with comments from the original programmers. The code is both a cultural artifact and a technical reference, illustrating how limited memory and processor constraints shaped algorithms and system design. Developers can examine navigation routines, guidance logic, and task scheduling in an environment with no luxury features—everything is explicit and resource-aware. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Minimal Mistakes Jekyll theme

    Minimal Mistakes Jekyll theme

    Jekyll theme for building a personal site, blog, project documentation

    ...If you don’t have this file you’ll need to copy or create one using the theme’s default _config.yml as a base. Take a moment to look over the configuration file included with the theme. Comments have been added to provide examples and default values for most settings. Bundled as a "theme gem" for easier installation/upgrading.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Invidious

    Invidious

    Invidious is an alternative front-end to YouTube

    ...Customizable homepage, subscriptions, independent from Google, notifications for all subscribed channels. Audio-only mode (with background play on mobile), support for Reddit comments, available in many languages, thanks to our translators. Invidious protects you from the prying eyes of Google. It won't track you either! Invidious helps you regain focus through a humane-design — no more shall your day be wasted away! Invidious allows you to subscribe to channels and create playlists, without needing a YouTube account. ...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 24
    windsurf.vim

    windsurf.vim

    Free, ultrafast Copilot alternative for Vim and Neovim

    ...The aim is to provide a “free, ultrafast” alternative to other AI code assistants (such as GitHub Copilot) directly within Vim/Neovim. Once installed and configured, windsurf.vim can suggest code completions, generate multi-line snippets based on comments or invitation in code, and make the editing experience more predictive and context-aware. The plugin supports major programming languages and allows you to trigger completions as you type—especially after comments or partial code constructs. Because it is designed to integrate with Vim’s editing model, it offers suggestions in-line and leverages virtual text or inline indicators when supported. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Penpot

    Penpot

    The first open source design and prototyping tool

    Penpot is the first open-source design and prototyping platform for product teams that allows true collaboration between designers and developers. What will designers and developers find in Penpot? - Powerful UI tool for the team. All stakeholders can access a complete set of interactive prototypes, design systems, components, feedback loop and pixel designs. - Design and development collaborate for real. Penpot brings both code-ready design capabilities and the familiarity of developer...
    Downloads: 53 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.