Simple and open social media
AI used to autofill scripts, save myself some time to work on other useful features on the site.
Simple and open social media
AI used to autofill scripts, save myself some time to work on other useful features on the site.
Finally finished V1! It’s live at https://quacky.linus.my
I hope you enjoy it. It’s only the beginning of this app as I’m using it as a framework for a competition I’m taking part in.
Expect bugs, I’m already fixing some after V1 releases.
Finished welcome email, following/followers, search and post pages.
Log in to leave a comment
Quick update
You can now upload attachments on posts!
All assets are stored using S3, and in my app’s case, I’m using my custom S3 storage server because minio has become deprecated :|
Log in to leave a comment
Been cleaning up the codebase to get ready to ship. Made a new onboarding form.
Gotta love cleaning code for 4 hours straight…
Oh yea, and ive made new iterations of the mascot. looks pretty cute dont you think
Log in to leave a comment
Revamped all of the Post and User routes, improved UI, designed app mascot called quacky.
my next steps will be to finish all of the platform features and launch into beta. the only things remaining are:
I’m getting very close!
Cleaned up all the code, and added 2 new views: private and banned.
Additionally, added proxy middleware to make content on the site viewable to only signed in users
Log in to leave a comment
Added notification services.
See the image for how it looks.
Log in to leave a comment
Added replies to posts. APIs and module functions have been added.
Additionally, theres now a new page for viewing and replying to posts at /post/[postId].
Log in to leave a comment
Added profile page along with recent post activity.
Additionally, I implemented the like/unlike functions for posts. There is an API and import module you can use eventually when I ship.
Log in to leave a comment
Added ability for users to post. There are 3 types:
Additionally, I’ve started work on drafting UI for the profile page.
Log in to leave a comment