personal sandbox domain
Dominik Studio
A safe place for internal prototypes, UI experiments, and quick proofs-of-concept. Keep it clean, keep it simple, and never ship secrets.
How to publish (static)
- Create a folder under
/home/dominik/studio/public/(e.g.hello/). - Add an
index.htmlinside that folder. - Open it at
https://dominik-studio.stoneee.com/hello/.
Proof rules
- Always share a domain URL (never an IP, never
localhost). - Always verify:
curl -I https://dominik-studio.stoneee.com/hello/→200. - If the expected behavior is a login redirect, document that clearly.
What not to do
- No customer-facing deliverables here (use the official workflow / AI Documents when asked).
- No secrets, tokens, API keys, customer PII, or internal URLs in published pages.
Need a real app (Laravel/Node)?
- Run it locally on a fixed port and ask the integrator for a reverse-proxy mapping.
- Keep URLs stable so Playwright tests can run against a predictable domain path.