# Building a Realtime Trello Board with Supabase and Angular

DevFeed: [Building a Realtime Trello Board with Supabase and Angular](<https://devfeed.tech/articles/building-a-realtime-trello-board-with-supabase-and-angular-326.md>)

Original publisher: [Read original article](<https://supabase.com/blog/building-a-realtime-trello-board-with-supabase-and-angular>)

Author: Simon Grimm

Published: 2022-08-24T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Tailwind CSS](<https://devfeed.tech/topics/tailwind.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [article](<https://devfeed.tech/tags/article.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [building](<https://devfeed.tech/tags/building.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [github](<https://devfeed.tech/tags/github.md>), [password](<https://devfeed.tech/tags/password.md>), [projects](<https://devfeed.tech/tags/projects.md>), [sign-in](<https://devfeed.tech/tags/sign-in.md>), [source](<https://devfeed.tech/tags/source.md>), [sql](<https://devfeed.tech/tags/sql.md>), [tailwind](<https://devfeed.tech/tags/tailwind.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial that builds a realtime Trello-style board using Supabase, Angular, and Tailwind. It covers project setup, authentication with magic links, SQL table definitions, and realtime functionality.

## Source excerpt

Go beyond the hello world example with this real world project.