shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

[Examples]: More examples and starter templates

Open jonaro00 opened this issue 1 year ago • 6 comments

Some ideas:

  • Auth provider setup and integration
  • Fullstack Leptos #952

feel free to comment more ideas


This issue is a part of the Product Feature Poll (all issues). React with :+1: if you want this feature. Comment if you have suggestions related to this feature.

jonaro00 avatar Jan 25 '24 13:01 jonaro00

I would like to create an example application for Auth provider setup and integration and write an article about the whole process. Will that be okay?

sourabpramanik avatar Jan 25 '24 16:01 sourabpramanik

@sourabpramanik Thanks for showing interest. We are open for collaborating on this one. If you are in the Shuttle Discord, please reach out to me (jonaro00) or josh so that we can scope out the details of what the example and article should cover.

jonaro00 avatar Jan 25 '24 18:01 jonaro00

Sure thing. Thanks

sourabpramanik avatar Jan 25 '24 18:01 sourabpramanik

Throwing ideas out:

  • Creating and/or receiving web hooks would be something I would find interesting.
  • Leptos (Already suggested)
  • Other full stack deployments?
  • Hosting/running Meilisearch
  • Oauth2
  • Server Side Events
  • Idle game (eg farming game where x takes 12 hrs to grow or something)
  • Enqueue people for resource access. (eg ticket sales or merch drop etc..)

I think most things are probably too specific however for a particular project?

DragonPixel avatar Jan 28 '24 01:01 DragonPixel

Leptos is interesting, I will build out something using this with shuttle

sourabpramanik avatar Feb 13 '24 17:02 sourabpramanik

There is already some attempts at this if you wanted to check them out. I think #1002 documents a failed attempt and there is currently https://github.com/leptos-community/deployment-ssr-shuttle

I'm not aware of anything else. I'd love to see a working example with leptos.

nMessage avatar Feb 14 '24 10:02 nMessage