Grist is the evolution of spreadsheets.

Tools

TypeScript

Grist image

Grist is the ultimate game-changer for all those spreadsheet aficionados out there who need a bit more oomph than what Excel or Google Sheets offer. Picture this: the flexibility of your regular spreadsheet but with the beefed-up power of a database. That's Grist in a nutshell! Grist is a modern relational spreadsheet that brings the best of both worlds together. The core repository, `grist-core`, handles the magic behind hosting robust spreadsheet servers, while `grist-desktop` lets you tinker with your data on Linux, macOS, or Windows. Imagine having your powerful databases right at your fingertips, even offline. And if you have a website, `grist-static` makes sure your spreadsheets stand tall without needing any backend. Straight outta NYC (yes, we're talking that energetic Big Apple vibe), the wizards at Grist Labs have poured their brains into making this tool shine. Plus, a big shoutout to the French agency ANCT Données et Territoires for pitching in with killer contributions. 🇺🇸 🇫🇷 So, what's the meat and potatoes of Grist? It’s a hybrid database/spreadsheet. That means columns act like they do in databases—they're named, consistent, and sturdy. You can fill these columns with formulas, spreadsheet-style, and they update automatically when cells get tweaked. Python fans, rejoice! Full Python syntax support, complete with the standard library, is on deck. Need a bit of AI magic? There's an assistant fine-tuned for formula generation using the latest from OpenAI or Llama. If you’re jumping ship from Excel or Google Sheets, don’t fret. You might feel a bit disoriented at first, but give it a hot minute, and you’ll realize it's like upgrading from a skateboard to a sports car. Airtable users will feel right at home, too, with a familiar model. Now, let’s talk perks: 1. **Python Formulas**: Enhanced with extensive syntax and Excel functions. 2. **Portable Format**: Based on trusty SQLite, making backups a breeze. 3. **Static Website Display**: No server? No problem. `grist-static` has got you. 4. **Self-contained Desktop App**: Edit locally without a hitch. 5. **Flexible Editing/Formatting**: Tag records, cross-reference tables, add attachments, and use specialized editors for dates, times, and currencies. 6. **Drag-and-Drop Dashboards**: Visualize with charts, card views, calendars, summary tables, and more. Plus, the filter bar makes data slicing super efficient. 7. **Seamless Imports**: Tack on your latest bank activities without duplications. 8. **Integrations Galore**: A robust REST API, Zapier actions/triggers, Google Drive compatibility, and more. 9. **Templates**: From investment tracking to treasure hunts, jumpstart your projects. 10. **Access Control**: Enjoy granular permissions over documents, rows, columns, and tables. 11. **Self-Maintainable**: Perfect for those special compliance needs. 12. **Sandboxing Options**: Enhanced security with document-level sandboxing. 13. **Multi-language Support**: Localization for your global team. 14. **Keyboard Support**: Quick help with the `F1` key and more keyboard shortcuts. Getting started? You can try it out at docs.getgrist.com without any registration hassle. Alternatively, you can download it as a desktop app or experience the in-browser magic at gristlabs.github.io/grist-static. And for the docker aficionados, a simple pull and run will get you set up: ``` docker pull gristlabs/grist docker run -p 8484:8484 -it gristlabs/grist ``` Voilà! Head to `http://localhost:8484`, and you’re in. Want persistence across your docker runs? ``` docker run -p 8484:8484 -v $PWD/persist:/persist -it gristlabs/grist ``` Feel free to pluck your desired templates from templates.getgrist.com, whether it's for payroll or managing your latest D&D campaign. In essence, Grist is all about portability, extensibility, and developer-friendliness. Dive into the code, play around with it, and maybe even add your own flavor. The sky’s the limit! Hop on the Grist bandwagon and level up your data game. For more deets, hit up the community on Discord, browse through extensive documentation, and stay updated with their progress on social media. Your data deserves better. Grist it!

Check out site
Back to all products