Tag: supabase

1 Posts

Deploying HiCyou on ClawCloud Run DevBox
What is HiCyou? HiCyou is an open-source, modern link directory / tools catalog built for developers, creators, and teams. You can use it to: Curate and showcase AI tools, dev tools, design resources, etc. Run a public tools directory where users can submit new resources. Maintain an internal team resource center with commonly used links. Build a “resources hub” that supports your main website, SEO, or brand. Under the hood, HiCyou is a Next.js app that uses: Supabase for Postgres + Auth Cloudflare R2 for image / file storage Vercel or container-based platforms (like ClawCloud Run) for hosting This guide shows how to deploy HiCyou on ClawCloud Run DevBox, using DevBox as: Your cloud dev machine + build box →then publish a container image →and deploy it to production with App Launchpad. 0. Prerequisites Before you start with DevBox, make sure you already have: HiCyou repository Fork or clone: https://github.com/hicyoucom/hicyou Supabase project You should already have: NEXT_PUBLIC_SUPABASE_URL NEXT_PUBLIC_SUPABASE_ANON_KEY SUPABASE_SERVICE_ROLE_KEY DATABASE_URL (ideally using the connection pooler on port 6543 with ?pgbouncer=true)…