premieroctet / digestclub

The frontpage of teams knowledge πŸ§žβ€β™‚οΈ

Home Page:https://digest.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digest.club

The frontpage of teams knowledge

Unlock the power of streamlined knowledge management with Digest Club, the solution for teams looking to centralize their information gathering, sharing, and curation. Say goodbye to scattered bookmarks, disjointed Slack conversations, and missed opportunities to showcase your expertise.

πŸ‘‰ https://digest.club

Features

  • πŸ“š Bookmarking: Easily add and organize links via our website.
  • πŸ”— Slack Integration: Automatically import links posted in Slack channels.
  • πŸ“… Periodic Digests: Create curated digests at scheduled intervals.
  • πŸ’Œ Newsletter Sharing: Share digests in a polished newsletter format.
  • 🐦 Twitter Threads: Transform digests into engaging Twitter threads.
  • ✨ Markdown Enrichment: Enhance digests with markdown-enhanced content.

Stack

  • β–² Next.js for webapp (app dir + TS)
  • πŸ–Ό Tailwind for UI components
  • πŸ“¦ Prisma for database

Getting Started

Install dependencies:

pipenv install
pipenv shell
yarn install

You can use Docker to run a local postgres database and maildev server (accessible at http://localhost:1080):

docker-compose up -d

Create .env:

cp .env.example .env

Run migrations

yarn prisma:migrate:dev

Run seeders

yarn prisma db seed

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Sponsors

This project is being developed by Premier Octet, a Web and mobile agency specializing in React and React Native developments.

About

The frontpage of teams knowledge πŸ§žβ€β™‚οΈ

https://digest.club


Languages

Language:TypeScript 96.4%Language:JavaScript 2.9%Language:CSS 0.6%Language:Shell 0.1%