nullstone
nullstone copied to clipboard
Nullstone is a customizable developer platform launched on your cloud accounts.
### Overview Add support for AWS k8s using AWS EKS platform. https://github.com/nullstone-modules/aws-eks-app ### Details This entails creating a new Terraform module and adding support for deployments to the engine. -...
## Overview Currently, a user must use the UI or CLI to construct their architecture (by creating stacks and blocks). In addition, a user could define this structure through code...
### Overview When a preview environment is launched, Nullstone will launch the entire stack from scratch. If the app is a container, this includes the cluster, network, and required datastores....
### Overview Currently, environment variables can be injected into applications through capability modules or from user input. It is common for various languages/frameworks to use different environment variable names for...
### Overview Nullstone has evolved; the application screen has become confusing for developers to navigate, configure, and launch. With this effort, we are rethinking how applications are managed.
## Overview Terraform runs and code deployments execute in Nullstone infrastructure. Organizations want the ability to host these activities within their infrastructure to have tighter security controls. Since this is...
## Overview A preview environment is a short-lived, non-production environment for hosting new/in-development functionality to run quality checks, performance verifications, and customer demos. Most companies require checks to pass before...
## Overview Capabilities are the "glue" that binds apps to datastores, trigger events, secrets, and much more. To improve the developer experience and understanding for developers, the UI should be...
## Overview Module contracts are the center of the Nullstone platform. They enable us to connect two blocks that know little of each other. The challenge is when we want...
## Summary Nullstone currently supports Terraform modules. Terraform can be used to provision helm charts. However, first-class support for Helm would provide a nicer experience for developers and module creators.