Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supabase-community/unboring.sg
A website and browser extensions to discover things to eat, do, and learn.
https://github.com/supabase-community/unboring.sg
chrome-extension hackforpublicgood opengovsg supabase
Last synced: 3 months ago
JSON representation
A website and browser extensions to discover things to eat, do, and learn.
- Host: GitHub
- URL: https://github.com/supabase-community/unboring.sg
- Owner: supabase-community
- Created: 2022-01-14T06:55:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T07:13:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T15:26:59.091Z (3 months ago)
- Topics: chrome-extension, hackforpublicgood, opengovsg, supabase
- Language: TypeScript
- Homepage: https://unboring-sg.vercel.app
- Size: 452 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unboring.sg
![unboringSG logo](./website/public/UnboringSG.png)
A convenient way of discovering new things all over Singapore in each new browser tab that you open. It's kind of like your favourite colleague telling you about that cool new thing they found last weekend!
![screenshot](./website/public/unboringsg_og.png)
## The Tech Stack
For the [website](https://github.com/thorwebdev/unboring.sg/tree/main/website) and [API layer](https://github.com/thorwebdev/unboring.sg/tree/main/website/pages/api) we used [Next.js](https://nextjs.org/) hosted on [Vercel](https://vercel.com/home), and for the backend data layer we used [Supabase](https://supabase.com/), probably the best stack for building MVPs quickly.
For the user interface we utilised [Open Government Products Design System](https://github.com/opengovsg/design-system), one of the other Hackathon projects, which uses Chakra UI under the hood.
The [Chrome extension](https://github.com/thorwebdev/unboring.sg/tree/main/chrome_extension) was built in VanillaJS and is using the website and APIs under the hood.
## Database schema
If you want to deploy this project yourself, you can find the SQL queries needed to set up your database tables in the [schema.sql file](./schema.sql).
## Credit
- [Kathleen Koh](https://www.linkedin.com/in/kathleenkohhuiying/) ([OGP](https://www.open.gov.sg/))
- [Sarah Espaldon](https://www.linkedin.com/in/sarahespaldon/) ([OGP](https://www.open.gov.sg/))
- [Shannen Ho](https://www.linkedin.com/in/shannen-ho/) ([OGP](https://www.open.gov.sg/))
- [Shanty Basrur](https://www.linkedin.com/in/sbasrur/) ([OGP](https://www.open.gov.sg/))
- [Thor Schaeff](https://twitter.com/thorwebdev) (co-hacker; Software Engineer at [Supabase](https://supabase.com))### Special thanks
Special thanks to code contributors:
- [Antariksh Mahajan](https://github.com/mantariksh)
- [Ian Chen](https://github.com/pregnantboy)