Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Henüz değil saniye önce
False
Henüz değil saniye önce
Tetiklenen metin Yoksayılan metin Engellenen metin
2 saat önce
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
supabase / supabase Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 13.5k
* Star 108k
* Code
* Issues 274
* Pull requests 974
* Discussions
* Actions
* Projects
* Security and quality 0
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Security and quality
* Insights
master
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
37,852 Commits
37,852 Commits
.agents/ skills/ vitest .agents/ skills/ vitest
.claude .claude
.cursor .cursor
.github .github
.vscode .vscode
apps apps
blocks/ vue blocks/ vue
docker docker
e2e e2e
examples examples
i18n i18n
packages packages
patches patches
scripts scripts
supa-mdx-lint supa-mdx-lint
supabase supabase
.coderabbit.yaml .coderabbit.yaml
.cursorignore .cursorignore
.dockerignore .dockerignore
.gitignore .gitignore
.mcp.json .mcp.json
.misspell-fixer.ignore .misspell-fixer.ignore
.npmrc .npmrc
.nvmrc .nvmrc
.prettierignore .prettierignore
CONTRIBUTING.md CONTRIBUTING.md
DEVELOPERS.md DEVELOPERS.md
LICENSE LICENSE
Makefile Makefile
README.md README.md
knip.jsonc knip.jsonc
package.json package.json
pnpm-lock.yaml pnpm-lock.yaml
pnpm-workspace.yaml pnpm-workspace.yaml
prettier.config.mjs prettier.config.mjs
supa-mdx-lint.config.toml supa-mdx-lint.config.toml
tsconfig.json tsconfig.json
turbo.jsonc turbo.jsonc
zizmor.yml zizmor.yml
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* Apache-2.0 license
* Security
More items
Supabase
Supabase is the Postgres development platform. We're building the features of Firebase using enterprise-grade open source tools.
* Hosted Postgres Database. Docs
* Authentication and Authorization. Docs
* Auto-generated APIs.
+ REST. Docs
+ GraphQL. Docs
+ Realtime subscriptions. Docs
* Functions.
+ Database Functions. Docs
+ Edge Functions Docs
* File Storage. Docs
* AI + Vector/Embeddings Toolkit. Docs
* Dashboard
Watch "releases" of this repo to get notified of major updates.
Documentation
For full documentation, visit supabase.com/docs
To see how to Contribute, visit Getting Started
Community & Support
* Community Forum. Best for: help with building, discussion about database best practices.
* GitHub Issues. Best for: bugs and errors you encounter using Supabase.
* Email Support. Best for: problems with your database or infrastructure.
* Discord. Best for: sharing your applications and hanging out with the community.
How it works
Supabase is a combination of open source tools. We’re building the features of Firebase using enterprise-grade, open source products. If the tools and communities exist, with an MIT, Apache 2, or equivalent open license, we will use and support that tool. If the tool doesn't exist, we build and open source it ourselves. Supabase is not a 1-to-1 mapping of Firebase. Our aim is to give developers a Firebase-like developer experience using open source tools.
Architecture
Supabase is a hosted platform. You can sign up and start using Supabase without installing anything. You can also self-host and develop locally.
* Postgres is an object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
* Realtime is an Elixir server that allows you to listen to PostgreSQL inserts, updates, and deletes using websockets. Realtime polls Postgres' built-in replication functionality for database changes, converts changes to JSON, then broadcasts the JSON over websockets to authorized clients.
* PostgREST is a web server that turns your PostgreSQL database directly into a RESTful API.
* GoTrue is a JWT-based authentication API that simplifies user sign-ups, logins, and session management in your applications.
* Storage a RESTful API for managing files in S3, with Postgres handling permissions.
* pg_graphql a PostgreSQL extension that exposes a GraphQL API.
* postgres-meta is a RESTful API for managing your Postgres, allowing you to fetch tables, add roles, and run queries, etc.
* Envoy is a cloud-native, high-performance edge and service proxy.
Client libraries
Our approach for client libraries is modular. Each sub-library is a standalone implementation for a single external system. This is one of the ways we support existing tools.
Language Client Feature-Clients (bundled in Supabase client)
Supabase PostgREST GoTrue Realtime Storage Functions
⚡️ Official ⚡️
JavaScript (TypeScript) supabase-js postgrest-js auth-js realtime-js storage-js functions-js
Flutter supabase-flutter postgrest-dart gotrue-dart realtime-dart storage-dart functions-dart
Swift supabase-swift postgrest-swift auth-swift realtime-swift storage-swift functions-swift
Python supabase-py postgrest-py gotrue-py realtime-py storage-py functions-py
💚 Community 💚
C# supabase-csharp postgrest-csharp gotrue-csharp realtime-csharp storage-csharp functions-csharp
Go - postgrest-go gotrue-go - storage-go functions-go
Java - - gotrue-java - storage-java -
Kotlin supabase-kt postgrest-kt auth-kt realtime-kt storage-kt functions-kt
Ruby supabase-rb postgrest-rb - - - -
Rust - postgrest-rs - - - -
Godot Engine (GDScript) supabase-gdscript - - - - -
Badges
[](https://supabase.com)
<a href="https://supabase.com">
<img
width="168"
height="30"
src="https://supabase.com/badge-made-with-supabase.svg"
alt="Made with Supabase"
/>
</a>
[](https://supabase.com)
<a href="https://supabase.com">
<img
width="168"
height="30"
src="https://supabase.com/badge-made-with-supabase-dark.svg"
alt="Made with Supabase"
/>
</a>
Translations
* Arabic | العربية
* Albanian / Shqip
* Bangla / বাংলা
* Bulgarian / Български
* Catalan / Català
* Croatian / Hrvatski
* Czech / čeština
* Danish / Dansk
* Dutch / Nederlands
* English
* Estonian / eesti keel
* Finnish / Suomalainen
* French / Français
* German / Deutsch
* Greek / Ελληνικά
* Gujarati / ગુજરાતી
* Hebrew / עברית
* Hindi / हिंदी
* Hungarian / Magyar
* Nepali / नेपाली
* Indonesian / Bahasa Indonesia
* Italiano / Italian
* Japanese / 日本語
* Korean / 한국어
* Lithuanian / lietuvių
* Latvian / latviski
* Malay / Bahasa Malaysia
* Norwegian (Bokmål) / Norsk (Bokmål)
* Persian / فارسی
* Polish / Polski
* Portuguese / Português
* Portuguese (Brazilian) / Português Brasileiro
* Romanian / Română
* Russian / Pусский
* Serbian / Srpski
* Sinhala / සිංහල
* Slovak / slovenský
* Slovenian / Slovenščina
* Spanish / Español
* Simplified Chinese / 简体中文
* Swedish / Svenska
* Thai / ไทย
* Traditional Chinese / 繁體中文
* Turkish / Türkçe
* Ukrainian / Українська
* Vietnamese / Tiếng Việt
* List of translations
About
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
supabase.com
Topics
aialternativeauthdatabasedenoembeddingsexamplefirebasenextjsoauth2pgvectorpostgispostgrespostgresqlpostgrestrealtimesupabasevectorswebsockets
Resources
Readme
Apache-2.0 license
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
107.8k stars
Watchers
739 watching
Forks
13.5k forks
Report repository
Releases
Sponsor this project
Packages
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
Şimdilik, Farklar grafiksel olarak değil metin üzerinde gerçekleştirilir, yalnızca en son ekran görüntüsü mevcuttur.
Ekran görüntüsü, ekran görüntülerini destekleyen bir İçerik Getiricisi (Sockpuppetbrowser, selenium vb.) gerektirir.