Tutorial: Examples Workspace
The examples workspace is the project’s instructional area for showing how form-mailer fits into real deployment shapes.
The old shared demo material is retired. The current example set is:
mock-mail-servernode-brochurecloudflare-reactlambda-relay
How to read the workspace
- start with the Mock Mail Server because it defines the local test contract
- use Node Brochure for the Node-based contact form flow
- use Cloudflare React for the Next.js flow
- treat Lambda Relay as a scaffold and planning placeholder
Why it is structured this way
Each example is meant to be understandable on its own.
That means the tutorial pages focus on:
- the flow a reader should follow
- the runtime-specific choices that matter
- the env model for that example
- how the example connects back to the core package docs when needed
Where to start next
If you want the package contract itself, continue with Getting Started and Reference: API.