Tweet
I have so many screenshots of great and inspiring UI details I saw. But they are not sorted and most of the time I don’t look at them when I should 😩

#buildinpublic
Moved the tab bar for the settings page to a separate component and made it responsive.

#buildinpublic
Finished the screen and logic for joining a space with an invitation link. Different variations for already used links or if you are already an member are needed.

#buildinpublic
Deployed the first version of my landing page for fibunu.com.
I have lots of ideas to try out and implement - but that’s not on top of the priority list.

#buildinpublic
Tomorrow is my last day of my vacation in Italy. I enjoyed every day of it and was able to recharge my batteries.
I’m highly motivated and can’t wait to to work on my app again.

#buildinpublic
European GDPR requires a privacy policy that shows transparently which data you collect and how you use it.
Yet any of those generators that create legally safe policies throw out a bunch of texts nobody reads and understands.
Why can’t we show this in a nice way?

#buildinpublic
Only 4 more steps needed until I can launch:

1️⃣ Finish sharing/members screen
2️⃣ Integrate Stripe
3️⃣ Get permission from my employer
4️⃣ Register a company (Germany 🙈)

In the meantime I will publish the new website with the option to add yourself to a waitlist.

#buildinpublic
Added the members screen to the space settings.
Create links to enable friends, family members or other persons to join your space. Let them see your financial situation or let them help track everything.

#buildinpublic
I am working on the user interface and api endpoint to share your space with others:

1️⃣ Create an invitation (linked with a role)
2️⃣ Send the link to the person you want to join
3️⃣ Join the space
4️⃣ Invitation is invalidated

I will share some screenshots soon.

#buildinpublic
Added a basic profile page. It’s not the most important part to add the functionality to delete your account. But I hate it when I have to call somewhere/write an email to get my account deleted. Will also add a text field where you can give reasons for deletion.

#buildinpublic
I am really struggling to find time for my sidehustle this month. So much other stuff going on in my life right now.
I appreciate every minute I can work on my app 😍

#buildinpublic
Next impression of the website I am building for @fibunuapp.

#buildinpublic
Adding an onboarding widget to help the user get started.

#buildinpublic
Started to work on the website for @fibunuapp. I want to keep it simple with just the most important info on it.
The website is built with @nuxt_js and @tailwindcss.

#buildinpublic
And finally the folder structure of the studio app (the frontend). Nothing special, just a classic vue app.

#buildinpublic twitter.com/hamanuha/statu…
Current folder structure of my monorepo. It‘s divided into „apps“ (the consuming packages that have a build step) and „packages“ (shared code that can be used in any app).
For now I use @vite_js for all build steps and the dev server.

#buildinpublic
Follow up showing the folder structure of the server application.
The sql folder inside the src folder contains code to preload and provide the available queries from the root sql folder.

#buildinpublic twitter.com/hamanuha/statu…
Current folder structure of my monorepo. It‘s divided into „apps“ (the consuming packages that have a build step) and „packages“ (shared code that can be used in any app).
For now I use @vite_js for all build steps and the dev server.

#buildinpublic
Just activated @github copilot.
The only question I have: Why did I wait until now? 🤦‍♂️

It‘s truly amazing 🤩

#buildinpublic #codinglife
Current folder structure of my monorepo. It‘s divided into „apps“ (the consuming packages that have a build step) and „packages“ (shared code that can be used in any app).
For now I use @vite_js for all build steps and the dev server.

#buildinpublic
No progress this week - I have a cold since Sunday with quite a bad headache 🤕

#buildinpublic
A post from @pie6k about local packages inside a monorepo let me rethink my current setup.
I decided to remove the build step from each shared package and build it together with the app that is consuming it.

#buildinpublic