Martin
banner
supermarreo.bsky.social
Martin
@supermarreo.bsky.social
yes its my toe. indie hacker from Sweden. building stuff mostly with Laravel.
Built a slick tool for teams handling shared emails like info@ or support@! It streamlines collaboration and keeps things organized. Looking for a few beta testers to try it out and give me feedback, any teams want to give it a spin? DM me!
April 17, 2025 at 4:53 PM
Ok so i didn’t check in here for a couple of days after joining Blue Sky, and suddenly I got a bunch of followers. So hello 👋🏽 everyone all the way from Sweden 😀
December 3, 2024 at 6:57 PM
Just tried Flux for Livewire, and wow - it's just amazing how easy it is to build with this beautiful UI kit. Made this demo in less than an hour! Can't wait to try out the other components.
November 27, 2024 at 11:12 AM
Just so brutally tired of Cookie-banners, and have now completely stopped using third-party or tracking cookies on my sites to spare my visitors from it. The EU does some good things but this.....
November 26, 2024 at 8:46 PM
🧵 Heard a lot of people complaining about recent Google-updates tanking their affiliate-sites. So I just built a new one (on an existing domain but with barely any content). I built a site that processes feeds from different vendors that sell beauty products and compare the prices between them.
November 26, 2024 at 1:09 PM
Definitely interesting when you sign up and the algorithm hasn't learned what you like yet, and the whole feed is basically cat pictures.
November 26, 2024 at 11:47 AM
Route::get('/first-post', function () {
return response()->json([
'message' => 'Hello Bluesky! 👋',
'stack' => 'Laravel',
'status' => 'Indie Hacker: Online',
], 200);
});
November 26, 2024 at 11:35 AM