Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikecann/threadx
A Twitter / X / Threads clone built using Convex.dev
https://github.com/mikecann/threadx
threads twitter typescript x
Last synced: 18 days ago
JSON representation
A Twitter / X / Threads clone built using Convex.dev
- Host: GitHub
- URL: https://github.com/mikecann/threadx
- Owner: mikecann
- Created: 2023-07-21T03:36:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T03:50:05.000Z (10 months ago)
- Last Synced: 2024-10-03T09:18:32.720Z (about 1 month ago)
- Topics: threads, twitter, typescript, x
- Language: TypeScript
- Homepage: https://threadx-app.netlify.app/
- Size: 539 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThreadX
This is a demo application that I built to experiment with the Backend as a Service platform [Convex](https://convex.dev).
It's called ThreadX because it's a subset of Twitter / Threads / X like functionality.
Some of the ways I have implemented the code may not be 100% optimal, and not all the features are necessarily implemented in the best way. I'm mainly trying to test the waters with Convex and see what it can do.
## Writeup & Demo
I have done a full writeup of this on my blog, you can read about it here: https://mikecann.co.uk/posts/tinkering-with-convex
I have also created a demo video for the project here: https://www.youtube.com/watch?v=kTYDdVEg1us
## Install
You should be able to download and then `yarn install` then `yarn dev` to have it run locally.
It will require a Convex account to work but running `yarn dev` will take you through that.