Showing 58 open source projects for "code-server"

View related business solutions
  • 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
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 1
    Architecture as a code

    Architecture as a code

    Visualize, collaborate, and evolve the software architecture

    Architecture as a code is an open-source modeling language and toolkit that enables software teams to describe, visualize, collaborate on, and maintain software architecture as code. Inspired by the C4 Model and other architectural DSLs, LikeC4 lets you define your system’s structure in a textual DSL and then automatically generate consistent diagrams that reflect that design, ensuring that architecture documentation stays in sync with source code changes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    ClickUp MCP Server

    ClickUp MCP Server

    Integrate ClickUp project management with AI

    clickup‑mcp‑server is an open-source implementation of the Model Context Protocol (MCP) that enables AI agents to interact with ClickUp via browseable structured APIs. It allows creation, retrieval, updating, and deletion of tasks, lists, folders, and comments, facilitating advanced AI-powered workflows and automation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Azure Data Studio

    Azure Data Studio

    A data management tool that enables working with other SQL tools

    ...Azure Data Studio offers a modern, keyboard-focused SQL coding experience that makes your everyday tasks easier with built-in features, such as multiple tab windows, a rich SQL editor, IntelliSense, keyword completion, code snippets, code navigation, and source control integration (Git).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    VS Code Java Dependency

    VS Code Java Dependency

    Manage Java projects in Visual Studio Code

    This lightweight VS Code extension enhances the Java Project Explorer by displaying dependency trees and JARs. It complements Red Hat’s Java Language Support and simplifies dependency management.
    Downloads: 0 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
  • 5
    GitNexus

    GitNexus

    Zero-Server Code Intelligence Engine

    GitNexus is a zero-server code intelligence engine that builds an interactive knowledge graph of a codebase entirely within the user’s browser. The tool allows developers to drop in a GitHub repository or ZIP archive and automatically generate a relational map of files, dependencies, and structural relationships. Its core concept centers on precomputed relational intelligence, enabling AI systems to retrieve comprehensive context with minimal queries.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    n8n

    n8n

    Free and source-available fair-code licensed workflow automation tool

    n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. n8n has 200+ different nodes to automate workflows.
    Downloads: 772 This Week
    Last Update:
    See Project
  • 7
    Excalidraw MCP

    Excalidraw MCP

    Fast and streamable Excalidraw MCP App

    Excalidraw-MCP is an open-source Model Context Protocol (MCP) application and server that connects the visual power of Excalidraw’s hand-drawn diagram editor with AI-driven workflows, enabling agents like Claude, ChatGPT, VS Code, and other MCP-compatible hosts to generate and manipulate diagrams programmatically. Rather than being just a static whiteboard, Excalidraw-MCP serves diagrams in real time using an MCP backend and streams interactive visual output back to the client, letting AI tools create shapes, connectors, text, and entire diagrams as part of conversational or task-based sessions. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    memos

    memos

    An open-source, self-hosted memo hub with knowledge management

    ...All content will be saved as plain text, not HTML. And lots of useful markdown syntaxes are supported. Using Go + React.js + SQLite architecture, the overall package is very lightweight. You can customize the server name, icon, description, custom system style and execution script, etc. memos believes that open source is the future, and all code is already open source in GitHub. All features are free forever and will never be charged in any form or content.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    OpenOps

    OpenOps

    The batteries-included, No-Code FinOps automation platform

    OpenOps is an open-source, no-code FinOps automation platform designed to help organizations manage and optimize cloud financial operations with minimal manual effort. At its core, OpenOps provides a visual workflow builder that lets teams construct automated processes for cloud cost optimization, budgeting, tagging, allocation, forecasting, and anomaly management without writing code, making complex financial workflows approachable for both technical and financial users. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Tracearr

    Tracearr

    Real-time monitoring for Plex, Jellyfin, and Emby servers

    Tracearr is an open-source streaming access manager designed to help media server owners understand and control who is accessing their content across platforms like Plex, Jellyfin, and Emby. It centralizes access statistics and provides tools for filtering and visualizing usage, making it easier to answer questions about viewer behavior and resource consumption, such as who is watching what and when. By monitoring requests in real time, the system can differentiate between unique users, bots, and unauthorized clients, helping administrators tighten access control and improve server performance. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Positron

    Positron

    Positron, a next-generation data science IDE

    ...The IDE supports notebook and script workflows, integration of data-app frameworks (such as Shiny, Streamlit, Dash), database and cloud connections, and built-in AI-assisted capabilities to help write code, explore data, and build models.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    Markdown to PDF

    Markdown to PDF

    Hackable CLI tool for converting Markdown files to PDF using Node.js

    A simple and hackable CLI tool for converting markdown to pdf. It uses Marked to convert markdown to HTML and Puppeteer (headless Chromium) to further convert the HTML to PDF. It also uses highlight.js for code highlighting. The whole source code of this tool is only ~250 lines of JS ~500 lines of Typescript and ~100 lines of CSS, so it is easy to clone and customize.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Briefer

    Briefer

    Dashboards and notebooks in a single place

    Briefer is an open-source collaborative data platform that brings notebooks, dashboards, and interactive data apps into a unified workspace that combines the flexibility of code with the simplicity of visual exploration. It’s designed so technical users can write Markdown, SQL, and Python side by side for data analysis, visualization, and reporting, while non-technical viewers can interact with results through inputs, dropdowns, and date pickers without writing any code. Users work in a Notion-style interface where they can build, organize, and share pages that contain executable code blocks, charts, text explanations, and interactive elements within the same document, enabling rich data storytelling and reproducible analytics. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    dashdot

    dashdot

    A simple, modern server dashboard

    dashdot is a modern server dashboard primarily used by smaller private servers, offering real-time monitoring of system metrics through a sleek and customizable web interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    claude-reflect

    claude-reflect

    A self-learning system for Claude Code that captures corrections

    claude-reflect is a self-learning enhancement system for Claude Code that captures user corrections, positive feedback, and preferences during interactive coding sessions and turns them into persistent knowledge that improves future responses. It watches what you correct Claude about — such as preferring a particular model, style, or workflow — and automatically queues those learnings, then lets you review and sync them back into configuration files like CLAUDE.md and agent definitions so Claude remembers them across sessions. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Bubble Lab

    Bubble Lab

    Open source workflow automation platform built for developers

    Bubble Lab is an open-source workflow automation platform written with TypeScript that lets developers build, run, and control complex workflow logic as native, typed code rather than trapping users inside proprietary visual nodes or opaque formats. It provides a visual “bubble” editor paired with real TypeScript generation so workflows are human-readable, shareable, debuggable, and production-ready, giving teams the flexibility to treat automations like real software artifacts you can version and integrate into CI/CD pipelines. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Jitsu

    Jitsu

    Jitsu is an open-source Segment alternative

    ...Apply any transformation with Jitsu. Just write JavaScript code right in the UI to do anything with incoming data. And yes, the code editor supports code completion, debugging and many more. It feels like a full-featured IDE!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Superset

    Superset

    Apache Superset is a data visualization and data exploration platform

    ...Superset is fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visualize their data, from simple line charts to highly detailed geospatial charts. Quickly and easily integrate and explore your data, using either our simple no-code viz builder or state-of-the-art SQL IDE. Superset can connect to any SQL-based data source through SQLAlchemy, including modern cloud-native databases and engines at a petabyte-scale. Superset is lightweight and highly scalable, leveraging the power of your existing data infrastructure without requiring yet another ingestion layer. ...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 19
    Cucumber.js

    Cucumber.js

    Cucumber for JavaScript

    ...Whether open source or commercial, our collaboration tools will boost your engineering team's performance by employing Behavior-Driven Development (BDD). And with our world-class training, take it to places it’s never been. 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: 0 This Week
    Last Update:
    See Project
  • 20
    Infracost VSCode Extension

    Infracost VSCode Extension

    See cost estimates for Terraform right in your editor

    Infracost's VSCode extension shows you cost estimates for Terraform right in your editor! Prevent costly infrastructure changes before they get into production. Compare configs, instance types, regions etc: copy/paste a code block, make changes and compare them. Quick cost estimate: write a code block and get a cost estimate without having to use AWS, Azure or Google cost calculators, or read the long/complicated pricing web pages. Catch costly typos: if you accidentally type 22 instead of 2 as the instance count, or 1000GB volume size instead of 100, the cost estimate will immediately pick that up and let you know. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Rackula

    Rackula

    Drag and drop rack visualizer

    Rackula is a browser-based rack layout designer aimed at homelabbers, audio/video technicians, and equipment organizers who want a visual way to plan and document physical device racks. It runs entirely client-side with no backend server required, making it lightweight, fast, and easy to self-host or run locally without external dependencies. Users can drag and drop devices into customizable rack spaces, annotate equipment, set unit sizes, and manage complex layouts as their setup evolves. The tool emphasizes clarity and ease of use so that both hobbyists and professionals can plan wiring, sizing, and space allocation before physically committing to changes. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    Quadratic

    Quadratic

    Data science spreadsheet with Python & SQL

    ...This makes our grids completely portable and very easy to share. Quadratic has Python library support built-in. Bring the latest open-source tools directly to your spreadsheet. Quickly write code and see the output in full detail. No more squinting into a tiny terminal to see your data output.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Alova.js

    Alova.js

    Workflow-Streamlined next-generation request tools

    Extremely streamline API integration workflow. Quickly find APIs in the editor, and enjoy full type hints even in js projects with the API code automatically generated by Alova's extension. Request in various complex scenes by one line of code. Automatically manage paging data, and data preloading, reduce unnecessary data refresh, improve fluency by 300%, and reduce coding difficulty by 50%. Send requests immediately by watching state changes, useful in tab switching and condition querying. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Lightdash

    Lightdash

    An open source alternative to Looker built using dbt

    ...Use the Lightdash CLI with your favourite text editor to test, preview & save your changes in Lightdash. With just a few clicks, you can create beautiful charts from the data you’ve added to your Lightdash project. In Lightdash you manage everything as code, bringing productivity & governance to your BI tool. Build charts & dashboards to share key metrics with the team. Added context makes all the difference! SQL for the experts & intuitive UI for the rest - with Lightdash, everyone is an analyst! With project-based roles & permissions, you can easily invite your team to collaborate.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    directus

    directus

    Directus wraps any SQL database with a real-time GraphQL+REST API

    With over 18 million downloads, Directus is the world's first Open Data Platform for instantly turning any SQL database into an API and beautiful no-code app. Power any project with a modern, open-source data platform. A modern data platform, designed for developers. Our modular codebase is 100% JavaScript, leveraging the power of Node.js and Vue.js 3 for blazing performance and easy extensibility. You remain in complete control of your new or existing database. No need to migrate to a proprietary data model, so there's no vendor lock-in. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB