A project is your app on JustDeploy. Each project comes with two separate environments so you can test safely before going live.
web β Apps with pages that users can see and interact with. Can also include a backend.api β Apps that only process data behind the scenes, with no pages.Every project has two environments, each with its own URL:
production)development)Once deployed, each environment gets its own URL where you (or your users) can visit your app. Find them on your project page.
See how your app is doing with built-in metrics: Requests (how many times it was called), Response Time (how fast it responds), and Concurrency (how many requests it handles at once). View data across different time ranges from 1 hour to 30 days.
Environment variables let you store settings like API keys or configuration values for your app. You can set different values for Live and Test. Manage them in the project detail page under stage settings, or through the API.
Control who can access your app by allowing or blocking specific IP addresses. Manage firewall rules in the project detail page under stage settings. Blocked attempts show up in your app logs (filter for "[JUSTDEPLOY_FIREWALL]"), so you can see exactly what was turned away.