Sheety
The CRM that lives in your Google Sheet.

A stateless, open-source CRM for solopreneurs and tiny teams who love the flexibility of Google Sheets but need a better UI.
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
- Setup Guide β Local & production setup
- Architecture β How Sheety works
π License
MIT Β© Siddhant Singh
Built with β by a solopreneur, for solopreneurs.