The Nexlayer Playground is a fun, safe place to test and iterate on Nexlayer deployment YAML files. No infra setup required—just pick a template, tweak the YAML, and deploy instantly via our GUI or a simple curl command.
This repo contains ready‑to‑use nexlayer.yaml examples:
kd-chat.yaml— React + LLM chat UI with Ollama modellangfuse-app.yaml— Fullstack app with PostgreSQL, Next.js, Redis, and ClickHousemorphic-stack.yaml— Next.js, Redis, SearXNG, and Ollamamy-nexlayer-app.yaml— Custom fullstack template (Cloudbeaver included)pern-app.yaml— PostgreSQL, Express, React, and Node.js
Feel free to modify these files or paste entirely new YAML definitions.
Open the Nexlayer Playground:
👉 https://nexlayer.com/playground
-
Choose a starter template, or click “Ask AI” to get help generating one from your stack (e.g., React + FastAPI + Postgres).
-
Want to paste your own YAML?
Click Edit YAML, then paste your config in the left-hand editor. -
Use Liz AI (bottom-right chat) to validate, fix errors, or explain the YAML structure — she’s your cloud architect.
-
Click Deploy (top right) to launch your app in the cloud.
-
🎉 Get your live URL — your full-stack app is now live and scalable!
For automated testing or CI scripts, use curl to submit any nexlayer.yaml:
curl -X POST https://app.nexlayer.io/startUserDeployment \
-H "Content-Type: text/x-yaml" \
--data-binary @kd-chat.yamlReplace kd-chat.yaml with any file in this directory (e.g., langfuse-app.yaml or your own YAML).
- Explore Nexlayer docs for advanced configuration options.
- Integrate deployments into your CI/CD pipelines.
- Share your deployable examples with teammates or the community!
Enjoy rapid, zero‑DevOps deployments with the Nexlayer Playground! 🎉