nullstone
nullstone copied to clipboard
Nullstone is a customizable developer platform launched on your cloud accounts.
### Summary For an app, any environment variables that a user inputs through the Nullstone UI are directly added as environment variables on the fargate task definition. Instead, these values...
### Summary It is extremely common for users to structure their app as a front-end UI + back-end API that is served through a single CDN. The CDN is set...
### Summary This feature shows the user which environment variables are injected through attached capabilities. Currently, many capabilities inject environment variables automatically. For example, the postgres access capability injects `POSTGRES_URL`,...
### Summary This feature refines auto-approval of infrastructure provisioning to match user behavior better. Originally, we required every plan to go through approval; however, this was extremely distracting for users...
### Summary This feature enables one-click/one-command launch and teardown of environments. ### Intended Outcome A user is able to click a button or issue a CLI command to launch or...
### Summary This feature provides guard rails around infrastructure upgrades. ### Intended Outcome 1. Users are prevented from applying infrastructure changes that could cause irreversible damage to infrastructure. 2. Users...
### Summary This feature adds SSH access to fargate container apps. ### Intended Outcome A user can execute `nullstone exec` to open an SSH tunnel to a running fargate container....
### Summary This feature enables Nullstone to build and package source code for users without a Dockerfile. ### Intended Outcome Currently, a user must create a Dockerfile, then build and...