An open API service indexing awesome lists of open source software.

https://github.com/decoded-cipher/zentro-ai

An AI-powered SaaS development platform for building, customizing, and deploying modern applications directly from natural language at scale — empowering builders everywhere.
https://github.com/decoded-cipher/zentro-ai

bolt-new firebase-studio lovable-dev v0-app windsurf-ai

Last synced: 7 days ago
JSON representation

An AI-powered SaaS development platform for building, customizing, and deploying modern applications directly from natural language at scale — empowering builders everywhere.

Awesome Lists containing this project

README

          

# Zentro AI

### Worker

```bash
docker build \
--file apps/worker/Dockerfile \
--tag zentro-worker:latest \
--no-cache \
--progress=plain \
.
```

### Code server

```bash
docker build \
--file apps/code-server/Dockerfile \
--tag zentro-code-server:latest \
--no-cache \
--progress=plain \
apps/code-server
```