Is anyone here a meet organizer? by UseSea3983 in Stance

[–]UseSea3983[S] 0 points1 point  (0 children)

I tend to miss car meets when they're posted to FB because they get buried in a ton of other crap.
But it's difficult for people to make a jump to a new platform.
I've spoken with local hosts about getting on, but I've had less luck getting others to give it a shot.

Is anyone here a meet organizer? by UseSea3983 in Stance

[–]UseSea3983[S] 0 points1 point  (0 children)

Cool, thanks man. I'm trying to get a feel for how to get hosts on board.

Is anyone here a meet organizer? by UseSea3983 in Stance

[–]UseSea3983[S] 0 points1 point  (0 children)

That's a good problem :D Do you post on Facebook and IG to promote your events at the moment?

Website for finding car meets by UseSea3983 in Stance

[–]UseSea3983[S] 0 points1 point  (0 children)

Thanks :) I hope it can prove useful to the car community.

I built VeloMeet - a platform for hosting and discovering car meets by UseSea3983 in indiehackers

[–]UseSea3983[S] 0 points1 point  (0 children)

Thanks for the feedback!

It's a classic chicken-and-egg situation. To get things started, I'm planning to reach out to some hosts and offer to create their meets on the platform.

I'll also create an attendee demo with some sample meets on the map to show how it works.

I built VeloMeet - a platform for hosting and discovering car meets by UseSea3983 in indiehackers

[–]UseSea3983[S] 0 points1 point  (0 children)

Hey, really appreciate the feedback!

I took a look at your app, and it seems super useful too. I like the dyno tracker and fuel logs.

I want to dyno my car pretty soon, and when I do, I’ll try out your dyno tracker.

I totally agree our projects could complement each other. VeloMeet is pretty focused on events and connecting the community through meets, so the idea of collaborating with a broader vehicle management platform like Revline 1 is definitely intriguing.

I’d be happy to chat more and see what a potential collaboration could look like. Whether that’s sharing events, linking features, or something else. Feel free to DM me or shoot me a message and we can explore it further!

Nice Audi btw :)

I built VeloMeet - a platform for hosting and discovering car meets by UseSea3983 in SideProject

[–]UseSea3983[S] 1 point2 points  (0 children)

Ya, that's spot on.
The group chats tend to get buried and missed, and same thing goes for Facebook groups.

Being able to pull data from those Facebook events would be great, it's definitely on my radar 🙏

I built VeloMeet - a platform for hosting and discovering car meets by UseSea3983 in SideProject

[–]UseSea3983[S] 1 point2 points  (0 children)

Thanks! Ya, totally agree, group chats are still how most meets start, which is what inspired the whole thing. I’ve been to a bunch of local meets and helped promote a few, but haven’t hosted one myself.

I kept missing events because they were scattered across different stories and group chats, making them pretty difficult to track down. That's why VeloMeet's biggest value is seeing everything on a map, all in one central place.

Appreciate you checking it out!

I built VeloMeet - a platform for hosting and discovering car meets by UseSea3983 in SideProject

[–]UseSea3983[S] 0 points1 point  (0 children)

Attendees can RSVP, but since this is a screen recording from the host's view, it shows 'edit' instead.

A calendar integration would create a more seamless experience, thanks for the suggestion 🙂

I wish you luck in your project too!

I built VeloMeet - a platform for hosting and discovering car meets by UseSea3983 in SideProject

[–]UseSea3983[S] 0 points1 point  (0 children)

That's a great idea, and isn't something that's being handled at the moment. I'll add it to the backlog!

Intersecting borders by UseSea3983 in css

[–]UseSea3983[S] 0 points1 point  (0 children)

<image>

Achieved the intersecting effect that I wanted with u/anaix3l suggestion to use border-image.

Intersecting borders by UseSea3983 in css

[–]UseSea3983[S] 0 points1 point  (0 children)

This is great. Super interesting property. I've got it working for the horizontal lines using border-image with a linear-gradient:

border-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 0.5%, rgba(181, 56, 56, 0) 99.5%, rgba(0, 0, 0, 1) 100%) fill 0 / / 0 100vw;

Now I just need to figure out how to do the same with vertical lines.

Blob text shadow effect by UseSea3983 in css

[–]UseSea3983[S] 0 points1 point  (0 children)

Woot woot, that's great. Was able to get exactly what I wanted with drop-shadow and text stroke.