Skip to content

Baserow

Create your own database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser.

Features

  • 엑셀과 비슷한 UI를 가진 NoCode 데이터베이스 도구
  • 실시간 협업 지원
  • Row/User/DB/Table 갯수 무제한, 빠른 속도
  • Django + Nuxt + PostgreSQL 기반 오픈소스, 셀프 호스트 가능
  • Headless & API First
  • 커스텀 플러그인 지원
  • Open-Core 모델로 발전시킬 예정 (MIT 라이센스)
  • MIT license

Localhost docker test

docker run \
  -v baserow_data:/baserow/data \
  -it \
  --rm \
  -e BASEROW_PUBLIC_URL=http://localhost:8888 \
  -p 8888:80 \
  -p 8889:443 \
  baserow/baserow:1.9.1

Vue Component

See also

Favorite site