Skip to content

Introduction

Appspace is a modular web framework for building IDE-like applications with a plugin architecture, AI integration, and workspace management.

This documentation is for developers who want to:

  • Build applications on top of Appspace — define your app, pick extensions, and ship.
  • Create extensions — add commands, sidebar tabs, toolbars, and custom UI that plug into the framework.

Live example

A full app built on Appspace: https://app.kispace.de.

Repository

Source and issue tracker: github.com/kispace-io/appspace.

Next steps