Business Software for Atom

Top Software that integrates with Atom as of October 2025

Atom Clear Filters

Compare business software, products, and services to find the best solution for your business or organization. Use the filters on the left to drill down by category, pricing, features, organization size, organization type, region, user reviews, integrations, and more. View and sort the products and solutions that match your needs in the results below.

  • 1
    Juspay

    Juspay

    Juspay

    Juspay's Payments Orchestration Platform offers a comprehensive product suite for businesses, including open-source payment orchestration, global payouts, seamless authentication, payment tokenization, fraud & risk management, end-to-end reconciliation, unified payment analytics & more. The company’s offerings also include end-to-end white label payment gateway solutions & real-time payments infrastructure for banks. These solutions help businesses achieve superior conversion rates, reduce fraud, optimize costs, and deliver seamless customer experiences at scale. Trusted by leading enterprises across the US, Europe, LatAm and APAC, Juspay’s no-code platform enables businesses to integrate 300+ local payment methods across 50+ countries, design a pixel-perfect checkout UI, deploy seamlessly across all platforms, launch customizable offers & incentives, reconcile your transactions across PSPs & channels, and track PSP performance & buyer conversion.
    View Software
    Visit Website
  • 2
    Slack

    Slack

    Salesforce

    Slack is a cloud-based project collaboration and team interaction software solution specially designed to seamlessly facilitate communication across organizations. Featuring powerful tools and services integrated into a single platform, Slack provides private channels to promote interaction within smaller teams, direct channels to help send messages directly to colleagues, and public channels that enables members across organizations to start conversations. Available on Mac, Windows, Android, and iOS apps, Slack offers a plethora of features that include chat, file sharing, collaborative workspace, real-time notifications, two-way audio and video, screen sharing, document imaging, activity tracking and logging, and more.
    Leader badge
    Starting Price: $6.67 per user per month
  • 3
    Visual Studio Code
    Visual Studio Code (VS Code) is Microsoft’s open-source AI code editor designed to make coding faster, smarter, and more collaborative. It supports thousands of extensions and nearly every programming language, offering developers a lightweight yet powerful environment for writing, testing, and debugging code. With AI-powered features like GitHub Copilot, Next Edit Suggestions, and Agent Mode, VS Code helps you code with precision, automate complex tasks, and streamline development workflows. It integrates seamlessly with cloud services, remote repositories, and tools like Git, Docker, and Azure. The editor is fully customizable, allowing you to personalize your layout, color themes, and keyboard shortcuts. Whether coding locally or in the browser, VS Code delivers a complete development experience for individuals and teams alike.
    Leader badge
    Starting Price: Free
  • 4
    GitHub

    GitHub

    GitHub

    GitHub is the world’s most secure, most scalable, and most loved developer platform. Join millions of developers and businesses building the software that powers the world. Build with the world’s most innovative communities, backed by our best tools, support, and services. If you manage multiple contributors , there’s a free option: GitHub Team for Open Source. We also run GitHub Sponsors, where we help fund your work. The Pack is back. We’ve partnered up to give students and teachers free access to the best developer tools—for the school year and beyond. Work for a government-recognized nonprofit, association, or 501(c)(3)? Get a discounted Organization account on us.
    Leader badge
    Starting Price: $7 per month
  • 5
    Git

    Git

    Git

    Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows. You can query/set/replace/unset options with this command. The name is actually the section and the key separated by a dot, and the value will be escaped.
    Leader badge
    Starting Price: Free
  • 6
    Python

    Python

    Python

    The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences and meetups to collaborate on code, and much more. Python's documentation will help you along the way, and the mailing lists will keep you in touch. The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.
    Starting Price: Free
  • 7
    Kite

    Kite

    Kite

    Code Faster. Stay in Flow. Kite adds AI powered code completions to your code editor, giving developers superpowers. Download the Kite engine to add Kite’s AI powered code completions to all your code editors. Kite supports over 16 languages and 16 code editors. Experience lightning fast completions that are context aware of your code. Give your code editor super powers and get longer multi-line completions where you would typically get none. Code faster and stay in flow. Kite’s AI helps you cut keystrokes, by as much as 47% in this example. View Python docs with just one click or mouse-hover, plus find helpful examples and how-tos. Quickly find files in your codebase that may be related to the current file that you are coding in. Making thousands of developers more productive.
    Starting Price: Free
  • 8
    Java

    Java

    Oracle

    The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.
    Starting Price: Free
  • 9
    Sourcetrail

    Sourcetrail

    Coati Software

    Sourcetrail is an interactive source explorer that simplifies navigation in existing source code by indexing your code and gathering data about its structure. Sourcetrail then provides a simple interface consisting of three interactive views, each playing a key role in helping you obtain the information you need. Search: Use the search field to quickly find and select indexed symbols in your source code. The autocompletion box will instantly provide an overview of all matching results throughout your codebase. Graph: The graph displays the structure of your source code. It focuses on the currently selected symbol and directly shows all incoming and outgoing dependencies to other symbols. Code: The Code view displays all source locations of the currently selected symbol in a list of code snippets. Clicking on a different source location allows you to change the selection and dig deeper.
    Starting Price: $195.00/one-time/user
  • 10
    Teletype for Atom
    Teletype for Atom lets developers share their workspace with team members and collaborate on code in real time. Working on code together in real time is valuable for knowledge sharing and producing quality software. The Teletype package for Atom aspires to make it as easy for developers to code together as it is for them to code alone. Teletype introduces the concept of real-time "portals" for sharing workspaces. When a host opens a portal, their active tab becomes a shared workspace. There, invited collaborators can join in and make edits in real time. As the host moves between files, collaborators follow along with the active tab automatically. There's no centralized server to spy on your keystrokes, and Teletype uses WebRTC to encrypt all communication between collaborators. What happens in the portal stays in the portal.
    Starting Price: Free
  • 11
    Node.js

    Node.js

    Node.js

    As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep. This is in contrast to today's more common concurrency model, in which OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node.js are free from worries of dead-locking the process, since there are no locks. Almost no function in Node.js directly performs I/O, so the process never blocks except when the I/O is performed using synchronous methods of Node.js standard library. Because nothing blocks, scalable systems are very reasonable to develop in Node.js. Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library.
    Starting Price: Free
  • 12
    Swimm

    Swimm

    Swimm

    Never let onboarding, knowledge silos, or context switching slow you down. Use Swimm to create and edit docs that are coupled with your code, auto-synced, and integrated into your workflow. Swimm's language agnostic editor, paired with its Smart Tokens and Snippet Studio is the foundation for modern documentation. Build great media-rich docs coupled with the code. Swimm's Auto-sync algorithm, helps your documentation stay in sync through refactoring and reorganization. You don't have to worry about changing file names, function names, or your implementation. Swimm will be able to keep up with it. Swimm checks your docs as your code evolves, and notifies you if your changes affect your documentation. Access docs right next to the code they refer to. Stay in your IDE and your flow. When you click on a link, your IDE will open a new tab with the documentation perfectly rendered from Markdown.
    Starting Price: $29 per month
  • 13
    CSS

    CSS

    CSS

    CSS, short for Cascading Style Sheets, is a style sheet language used by web developers to structure the HTML and other elements of a website. CSS is one of the most widely used languages on the web. For style sheets to work, it is important that your markup be free of errors. A convenient way to automatically fix markup errors is to use the HTML Tidy utility. This also tidies the markup making it easier to read and easier to edit. I recommend you regularly run Tidy over any markup you are editing. Tidy is very effective at cleaning up markup created by authoring tools with sloppy habits. Each style property starts with the property's name, then a colon and lastly the value for this property. When there is more than one style property in the list, you need to use a semicolon between each of them to delimit one property from the next.
    Starting Price: Free
  • 14
    PHP

    PHP

    PHP

    Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. The PHP development team announces the immediate availability of PHP 8.0.20. When using the PHP.net website, there is even no need to get to a search box to access the content you would like to see quickly. You can use short PHP.net URLs to access pages directly.
    Starting Price: Free
  • 15
    Ruby

    Ruby

    Ruby Language

    Wondering why Ruby is so popular? Its fans call it a beautiful, artful language. And yet, they say it’s handy and practical. Since its public release in 1995, Ruby has drawn devoted coders worldwide. In 2006, Ruby achieved mass acceptance. With active user groups formed in the world’s major cities and Ruby-related conferences filled to capacity. Ruby-Talk, the primary mailing list for discussion of the Ruby language, climbed to an average of 200 messages per day in 2006. It has dropped in recent years as the size of the community pushed discussion from one central list into many smaller groups. Ruby is ranked among the top 10 on most of the indices that measure the growth and popularity of programming languages worldwide (such as the TIOBE index). Much of the growth is attributed to the popularity of software written in Ruby, particularly the Ruby on Rails web framework.
    Starting Price: Free
  • 16
    Scala

    Scala

    Scala

    Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. The Scala compiler is smart about static types. Most of the time, you need not tell it the types of your variables. Instead, its powerful type inference will figure them out for you. In Scala, case classes are used to represent structural data types. They implicitly equip the class with meaningful toString, equals and hashCode methods, as well as the ability to be deconstructed with pattern matching. In Scala, functions are values, and can be defined as anonymous functions with a concise syntax.
    Starting Price: Free
  • 17
    Perl

    Perl

    Perl

    Perl is a highly capable, feature-rich programming language with over 30 years of development. Perl is a highly capable, feature-rich programming language with over 30 years of development. Perl runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects. "Perl" is a family of languages, "Raku" (formerly known as "Perl 6") is part of the family, but it is a separate language which has its own development team. Its existence has no significant impact on the continuing development of "Perl". Perl includes powerful tools for processing text that make it ideal for working with HTML, XML, and all other mark-up and natural languages. Perl can handle encrypted Web data, including e-commerce transactions.
    Starting Price: Free
  • 18
    R

    R

    The R Foundation

    R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R. R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, …) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity. One of R’s strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed.
    Starting Price: Free
  • 19
    Go

    Go

    Golang

    With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go. With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs. With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications. With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. Everything there is to know about Go. Get started on a new project or brush up for your existing Go code. An interactive introduction to Go in three sections. Each section concludes with a few exercises so you can practice what you've learned. The Playground allows anyone with a web browser to write Go code that we immediately compile, link, and run on our servers.
    Starting Price: Free
  • 20
    Mermaid Chart

    Mermaid Chart

    Mermaid Chart

    Effortlessly create complex diagrams from markdown-style text and collaborate with your team in real time using Mermaid Chart. This innovative text-based diagramming tool, enhanced by Mermaid AI, streamlines documentation processes, enhancing workflows and communication across your team. The Teams feature enables you to create projects, invite members, and maintain a unified source of truth, significantly boosting collaboration and productivity. Elevate your diagramming capabilities with Mermaid AI by writing simple prompts to generate complete diagrams in seconds. Generate sophisticated diagrams using AI, text, and visual editing capabilities, revolutionizing the way you create and manage diagrams for a smarter, more efficient workflow.
    Starting Price: $6.67 per month
  • 21
    Fat-Free Framework

    Fat-Free Framework

    Fat-Free Framework

    Speed up your development process. F3 is lightweight, easy-to-use, and fast. Most of all, it doesn't get in your way. It has a gentle learning curve so you save money on training expenses. Whether you're a novice or an expert PHP programmer, F3 will get you up and running in no time. No unnecessary and painstaking installation procedures and no complex configuration are required. A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust web applications. Full-featured toolkit, super lightweight code base with just ~90kb, and easy to learn. Take advantage of the built-in features. Develop apps that really rock. F3 gives you a solid foundation, a mature code base, and a no-nonsense approach to writing web applications. Under the hood is an easy-to-use web development tool kit, high-performance URL routing, a multi-protocol cache engine, built-in code highlighting, and support for multilingual i18n applications.
    Starting Price: Free
  • 22
    Tiny Tiny RSS

    Tiny Tiny RSS

    Tiny Tiny RSS

    Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. Free software, licensed under GNU GPLv3; self-hosted: control your own data and protect your privacy instead of relying on third-party services. Supports feed aggregation/syndication, keyboard shortcuts, and OPML import/export. Multiple ways to share stuff: export RSS feeds, plugins for various social sites, sharing by URL, etc. Sharing arbitrary content through tt-RSS. Plugins and themes, embedding full article content via readability and site-specific plugins, deduplication, including perceptual hashing for images, podcasts, flexible article filtering, JSON API, etc.
    Starting Price: Free
  • 23
    News Explorer

    News Explorer

    Betamagic

    News Explorer is exclusively built for Apple’s ecosystem, with automatic iCloud-based synchronization of your feed subscriptions and news articles across all your Apple devices. Easy and fast news reading is the core business of News Explorer. Every step and element of the news reading workflow has been tuned to keep you on track with your news with minimal effort. Expanding your news universe has been made really easy. New feeds can be added directly from your browser, or by clicking on a RSS URL, or by simply using the powerful built-in search feature. News Explorer syncs your RSS, JSON, Atom, and Mastodon feed subscriptions, folder setup, news items, read statuses, and favorites across all your Apple devices. You'll always see exactly the same data on all your devices, be it an iPhone, iPad, iPod touch, Mac, Apple Watch, or Apple TV. Synchronization is based on iCloud. So there is no need to log in or to sign up for any other service. It just works out of the box.
    Starting Price: $9.99 per month
  • 24
    Aggregator
    Aggregator enhances Android news readers by offering customizable filters and notifications. It allows users to filter news by title or content, displaying only the most relevant information. The app notifies users about unread items or news since their last check, and it supports per-feed custom background update intervals. Additional features include automatic feed discovery, support for both RSS and Atom and the option to switch between dark and light themes. Users can also define power categories, manage RSS input, and import or export feeds via OPML files. Best of all, the app is ad-free.
    Starting Price: Free
  • 25
    Defold

    Defold

    Defold

    Defold is a free and open source game engine designed for high-performance cross-platform game development. It comes fully featured out of the box, requiring no setup or configuration, allowing developers to simply download the editor and start creating. The engine includes a visual editor, code editor, Lua scripting, Lua debugger, scene editor, particle editor, and tilemap editor, and supports both 2D and 3D game development. With a single codebase and no need for external tools, Defold enables publishing to major platforms such as PlayStation5, PlayStation4, Nintendo Switch, Android, iOS, macOS, Linux, Windows, Steam, HTML5, and Facebook. It offers a component-based system for building games, allowing the use of basic building blocks to create complex behavior, and supports writing game logic using Lua. Developers can add new functionality from the asset portal, set up their own local build environment, and write native code to extend the engine.
    Starting Price: Free
  • 26
    motepair
    Remote pair programming tool for Atom. Lag free! We’ve done a basic integration with Share.js to allow concurrent editing via OT and bind some Atom events to a websocket, like opening/closing/saving files. Use the Atom package manager, which can be found in the Settings view or run apm install motepair from the command line. Open the project to start collaborating via the Motepair, connect command (you can trigger this command via Cmd+Shift+P). Please make sure that peers to open the same project directory. This is a very important step as we rely on the relative project path to identify the correct file. Deploy your own server easily on Heroku. The connection right now it is not encrypted if you have problems with that, please do not use it. That is part of the backlog. Be aware that this package is still in development, so it can be unstable, we are working hard to make the Remote Pair programming a better experience to all.
  • 27
    JavaScript

    JavaScript

    JavaScript

    JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.
    Starting Price: Free
  • 28
    SQL

    SQL

    SQL

    SQL is a domain-specific programming language used for accessing, managing, and manipulating relational databases and relational database management systems.
    Starting Price: Free
  • 29
    C#

    C#

    Microsoft

    C# (also known as C Sharp, pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
    Starting Price: Free
  • 30
    JSON

    JSON

    JSON

    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures: 1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. 2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.
    Starting Price: Free
  • Previous
  • You're on page 1
  • 2
  • Next