Integration guides
Nanoesis runs anywhere Node runs, and stores files in anything with get, put, and delete. Pick your stack for a step-by-step setup. New to how it fits together? Start with Getting started.
Every guide follows the same three moves: give nanoesis a Storage for your files, wire it with createEditor, and serve two routes. Only the storage and the host change between them.
Node or any server
The five-minute local setup, and the starting point for any host.
Azure Functions and Blob Storage
Ready-made adapters; the exact stack this site runs on.
AWS Lambda and S3
Implement Storage over an S3 bucket, host on Lambda or any server.
Google Cloud Run and Cloud Storage
Storage over a GCS bucket, host on Cloud Run.
Once it is running, open it in a browser, create a page, and press Publish. Your built static site lands in whatever storage you set as the website. For how published files are cached, and the one knob you control, see Caching and cache-busting.