GitHub - supabase/functions-js: Deprecated repo. Moved all work to https://github.com/supabase/supabase-js (original) (raw)
⚠️ REPOSITORY DEPRECATED - MOVED TO MONOREPO
🚨 This repository has been moved and will be archived on October 10, 2025
All development has moved to the Supabase JS Monorepo
If you're looking for the README of
functions-js, you can find it at:
https://github.com/supabase/supabase-js/tree/master/packages/core/functions-jsWhat happened?
This repository was merged into the main Supabase JS monorepo for better coordination, testing, and releases.
What you need to do:
- 📖 For documentation: Visit the new functions-js location
- 🐛 For issues: Create them in the supabase-js repository
- 🔧 For contributions: See the Contributing Guide
- 📚 For migration help: Read the Migration Guide
If you have open work:
- Uncommitted changes: Manually transport your work to the monorepo (file structure is the same under
packages/core/functions-js/)- Open PRs: Tag a maintainer in your PR and we'll help you migrate it
- Issues: Will be transported to the supabase-js repository
⚠️ This is the old repository. Please use the supabase-js monorepo going forward.
functions-js (DEPRECATED - USE MONOREPO)
JS Client library to interact with Supabase Functions.
Docs
https://supabase.com/docs/reference/javascript/functions-invoke
testing
To run tests you will need Node 20+.
You are going to need docker daemon running to execute tests.
To start test run use the following command: