Tweet
Map in mobile view is generating some problems.
Hard to navigate with other elements in the page.
πŸ€”
Thinking about adding a switch to show/hide map in full screen.
#buildinpublic #startup
I've updated Open Graph metadata.
What do you think? πŸ‘€
archipins.com
#buildinpublic
Plan for this week with archipins.com
πŸ“ Fix mobile view
πŸ“ Add "posting offer is free" banner
πŸ“ Write first blog post
#buildinpublic #startup
Full text search working πŸŽ‰
Done in just 1 day thanks to @supabase
Bonus points for learning how indexes in PostgreSQL work.
#buildinpublic #startup
For the rich text editor, I'm using @lexicaljs
Text is saved as JSON, so I can't use this to perform search.
πŸ€”
I'm thinking about using an additional column with raw text.
#buildinpublic
I'm almost finished with all the core features for MVP (hopefully...)
Now working on the full text search.
@supabase has this feature out of the box πŸ˜ƒ
supabase.com/docs/guides/da…

#buildinpublic
For the app font we are going with the Cera Pro Font buff.ly/3HfnfQa
First time using something other than google fonts.
#buildinpublic
I was checking my app performance on web.dev, and it turns out I can make some improvements to custom font loading.
Learning about font-display - CSS: Cascading Style Sheets | MDN developer.mozilla.org/en-US/docs/Web…

#buildinpublic
Hello fellow indie hackers, I have a boring question:
How do you tackle the problem of creating legal documents?
I'm thinking about Terms of Service and Privacy Policy.

#buildinpublic
Woahh, having lots of performance issues while using Formik.
Looking into some solutions.
πŸ€”
#buildinpublic
Thinking about switching to @HookForm from Formik
πŸ€”
React Hook Form vs. Formik: A technical and performance comparison - LogRocket Blog blog.logrocket.com/react-hook-for…

#buildinpublic
For the public beta of archipins I will not have an option to add a logo.
I'm replacing the logo with the first letter of the company name.
A placeholder, just for start.
Still figuring out if I'll have setting up accounts. πŸ€”

#buildinpublic
I really would like to roll out the public beta for archipins.
Thinking about all the necessary things I have to add to make it work.

Strangely, everything looks important.
😬
#buildinpublic
TIL
You can use isReady from @nextjs router to get the query parameters.
Use it in useEffect to limit re-renders.
github.com/vercel/next.js…
#buildinpublic
Figma Jam is perfect for remote teams brainstorming.
We are using it all the time in our micro startup πŸ™Œ
Is there a better tool?

Intro to FigJam: How to brainstorm with an online whiteboard youtu.be/FxdoM1B7Wo8 via @YouTube
#buildinpublic
Added a basic form for login with magic links.
I'm shocked at how easy it is with @supabase.
Just 1 hook and you're good to go πŸ˜…

#buildinpublic