Create new article

The articles are stored in the backend. Later you can add more options here (e.g. draft/publish).

Metadata

Select an existing project or create a new one. A project can contain multiple articles.
Is automatically taken from your login (localStorage).

Content

Build the article block by block. You can add several text, image and video sections in any order.

Note: You can either embed images via URL (e.g. CDN, your own hosting) or upload them directly as files (they will be sent to the backend). Videos can be stored via YouTube/Vimeo embed URLs for example.

Debug: show raw data (JSON)

      

Saved articles

These articles are stored in the backend (e.g. SQL database).

Backend integration

The article is currently sent to your API via fetch() (POST/PUT). For file uploads it automatically switches to FormData (multipart).