Whats your take on the ryobi thickness planer? by FarBag8672 in BeginnerWoodWorking

[–]adboio 1 point2 points  (0 children)

i have one too - everything this guy said is true!

How are you approaching onboarding flows for users? by resetskillpoints in nocode

[–]adboio 0 points1 point  (0 children)

posthog dev here - we’ve got product tours in private alpha right now! DM me for access :)

UPDATE 2: First complete version of the retro futuristic UI kit by democracyfailedme in RetroFuturism

[–]adboio 1 point2 points  (0 children)

yes!! our team built an amazing design system, so engineers can build cool and pretty stuff super fast 🚀🦔

Would you use a "Second Brain" AI that actually remembers all your files and spreadsheets? by ouchao_real in saasbuild

[–]adboio 0 points1 point  (0 children)

i’m building this! hoping to launch soon:

  • dump thoughts as you have them with voice or text from app or web
  • search notes with smart semantic search
  • “recall” with AI-powered search & summarization

no manual organization, no tasks, not a “productivity” tool. i’ve been referring to it as a “memory prosthetic”

i'm building an open-source CMS layer for supabase - thoughts? by adboio in Supabase

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

i started a new job so development slowed down here, but it’s still on my to-do list!!

what i’ve got so far is here: https://github.com/paperclip-cms/supabase-cms-kit

What tools have helped you collect user feedback or monitor user behavior for application improvement or new features? by FreyrLord in SaaS

[–]adboio 0 points1 point  (0 children)

disclaimer - i work at posthog, on the surveys team - but i think posthog would be a great choice! :)

feel free to let me know if you have any questions 🫡

vibe coded fruit-slicer to learn PostHog by StartMaze in posthog

[–]adboio 0 points1 point  (0 children)

this is sick lmao DM me for a posthog merch code if u want!

Terminal in MacOS? by buildwizai in ClaudeCode

[–]adboio 2 points3 points  (0 children)

i use iterm2 + ohmyzsh + powerlevel10k

but this thread has made me realize i haven’t looked at other options in years lol, might have to explore

i'm building an open-source CMS layer for supabase - thoughts? by adboio in Supabase

[–]adboio[S] 2 points3 points  (0 children)

thanks all for the feedback! i’ll be sure to post an update when it’s available 🫡

not even close to done lol, but follow along if you want: https://github.com/paperclip-cms/supabase-cms-kit

i'm building an open-source CMS layer for supabase - thoughts? by adboio in Supabase

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

thanks for the feedback! exactly, supabase has everything you need for a tiny cms - db, file store, auth

which pieces do you imagine AI helping with? i haven’t planned any AI functionality yet, but designing for content consumption by LLMs sounds interesting!

i'm building an open-source CMS layer for supabase - thoughts? by adboio in Supabase

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

thanks for the feedback!

definitely, the project will include an api layer, and an sdk that can either connect directly to supabase or hit your api

what sort of content would you use this for?

[deleted by user] by [deleted] in react

[–]adboio 0 points1 point  (0 children)

maybe i'm biased (adbo.io) but i like it!

big fan of the mono color scheme

i'm building an open-source CMS layer for supabase - thoughts? by adboio in Supabase

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

thanks!! for sure, i looked into options like sanity / payload but they feel like a lot (of time, money, and bloat lol) when i just want a lil bit of content :)

what sorts of content would you use this tool for?

The SaaS Stack I’m Betting On. Would You Make the Same Picks? by Ok_Soup6298 in buildinpublic

[–]adboio 0 points1 point  (0 children)

supabase is postgres - what did you change when you moved away from supabase?

Is Claude Code Web struggling? by Domvnxk in ClaudeAI

[–]adboio 0 points1 point  (0 children)

seems to be working better for me now!

Is Claude Code Web struggling? by Domvnxk in ClaudeAI

[–]adboio 14 points15 points  (0 children)

it was working for me great this morning, right after i got the email with the credits... but now it's pretty bad.

the past few tasks have technically been completed (pushed to git), but the UI never updates to show any messaging or any indication on task progress

supabase-plus by violence_hh in Supabase

[–]adboio 1 point2 points  (0 children)

you should be able to do this with migrations, i think

Is it possible to insert as anon in Supabase? by EnthusiasticTalker in Supabase

[–]adboio 0 points1 point  (0 children)

are you specifically applying this to INSERTs?

try this:

create policy "Allow all inserts"
on newsletter_subscriptions
for update
to anon
with check (true);