Home

Awesome

Writter

A Twitter clone with Remix and Kontenbase. Styled with Chakra UI. Just a demo, not meant to be 100% complete.

MIT License

<!-- prettier-ignore-start --> <!-- prettier-ignore-end -->

Features

What's implemented

What's might not implemented

Tech Stack

Guide

Here are the step by step guide to develop this app. You can also watch the video on YouTube

Backend with Kontenbase

Development with Remix

Deployment with Vercel

After having run the create-remix command and selected "Vercel" as a deployment target, you only need to import your Git repository into Vercel, and it will be deployed.

It is generally recommended to use a Git repository, because future commits will then automatically be deployed by Vercel, through its Git Integration.

If you'd like to avoid using a Git repository, you can also deploy the directory by running Vercel CLI:

npm i -g vercel
vercel