# Clack

> Sync your writing activity from Google Docs and Notion, and track your progress on a calendar.
- **Published**: 2024-01-01
- **URL**: https://rikiphukon.com/projects/clack

---

<video
  width="100%"
  id="video1"
  style={{ borderRadius: "6px" }}
  aria-hidden="true"
  playsInline
  autoPlay
  muted
  loop
>
  <source
    src="https://d1g2o751bxy91o.cloudfront.net/editor-demo.mp4"
    type="video/mp4"
  />
</video>

Clack syncs your writing activity from Notion and Google Docs displaying progress on a calendar, just like GitHub's commit calendar! It also comes with an AI assistant and a Notion-style WYSIWYG editor.
<LinkPreview
  imageUrl="https://upload.wikimedia.org/wikipedia/commons/8/89/Product_Hunt_Logo.svg"
  title="Clack on Product Hunt"
  description="Track your writing progress from Notion & Google Docs, effortlessly."
  link="https://www.producthunt.com/posts/clack"
/>

<LinkPreview
  imageUrl="https://github.githubassets.com/assets/mona-loading-dark-7701a7b97370.gif"
  title="phukon/clack"
  description="Clack syncs your writing ✍🏽 activity from Notion and Google Docs, and comes with an AI assistant and a Notion-style WYSIWYG editor"
  link="https://github.com/phukon/clack"
/>

This is my very first SaaS project! I built Clack in a month and with lots of attention to detail. The feel and style of Notion was a big inspiration.

At its core, Clack synchronizes seamlessly with your writing activities on Notion and Google Docs. You're also equipped with an AI assistant that will write alongside you to beat writer's block and a sleek, Notion-style WYSIWYG editor to bring your ideas to life effortlessly.

<Image
  width={600}
  height={400}
  src="/projects/clack/widget.png"
  caption="Clack also has a Notion widget!"
/>
Best part: Clack open-source.✨

Here are some of the top features:

- Encrypted Clack notes
- Notion-style WYSIWYG editor
- Notion integration
- Google integration
- Notion Widget for your heatmap
- 14 heatmap themes
- AI Writing Assistant
  <Image
    width={600}
    height={400}
    src="https://d1g2o751bxy91o.cloudfront.net/f3.png"
    caption="Minimal and neat ui."
  />

I wanted it to be fast therefore it uses ultra-low latency global KV store to read and write notes. Coupled with its sleek, minimalistic UI, Clack promises a delightful user experience from start to finish.
---
- [All articles](https://rikiphukon.com/projects)