Shane

The only difference between ordinary and extraordinary is just that little "extra".

Built a better waiting list form

Previously was using a `convertkit-react` component, which was handy but didn't look as nice and less flexible. Now I'm sending everything to Airtable instead, and I think it's much nicer!

Added a bit more detail to the landing page

I think it's still lacking a lot, but at least there's more information now

Created a nice image uploader component

A bit fiddly, but works great in the end.

Settings page saves to backend ๐Ÿ’พ

Usability feels pretty nice. Using Formik to handle the form, submit the data to NextJS API endpoint (using a little fetch wrapper to handle authentication), which writes straight to Firestore. Simple, but works well.

Create landing page for project

A small idea that has been in my head for month now, and I've just thrown up an interest page (feed.so) as a first step. Not a good landing page yet (very mysterious) but will work on some better content as next step โšก๏ธ

Design a logo

aka. choose a font that I like and buy an icon for $2 from iconfinder.net ๐Ÿ™ˆ

(I'm no designer)

Start my first public project build ๐Ÿš€

My very first time building in public, and I'm super excited to start ๐Ÿค“ I have a small idea that I think is nice for a side project, and yesterday I kicked off. Excited to share some updates with you all.

I'm building a tool to help with composing Twitter threads, where you can save drafts, work on your writing etc, before publishing.

Yesterday I did a lot of the project set up things, like setting up the domain, creating the base NextJS project, getting login/logout working, and some basic UI layout. โœŒ๐Ÿผ