Skip to content

devsaran/supaembed

 
 

Repository files navigation


Logo

Supaembed (Alpha)

Embed custom tools on your website with your Supabase instance.
Free • Open Source

View Demo · Report Bug · Request Feature

Supaembed

🚀 Features

  • 🤩 Free & Open Source
  • 🚀 Your own Supabase instance
  • 🌟 Your user can interact without signing in (Respect RLS too)
  • 🎨 Alowed to use on your own project
  • 🌌 No stealing your data, so don't worry 😂

📇 About The Project

I wanted to have a bug/feature request/roadmap tools in my latest project, Aurora, but I don't want users to sign in another tool just to do that.

Then I discovered the amazing Embedding features by Dashibase, which allow user to embed form and still respect the RLS. I reached out to SK (Thank you! 🙌🏼) to learn the mechanism.

Supabase Setting's Schema

After that, I expose the NEW schema (so that it won't clogged up public schema), and utilized Supabase powerful Postgrest endpoint, as well as the embedding faeture above to build this tool.

Enjoy! 😁

🔨 Built With

Steps

WIP 😅

🌎 Local Development

Prerequisites

Yarn

  • npm install --global yarn

Development

  1. Clone the repo
    git clone https://github.com/zernonia/supaembed.git
  2. Install NPM packages
    cd supaembed
    yarn install
  3. Run local Vercel development instance
    yarn dev

➕ Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🧡 Acknowledgement

📜 License

Not Associated with Supabase.

Distributed under the MIT License. See LICENSE for more information.

📧 Contact

Zernonia - @zernonia - [email protected]

Also, if you like my work, please buy me a coffee ☕😳

Logo

About

Embed custom tools on your website with your Supabase instance.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 78.4%
  • TypeScript 14.7%
  • CSS 4.0%
  • HTML 2.9%