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
Build the Interface
  • Routing
  • Layouts
  • Middlewares
  • Error Handling
Load and Render
  • Data Fetching
  • SSR and CSR
  • Head and SEO
Extend Runable
  • Auto-imports
  • Plugins
  • Modules
Configure and Ship
  • Runtime Configuration
  • CSS and Assets
  • Production Build
CLI
  • Overview
  • Create
  • Prepare
  • Build
  • MCP
  • AI Skills
  • Inspector

Guide

Build, render, extend, and ship a Runable application.

This guide explains how to use Runable in a real application. Each page starts from a concrete need and shows the code to write.

Build the interface

Start here to organize page navigation and display.

NeedPage
Turn Vue files into routesRouting
Share a structure across pagesLayouts
Control navigationMiddleware
Display and reset an errorError handling

Load and render

These pages cover data, SSR, and HTML metadata.

NeedPage
Load data with caching and hydrationData Fetching
Choose between SSR and CSRSSR and CSR
Define titles, SEO, and structured dataHead and SEO

Extend Runable

Use auto-imports for application code, plugins to initialize Vue, and modules to distribute a complete set of conventions.

ScopeSolution
A reusable function or componentAuto-imports
Initialization tied to the Vue applicationPlugins
A configurable, distributable featureModules

Configure and ship

Finish with runtime configuration, styles and assets, then the production build.

Work with AI coding agents

Runable provides two complementary ways to give an agent reliable framework context.

NeedPage
Install task-specific Runable instructionsAI Skills
Give an agent a live view of the projectRunable MCP
Inspect the resolved project from TypeScriptInspector
Guide or API reference?

Use the Guide to learn a complete workflow. Use the API section when you need the exact signature of a composable, component, or global.

Report an issue Edit this page

On this page

  • 1Build the interface
  • 2Load and render
  • 3Extend Runable
  • 4Configure and ship
  • 5Work with AI coding agents
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