← Back to context

Comment by kaicianflone

16 hours ago

Replit with vercel starter templates and supabase is amazing. I even have it do all my migrations and RLS policies. Also playwright automated testing in github action CI/CD.

I have it originated from a master prompt project I have architected with shadcn suggestions and how I like my app router setup.

I'm hooking this up to comet to be fully agentic with Linear tasks and human-in-the-loop approvals with up to 5 UI versions per feature. And ts contract request/responses for my nextJS api endpoints.

I also host a "LangChain" similar like tool in Azure C# minimal API in a shared replit secret. It's so nice to be able to re-use secrets for Radar, etc across all my apps.