Showing 29 open source projects for "code-server"

View related business solutions
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Logstash

    Logstash

    Centralize, transform and stash your data

    Logstash is a server-side data processing pipeline that dynamically ingests data from numerous sources, transforms it, and ships it to your favorite “stash” regardless of format or complexity. It supports and ingests data of all shapes, sizes and sources, dynamically transforms and prepares this data, and transports it to the output of your choice.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    Grafana

    Grafana

    Leading open-source visualization and observability platform

    Grafana OSS is a leading open-source visualization and observability platform that lets you query, visualize, alert on, and explore your data—regardless of where it’s stored. With support for 100+ data source plugins (such as Prometheus, Loki, Elasticsearch, InfluxDB, SQL/NoSQL databases, OTel, and more), you can unify metrics, logs, traces, and other observability signals in one place. Grafana OSS empowers you to build dynamic, reusable dashboards with rich visualizations, template...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 3
    Cucumber

    Cucumber

    Cucumber for Ruby

    ...This is the Ruby implementation of Cucumber. Cucumber is also available for JavaScript, Java, and a lot of other languages. Validate executable specifications against your code on any modern development stack. 40+ million open source downloads, the #1 tool for BDD. CucumberStudio is the leading collaboration platform for BDD - an easy-to-use tool to define ideas, test code, and learn in production from real-time insight.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Whenever

    Whenever

    Cron jobs in Ruby

    ...Because it's integrated with your codebase, Whenever keeps your cron definitions versioned, testable, and maintainable alongside the rest of your project rather than buried in server configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Sharetribe

    Sharetribe

    Advanced marketplace software for every business life cycle stage

    ...Whether you're just starting out with your online marketplace idea, or taking the next big step in your booming marketplace business, Sharetribe has all the tools you need to get to where you need to be. Sharetribe Go is Sharetribe's source available marketplace software, available as a hosted, no-code SaaS product that comes with a complete feature set to get you started on your marketplace for rentals, services, events, or products. For those looking for a more customized build, there's Sharetribe Flex. Flex is an API-based, customizable and extendable marketplace solution that allows you to develop your marketplace using your preferred programming language, build a mobile app, integrate third party services and more. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Gumroad

    Gumroad

    Sell stuff and see what sticks

    This repository contains the source code for Gumroad’s e-commerce platform, exposing how a modern creator-focused storefront and payments system is assembled. The app models products, variants, subscriptions, and checkout flows, then ties them to fulfillment, licensing, and customer communications. It implements typical marketplace concerns—order management, refunds, discounts, taxes, fraud checks, and analytics—through well-defined services and background jobs.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    DocuSeal

    DocuSeal

    Open source DocuSign alternative

    ...DocuSeal is an open-source platform that provides secure and efficient digital document signing and processing. Create PDF forms to have them filled and signed online on any device with an easy-to-use, mobile-optimized web tool. Use embeddable code snippets to seamlessly implement the document signing workflows directly on your website or app. Build fillable document forms using our pixel-perfect HTML API, reducing the time for creating personalized documents. DocuSeal Pro users can connect their Gmail or Outlook accounts to send all signing invitation emails from their connected email address under a custom domain. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Ridgepole

    Ridgepole

    Ridgepole is a tool to manage DB schema. It defines DB schema

    Ridgepole is a database schema management tool that treats your schema as code by expressing it in a Ruby DSL and applying diffs to keep databases in sync. You describe the desired state in a “Schemafile” (tables, columns, indexes, constraints), and Ridgepole compares it with the live database to generate only the necessary changes. This diff-and-apply approach makes schema changes repeatable and reviewable, avoiding hand-written migrations for routine structural edits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    InvoicePrinter

    InvoicePrinter

    Super simple PDF invoicing

    Super simple PDF invoicing. InvoicePrinter is a server, command line program and pure Ruby library to generate PDF invoices in no time. You can use Ruby or JSON as the invoice representation to build the final PDF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    if-me.org

    if-me.org

    Free, open source mental health communication web app

    ...Getting them involved in mental health treatment is the key to recovery. The live site can be found at if-me.org. The live design systems can be found at design.if-me.org. We use the wonderful Contributor Covenant for our code of conduct. Please read it before joining our project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Foreman

    Foreman

    Manage Procfile-based applications

    ...You declare your app’s processes (web workers, background jobs, schedulers) in a Procfile, and Foreman starts them together, streams multiplexed logs, and manages environment variables from .env files. It handles port assignment and process concurrency, so you can spin up multiple copies of a worker or web server with a single command. Exporters generate native service definitions (e.g., systemd/Upstart/launchd), enabling the same process topology to run under OS service managers in staging or production. Colorized, prefixed logs and simple signals (restart/stop) provide a clear operational experience for polyglot stacks. By codifying your app’s runtime composition, Foreman reduces “works on my machine” friction and keeps local setups close to deployment reality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Peatio

    Peatio

    Open-source crypto currency exchange software

    ...Peatio is a free and open-source cryptocurrency exchange implementation with the Rails framework. This is a fork of Peatio designed for microservices architecture. We have simplified the code in order to use only the Peatio API with external frontend and server components. Our mission is to build an open-source crypto exchange software with a high-performance trading engine and incomparable security. We are moving toward dev/ops best practices of running an enterprise-grade exchange. We provide webinar or on-site training for installing, configuring, and administering the best practices of Peatio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Chef

    Chef

    Chef Infra, a powerful automation platform

    Chef is an infrastructure-as-code framework that automates how servers are configured and kept in the desired state across fleets. You describe system intent in Ruby-based “recipes” and “cookbooks” made of resources (packages, files, services, users, registries, and more) that converge idempotently, so repeated runs only change what’s necessary. Its client regularly gathers system facts, evaluates policy, and enforces drift correction, which makes environments reproducible from bare metal to cloud instances and containers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QuickFIX
    QuickFIX is the worlds first Open Source C++ FIX (Financial Information eXchange) engine, helping financial institutions easily integrate with each other. The SVN repository is now locked. Latest code is hosted at github. https://github.com/quickfix/quickfix
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15
    A simple long time planning sketching tool for managing tasks of human resources. Rather than trying to automate the planning proccess the goal of this project is to support the task of planning the resource allocations in group sessions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Engine-IT Free TimeTracker

    Free TimeTracker for controlling the team.

    Tool to track what the team is working on by making screenshots every 10 minutes at random time. It consists of Server and Client sides. Client is available for Windows and Linux. Mac version will be available soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An Excel addin and server framework for implementing remote excel user-defined functions (UDFs). This framework is designed to provide a centralised warehouse of functions for Excel users (eg. within an organisation).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Excuse Me
    I wrote an web based to-do list at http://www.excusemenow.com a few years ago, it's live, but I haven't touched it. So it seemed like the thing to do would be to open source the code for the project so that others might get some use from it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A code visualization tool that generates a video based on the commit history. Initially a codeswarm rewrite in ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    deplate is a tool for converting wiki-like markup to latex, docbook, html, or "html-slides". It supports embedded LaTeX code, footnotes, citations, biblographies, automatic generation of an index etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DataVision is a reporting tool similar to Crystal Reports. DV supports many data sources (JDBC, files) and many output formats (HTML, XML, PDF, LaTeX, Excel, delimited files, DocBook). DV includes a GUI editor. DV is embeddable. Reports are XML-based.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fed up forgetting birthdays of your firends / relatives? Tired of setting up reminders plugins for all your different jabber clients? Zadolbator, being once installed at Jabber server side, provides THE ultimate solution! ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ozcode is the source code behind Ozmozr.com, a microformat-aware RSS aggregator, social networking, resource sharing, identity aggregation and presentation site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    On-premise web-based Ruby on Rails web application for ASPs to manage and track support requests against definable event timelines (outages, code upgrades, etc.), according to SLAs and other definable criteria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    San Francisco is highly versatile and customizable product information management software package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB