Skip to content

Nexlayer/playground

Repository files navigation

Nexlayer Playground

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.


📂 Included Examples

This repo contains ready‑to‑use nexlayer.yaml examples:

  • kd-chat.yaml — React + LLM chat UI with Ollama model
  • langfuse-app.yaml — Fullstack app with PostgreSQL, Next.js, Redis, and ClickHouse
  • morphic-stack.yaml — Next.js, Redis, SearXNG, and Ollama
  • my-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.

nexlayer-launchfile-playground

🖥 Deploy via Playground UI (with AI Help)

Open the Nexlayer Playground:
👉 https://nexlayer.com/playground

  1. Choose a starter template, or click “Ask AI” to get help generating one from your stack (e.g., React + FastAPI + Postgres).

  2. Want to paste your own YAML?
    Click Edit YAML, then paste your config in the left-hand editor.

  3. Use Liz AI (bottom-right chat) to validate, fix errors, or explain the YAML structure — she’s your cloud architect.

  4. Click Deploy (top right) to launch your app in the cloud.

  5. 🎉 Get your live URL — your full-stack app is now live and scalable!


💻 Deploy via Curl

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.yaml

Replace kd-chat.yaml with any file in this directory (e.g., langfuse-app.yaml or your own YAML).


🔗 Next Steps

  • 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! 🎉

About

The Nexlayer playground is a fun and safe place to test deployments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors