Discover here www.der-baukasten.com/
19.09.2025 13:59 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0@yoanngueny.bsky.social
Front-end freelancer โจ Crafting stunning websites. Indie hacker ๐ Building freedom. Paris ๐ซ๐ท Bali ๐ฎ๐ฉ
Discover here www.der-baukasten.com/
19.09.2025 13:59 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0New gem alert ๐จ
Showing off my latest discovery.
Drop your thoughts in the comments ๐
Discover here en.masahiromaruyama.com/
14.09.2025 14:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0New gem alert ๐จ
Showing off my latest discovery.
Drop your thoughts in the comments ๐
Discover here layrid.tomoyaokada.com/
05.09.2025 14:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0New gem alert ๐จ
Showing off my latest discovery.
Drop your thoughts in the comments ๐
I'm new to Reddit!
Can you recommend any good communities?
Cooking something new for Birdie Memory from the French countryside.
28.08.2025 15:56 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0If you enjoy quick card games that combine strategy and luck in equal measure, I recommend trying Skyjo.
There's also an Android and iOS app available, and it works quite well.
Draft version of Birdie Memory Studio UI in Figma
26.08.2025 14:37 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I also need auth for my project
26.08.2025 06:16 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Found Row Level Security: the DB becomes the bouncer.
It checks who you are and only lets you touch the rows youโre allowed.
Safe clientโside queries, less backend code. Love it.
Just ran my first test with PostgreSQL on Supabase!
Itโs been ages since I wrote SQL myself, and that thrill of seeing data appear in the DB instantly brought me back to my first dynamic website days.
On the B2B products page, we added some of our clients logo to build trust, along with information about the origin of our products, which are 100% printed in France.
What are your thoughts on it?
Now that the quote form is ready, we have updated the shop page for the French market.
Previously, our B2C and B2B products were combined on a single page, which could be confusing for our clients. Now, we've created two separate entry points, each with its own dedicated page.
Any good Supabase tutorial to recommend?
23.08.2025 15:12 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0No more forgetting documents.
No more manual copy/paste.
Just a few clicks from start to finish, plus analytics to better track leads.
- A draft order is automatically created in Shopify + they get the quote PDF instantly
- They validate it and send me their purchase order
- I convert the draft order to a real order with one click
- Shopify automatically emails them the invoice PDF after shipping
No more endless emails.
Now that weโre focusing more on B2B, I decided to streamline everything with a quote form. Hereโs the new process:
- Libraries click โRequest a Quoteโ on our website
- They fill in the form with all needed details
- I manually edit a quote in Excel and send it
- They validate it internally, create a purchase order, and send it to me
- I manually create the order in Shopify
- Ship the product + send the invoice PDF
Painful. Slow.
At first, I didnโt bother building a proper system because we didnโt have that many B2B orders.
Hereโs how the old process looked ๐
- Website indicate we accept payment on delivery
- They email us asking for info + a quote
- I reply asking for details
- They send the info
Why did I build a quote form for Birdie Memory? ๐ฆ๐
Our business has a small B2B side, mostly libraries.
They love our product because it lets them create bird-themed activities.
Butโฆ theyโre funded by the government, so they only accept payment on delivery.
Then, boom! Almost everything was ready.
The UI was integrated and styled.
The texts were translated.
The script handled error testing and called my API.
I only had to tweak a few UI details and correct some script errors.
Still need to polish it before publishing.
The hook solution worked perfectly, and the quote form is now complete!
This part was effortless with Cursor AI.
I already had other forms, like a newsletter, on my website.
So I simply provided it with the fields required by my API and asked it to follow my existing coding style.
My new idea is to use Shopify hooks. This way, when the draft order is ready, it will trigger one of my scripts to send the email.
Wish me luck!
I tried some stupid suggestions from ChatGPT, like creating a timeout loop to wait for the order to be ready. However, I feel this approach is prone to unexpected bugs.
20.08.2025 13:20 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0After some research, I found that creating draft orders is an asynchronous process. Even if the creation is successful, the order isn't fully ready. This is why it was unable to send the email notification.
20.08.2025 13:20 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0I had almost finished my quote form for Birdie Memory but encountered an unexpected error during the tests.
The Shopify API for creating draft orders started returning 202 status codes, and the email notification API stopped working.
I'm taking some time to learn Makerkit and, moreover, Supabase.
Once I understand both, I'll be unstoppable.
My script finally sends clients an email with a download link for their quote PDF ๐จ
Last step: adding the form to the website, then Iโm done!