[go: up one dir, main page]

Build in a weekendScale to millions

Start your project with a Postgres database. Add Authentication, Data APIs, Edge Functions, Realtime Data, Storage, and Vector embeddings.

Trusted by fast-growing companies worldwide

Stay productive and manage your app without leaving the dashboard

Hyper

HyperWe store embeddings in a PostgreSQL database, hosted by Supabase, to perform a similarity search to identify the most relevant sections within the MDN. Hermina Condei, Director at MDN, Mozilla

View more about Hyper

Use Supabase with React

import { createClient } from '@supabase/supabase-js'

const supabase = createClient(
  process.env.SUPABASE_URL,
  process.env.SUPABASE_ANON_KEY
)

export default function App() {
  const [todos, setTodos] = useState([])

  useEffect(() => {
    supabase.from('todos').select('*')
      .then(({ data }) => setTodos(data))
  }, [])

  return <TodoList items={todos} />
}
Read docs for React

How industry leaders
are building with Supabase

More customer stories
Firecrawl

Firecrawl

Switched from Pinecone to Supabase Vector to boost efficiency and accuracy.

We looked at the alternatives and chose Supabase because it's open source, it's simpler, and for all the ways we need to use it, Supabase has been just as performant — if not more performant — than the other vector databases.

Caleb Peffer, CEO, Firecrawl

Caleb Peffer, CEO, Firecrawl

Read the story →

Join the community

Discover what our community has to say about their Supabase experience.

Join us on Discord

Open source from day one

Supabase is built in the open because we believe great developer tools should be transparent, inspectable, and owned by the community. Read, contribute, self-host. You're never locked in, and always in control.

Build in a weekend, scale to millions