> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# NanoforgeServer class

> Server-side NanoForge application for editor mode.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# NanoforgeServer

## Summary

Server-side NanoForge application for editor mode.

## Signature

```typescript theme={null}
declare class NanoforgeServer extends NanoforgeApplication 
```

## Remarks

Extends `NanoforgeApplication` for use in server processes during editor sessions. Create via the `core-editor` `NanoforgeFactory`.
