Favicon of Grist

Grist

Organize your data with a relational spreadsheet-database. Build custom layouts, control access with granular permissions, and use Python-powered formulas.

Move beyond the limitations of traditional spreadsheets with a flexible, no-code relational database. Grist combines the familiar interface of a spreadsheet with the robust structure of a database, allowing you to build custom data tools that adapt to your team's unique needs. Maintain complete control by self-hosting on your own servers for full data ownership and compliance.

Key features include:

  • Flexible Layouts: Arrange your data on screen for maximum productivity. Drag-and-drop widgets to make custom layouts, link data to quickly pull up details, and turn rows into data cards.
  • Granular Access Rules: Collaborate with confidence using a unique system of data permissions. Control who sees what, down to each row and column, and share limited views with third parties.
  • Powerful Formulas: Go beyond basic functions. Grist supports familiar Excel functions and the full power of Python in its formulas.
  • AI Assistant: Chat with your data in plain language. Analyze information, create and modify records, and understand complex formulas with an integrated conversational AI.

Directory Structure

grist
persist
.env
docker-compose.yml

docker-compose.yml

services:
  grist:
    image: gristlabs/grist
    container_name: grist
    ports:
      - "8484:8484"
    volumes:
      - ./persist:/persist
    environment:
      - GRIST_SESSION_SECRET=${GRIST_SESSION_SECRET}
    restart: unless-stopped

.env

GRIST_SESSION_SECRET=your_super_secret_session_key_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Grist

Favicon

 

  
  
Favicon

 

  
  
Favicon