DocKit
GitHub

Getting Started

Core Concepts

API Reference

Examples

DocsGetting StartedIntroductionv3.0

Introduction

Welcome to DocKit — a modern framework for building fast, scalable web applications.

Overview

DocKit is a batteries-included web framework designed with developer experience at the forefront. It provides a set of strong conventions, type-safe utilities, and composable primitives that let you ship production-ready applications without the usual configuration overhead.

Note: This is an interactive template demo. In a real docs site, content would be sourced from MDX files or a headless CMS.

Features

  • File-based Routing — Automatic route generation from your file structure — no manual registration.
  • Server-side Rendering — Built-in SSR and streaming with React Suspense out of the box.
  • TypeScript Native — First-class TypeScript with zero-config inference and strict checks.
  • Edge Ready — Deploy to the edge runtime with zero cold-start overhead.
  • Plugin Ecosystem — Extend DocKit with a growing library of first-party and community plugins.

Requirements

DocKit requires Node.js 18 or later. Run the command below to scaffold a new project:

Terminal
npx create-dockit@latest my-app
cd my-app
npm run dev

Your dev server will be available at http://localhost:3000.

Getting Help

GitHub Discussions

Ask questions and get answers from the community.

Discord Server

Chat with other developers in real-time.

Stack Overflow

Search or post tagged questions for async support.

Office Hours

Weekly live sessions with the core team.

On this page

  • Overview
  • Features
  • Requirements
  • Getting Help

Copyright 2025 DocKit. Part of StyleKit Templates

PrivacyTermsGitHub