Business Software for Phaser

Top Software that integrates with Phaser as of July 2025

Phaser 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
    Discord

    Discord

    Discord

    Discord is a free game communications app designed for both desktop and mobile platforms. Millions of players use the popular game platform every day to chat with friends over voice or text, or even stream gameplay in crystal clear quality for other Discord users. Not only can you organize a voice/text party in seconds, you can also use the service to find other players/teammates, search for certain types of groups/activities, or just talk games during your off time. The best part is that Discord is not designed for any specific genre or type of game; you can use it to coordinate communications for any game imaginable!
    Leader badge
    Starting Price: Free
  • 2
    Visual Studio Code
    VSCode: Code editing. Redefined. Free. Built on open source. Runs everywhere. Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules. Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console. Working with Git and other SCM providers has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted SCM service. Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won't slow down your editor. Learn more about extensions. With Microsoft Azure you can deploy and host your React, Angular, Vue, Node, Python (and more!) sites, store and query relational and document based data, and scale with serverless computing.
  • 3
    Unity

    Unity

    Unity Technologies

    The leading platform for creating interactive, real-time content. Build 2D, 3D and VR games and apps at speed. From artist tools to live-ops, everything you need to bring your vision to life today. The complete solutions for professionals to create and operate. Create and operate amazing applications and immersive experiences with a complete solution for professionals across industries. Change up your splash screen. Or completely remove it. Gain greater insight into what’s happening in your game with real-time data on crashes, exceptions and user feedback. Minimize downtime with access to expert technical support when you encounter issues. Available as a separate purchase through a Unity sales representative. Unity Gaming Services: backend and LiveOps services trusted by world-class studios to support multiplayer and live games at any scale, with any engine or tech stack.
    Leader badge
    Starting Price: $35.00/month
  • 4
    Facebook Messenger
    Turn conversation into customer loyalty with Messenger. Messenger helps you simplify customer acquisition by providing a direct, conversational way for people to take action where they already spend their time. Building a presence on Messenger allows people to browse your products and services, and purchase them directly in the conversation. Building an experience on Messenger can help get your business, product or service in front of more people. Whether you’re launching a new product or driving awareness, conversation creates a meaningful connection with your business. Integrating Messenger into a customer service strategy allows customers to communicate with your business on their terms. No more waiting on hold or keeping website windows open. And the conversation stays in Messenger, an easily accessible spot for questions and re-engagement.
  • 5
    YouTube

    YouTube

    Google

    We believe people should be able to speak freely, share opinions, foster open dialogue, and that creative freedom leads to new voices, formats and possibilities. We believe everyone should have easy, open access to information and that video is a powerful force for education, building understanding, and documenting world events, big and small. We believe everyone should have a chance to be discovered, build a business and succeed on their own terms, and that people—not gatekeepers—decide what’s popular. We believe everyone should be able to find communities of support, break down barriers, transcend borders and come together around shared interests and passions. Check out YouTube for Business and YouTube Ads.
    Leader badge
    Starting Price: Free
  • 6
    React

    React

    React

    React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React components implement a render() method that takes input data and returns what to display. This example uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by render() via this.props.
    Starting Price: Free
  • 7
    Svelte

    Svelte

    Svelte

    Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes. We're proud that Svelte was recently voted the most loved web framework with the most satisfied developers in a pair of industry surveys. We think you'll love it too. Read the introductory blog post to learn more. Svelte is a tool for building fast web applications. It is similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces. But there's a crucial difference: Svelte converts your app into ideal JavaScript at build time, rather than interpreting your application code at run time.
    Starting Price: Free
  • 8
    Next.js

    Next.js

    Vercel

    Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. The interactive course with quizzes will guide you through everything you need to know to use Next.js. Next.js has built-in support for internationalized (i18n) routing since v10.0.0. You can provide a list of locales, the default locale, and domain-specific locales and Next.js will automatically handle the routing.
    Starting Price: Free
  • 9
    App Store
    The apps you love. From a place you can trust. For over a decade, the App Store has proved to be a safe and trusted place to discover and download apps. But the App Store is more than just a storefront — it’s an innovative destination focused on bringing you amazing experiences. And a big part of those experiences is ensuring that the apps we offer are held to the highest standards for privacy, security, and content. Because we offer nearly two million apps — and we want you to feel good about using every single one of them. Stories and collections that inform, help, and inspire. Updated daily.
  • 10
    Google Play
    The Google Play Store allows Android users to download apps, movies, TV shows, books, and more.
  • 11
    Vue.js

    Vue.js

    Vue.js

    Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Truly reactive, compiler-optimized rendering system that rarely requires manual optimization. A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework. Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex. Vue extends standard HTML with a template syntax that allows us to declaratively describe HTML output based on JavaScript state. Vue automatically tracks JavaScript state changes and efficiently updates the DOM when changes happen. Vue is a framework and ecosystem that covers most of the common features needed in frontend development.
  • 12
    Solid

    Solid

    SolidJS

    Solid stands on the shoulders of giants, particularly in React and Knockout. If you've developed using React Hooks, Solid will come naturally to you. In fact, more natural, since the Solid model is simpler, without the rules of the Hooks. Each component is executed once and it is the Hooks and bindings that are executed as many times as the dependencies are updated. Solid follows the same philosophy as React with one-way data flow, read/write segregation, and immutable interfaces. At the same time, it has a completely different implementation by dispensing with the Virtual DOM.
    Starting Price: Free
  • 13
    TypeScript

    TypeScript

    TypeScript

    TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. TypeScript was used by 78% of the 2020 State of JS respondents, with 93% saying they would use it again. The most common kinds of errors that programmers write can be described as type errors: a certain kind of value was used where a different kind of value was expected. This could be due to simple typos, a failure to understand the API surface of a library, incorrect assumptions about runtime behavior, or other errors.
    Starting Price: Free
  • 14
    Vite

    Vite

    VoidZero

    Get ready for a development environment that can finally catch up with you. Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev server that provides rich feature enhancements over native ES modules, for example extremely fast Hot Module Replacement (HMR). A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production. Vite is opinionated and comes with sensible defaults out of the box, but is also highly extensible via its Plugin API and JavaScript API with full typing support.
    Starting Price: Free
  • 15
    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
  • 16
    Rollup

    Rollup

    Rollup

    The modern collaboration and low-code platform for engineering teams building the next generation of complex hardware. Rollup has a variety of modules for every aspect of your engineering projects, an all-in-one, real-time, browser-based environment. Effortlessly evolve your system model from concept to production, seamlessly integrating engineering data and parameters over time. Speed up the mechanical design process, with design reviews and real-time feedback pinpointed onto the geometry. Write and manage requirements with enhanced collaboration, approvals, and real-time verification with Rollup data sources Ensure complete coverage of components across mechanical and electrical domains without data duplication issues. Rollup is the easiest way to collaborate with your engineering team across disciplines. Integrated project management statuses and tasks for seamless planning, execution, and tracking.
  • 17
    WebGL

    WebGL

    KHRONOS

    OpenGL ES for the Web. WebGL is a cross-platform, royalty-free web standard for a low-level 3D graphics API based on OpenGL ES, exposed to ECMAScript via the HTML5 Canvas element. Developers familiar with OpenGL ES 2.0 will recognize WebGL as a Shader-based API using GLSL, with constructs that are semantically similar to those of the underlying OpenGL ES API. It stays very close to the OpenGL ES specification, with some concessions made for what developers expect out of memory-managed languages such as JavaScript. WebGL 1.0 exposes the OpenGL ES 2.0 feature set; WebGL 2.0 exposes the OpenGL ES 3.0 API. WebGL brings plugin-free 3D to the web, implemented right into the browser. Major browser vendors Apple (Safari), Google (Chrome), Microsoft (Edge), and Mozilla (Firefox) are members of the WebGL Working Group. Google Groups and StackOverflow discussions on developing with WebGL.
  • 18
    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.
  • 19
    Remix

    Remix

    Remix Framework

    Remix is a seamless server and browser runtime that provides snappy page loads and instant transitions by leveraging distributed systems and native browser features instead of clunky static builds. Built on the Web Fetch API (instead of Node) it can run anywhere. It already runs natively on Cloudflare Workers, and of course supports serverless and traditional Node.js environments, so you can come as you are. Page speed is only one aspect of our true goal though. We're after better user experiences. As you’ve pushed the boundaries of the web, your tools haven’t caught up to your appetite. Remix is ready to serve you from the initial request to the fanciest UX your designers can think up. Get fancy with transition hooks and make some pending UI. Remix handles all the state, you simply ask for it.
  • 20
    Canvas

    Canvas

    Canvas

    The first data tool that you'll love and a team of experts to get you started. Focus on the data, not the data engineering. Connect, explore, and visualize from over 150 SaaS tools without engineering or SQL. If it has an API, we'll build you a customer connector in 48 hours for free or your money back. Filters for your team to explore easily. Tons of visualization options. Color themes that make your charts pop. Familiar with Excel shortcuts. Slice and dice with powerful pivot tables. Formulas that translate to SQL. Get alerts about sign-ups, sales, and reactivations when they happen. Our analysts can build complex models and dashboards for you. Powered by a best-in-class backend that all the pros use. Scales to billions of rows like it's nothing. Works with all your other apps. Follow data from the chart all the way back to the source tables. Share your work with partners while keeping your data safe.
    Starting Price: $1,000 per month
  • 21
    HTML

    HTML

    HTML

    HTML, short for HyperText Markup Language, is the markup language that is used by every website on the internet. HTML is code that websites use to build and structure every part of their website and web pages. HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft). HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves, and rationalizes the markup available for documents and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications.
  • Previous
  • You're on page 1
  • Next