https://github.com/itamadev/bubbles
Self Hosted Code Bubbles
https://github.com/itamadev/bubbles
application cloud cloud-native container dev devcontainer development devops golang helm k8s kubernetes nextjs platform
Last synced: 5 months ago
JSON representation
Self Hosted Code Bubbles
- Host: GitHub
- URL: https://github.com/itamadev/bubbles
- Owner: itamadev
- License: apache-2.0
- Created: 2023-05-13T13:08:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T11:35:04.000Z (about 3 years ago)
- Last Synced: 2024-01-27T20:32:05.196Z (over 2 years ago)
- Topics: application, cloud, cloud-native, container, dev, devcontainer, development, devops, golang, helm, k8s, kubernetes, nextjs, platform
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bubbles
Code Bubbles is a free and open-source application for deploying and managing dev environment for on-prem usage.
## Roadmap
The goal of Bubbles is to cover as many use-cases with a pluginable approch for its users to have a seamless experience,
with a lot of features out of the box and a way to add more features with plugins.
### Progress
- [ ] golang
- [ ] python
- [ ] nodejs
- [ ] csharp
- [ ] java
- [ ] rust
## Spinning up the UI
First, run the development server:
```bash
npm run dev
```
## License
Bubbles is licensed under the [Apache Version 2.0 License](./LICENSE.md).