Runable v1.0.0-alpha.20
Why Runable? Docs Modules Work with AI Blog About Changelog
  • 01Why Runable?
  • 02Docs
  • 03Modules
  • 04Work with AI
  • 05Blog
  • 06About
  • 07Changelog
Vue without a fixed server runtime.
Getting Started Structure Integrations Guide MCP API
  • Getting Started Structure Integrations Guide MCP API
Components
  • RunablePage
  • RunableLink
  • RunableLayout
  • ClientOnly
Composables
  • useAsyncData
  • useFetch
  • useConfig
  • useRuntime
  • useApp
  • useAppError
  • useRouter
  • useRoute
  • navigateTo
  • onBeforeRouteUpdate
  • injectHead
  • useHead
  • useSeoMeta
  • useHeadSafe
  • useSchemaOrg
Globals
  • $fetch
  • definePageMeta
  • defineVueMiddleware
  • defineVuePlugin
  • Vue APIs

API

Reference for the components, composables, and global functions provided by Runable.

This section describes APIs that are automatically available in the Vue application.

FamilyContent
ComponentsPage rendering, layouts, links, and client-only content
ComposablesData, router, configuration, head, and Schema.org
GlobalsFetch, page metadata, middleware, plugins, and Vue APIs

The components and functions documented here are auto-imported into application code scanned by Runable (app/) — that scan is their only wiring. Most of them have no explicit import ... from "runable" path at all; useRuntime() is the one exception, re-exported from the package root for use in backend code (see useRuntime).

Alpha API

Some signatures may still change. Individual pages identify functions whose implementation is incomplete.

Report an issue Edit this page
Troubleshooting

Diagnose installation, project resolution, compatibility, protocol, and stale-data problems with Runable MCP.

Components

Reference for the global components built into the Runable runtime.

Runable

The Vue framework that brings productive conventions to any backend.

Product

  • Why Runable
  • Documentation
  • Installation
  • Integrations

Project

  • About
  • Blog
  • Changelog
  • Sponsor

Community

  • GitHub
  • Issues
  • Discussions
  • Bluesky

© 2026 Runable. Released under the MIT License.

Open source Built with Vue and Runable