PostEase is an open-source post scheduling app for twitter (and later linkedin). It is built using NextJS and React, authenticates users with Clerk, components with Shadcn UI & Radix UI, and is styled with TailwindCSS.
- Timezones
- Publish to Linkedin
- Tweet impressions / metrics
- LinkedIn impressions / metrics
- Better schedule editor
To develop postease locally, you will need to clone this repository and set up all the env vars outline in the .env.example
file.
Next, run the following commands to run the app locally:
pnpn i
pnpn run dev
- Next.js – framework
- Typescript – language
- Tailwind – CSS
- Upstash – qstash cron
- Supabase – database
- Clerk – auth
- Vercel – hosting
Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.