Home
Softono
sheety-crm

sheety-crm

Open source TypeScript
36
Stars
5
Forks
40
Issues
0
Watchers
4 months
Last Commit
CRM

About sheety-crm

A stateless, open-source CRM built on Google Sheets

Platforms

Web Self-hosted

Languages

TypeScript

Sheety

The CRM that lives in your Google Sheet.

Sheety Banner

A stateless, open-source CRM for solopreneurs and tiny teams who love the flexibility of Google Sheets but need a better UI.

License: MIT Version [Status]()


Why Sheety?

Most CRMs trap your data in their database. Sheety is different. It treats your Google Sheet as the single source of truth. The app is just a beautiful, specialized interface layer on top of your data.

  • You own the data: It's just a spreadsheet in your Google Drive.
  • No vendor lock-in: Stop using Sheety? Your data is still just a spreadsheet.
  • Infinite flexibility: Use Google Sheets formulas, charts, and automations alongside the CRM.

Features

  • 🏒 Pipeline Management: Kanban board for visual deal tracking.
  • πŸ‘₯ Lead Management: Clean interface for contacts and companies.
  • ⚑ Global Search: Find anything instantly with Cmd+K (or /).
  • πŸ“ Activity Feed: Log calls, emails, and meetings.
  • 🎨 Paper Theme: A distraction-free, tactile "digital paper" aesthetic.
  • πŸ”’ Privacy First: We don't store your data. We verify ownership via Google OAuth.

πŸ› οΈ Tech Stack

Layer Technology
Frontend Next.js 15, React, Tailwind CSS v4
Backend FastAPI (Python 3.10+)
Auth NextAuth.js + Google OAuth 2.0
Deploy Vercel/Cloudflare + Render/Railway

πŸš€ Quick Start

# Clone & install
git clone https://github.com/sdntsng/sheety-crm.git
cd sheety-crm
make install

# Configure environment (see docs/SETUP_GUIDE.md)
cp crm-dashboard/.env.example crm-dashboard/.env.local

# Run locally
make crm-dev

Visit http://localhost:3026 to sign in.

πŸ“– Full setup instructions: docs/SETUP_GUIDE.md πŸ”‘ Google Credentials: docs/GOOGLE_SETUP.md

πŸ“‚ Project Structure

sheety-crm/
β”œβ”€β”€ crm-dashboard/      # Next.js frontend
β”œβ”€β”€ src/                # FastAPI backend
β”œβ”€β”€ scripts/            # Utility scripts
└── docs/               # Documentation

🀝 Contributing

Contributions are welcome! Please read our guidelines first:

# Fork, clone, branch
git checkout -b feature/your-feature

# Make changes, commit
git commit -m "feat: add your feature"

# Push & open PR
git push origin feature/your-feature

πŸ“š Documentation

πŸ“„ License

MIT Β© Siddhant Singh


Built with β˜• by a solopreneur, for solopreneurs.