Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capacitorjs support #5

Open
geoman2 opened this issue May 1, 2024 · 5 comments
Open

Capacitorjs support #5

geoman2 opened this issue May 1, 2024 · 5 comments

Comments

@geoman2
Copy link

geoman2 commented May 1, 2024

Hi
Have you considered to add Capacitorjs support to your stack?

@albbus-stack
Copy link
Owner

albbus-stack commented May 1, 2024

Thanks for the interest, that's a really nice idea! I think that the only thing that's necessary is the static export for the sveltekit project (@sveltejs/adapter-static) to sync with the capacitor one. If you want to take a look at this it would be very much appreciated 🤘

This also raises the problem of server side rendering as usual along most of the mobile frameworks.

@geoman2
Copy link
Author

geoman2 commented May 1, 2024

did you look into similar stacks for a solution, this https://github.com/ak4zh/sveltekit-capacitor-tailwindcss-supabase has adapter-static installed/configured
also https://github.com/jepiqueau/vite-sveltekit-capacitor-sqlite and https://github.com/crewdevio/svelte-native can be a start point as are very recent
About UI frameworks, what is your preffered? shadcn/ui has been very popular last few months but konsta ui is also used on some paid mobile IDE like wappler

I see you use the supabase auth as solution, have you heard about supertokens? timothymiller/t4-app#106 has removed supabase and added supertokens. Why?

@albbus-stack
Copy link
Owner

did you look into similar stacks for a solution, this https://github.com/ak4zh/sveltekit-capacitor-tailwindcss-supabase has adapter-static installed/configured also https://github.com/jepiqueau/vite-sveltekit-capacitor-sqlite and https://github.com/crewdevio/svelte-native can be a start point as are very recent About UI frameworks, what is your preffered? shadcn/ui has been very popular last few months but konsta ui is also used on some paid mobile IDE like wappler

Thanks for the useful links 👍 We'll need to drop ssr routes to create a multi platform stack like t4 using capacitor, if you want to give a hand you can hit me up on discord anytime. For UI frameworks I like shadcn very much, didn't choose it at the time but it's super valid.

I see you use the supabase auth as solution, have you heard about supertokens? timothymiller/t4-app#106 has removed supabase and added supertokens. Why?

This is just a bit outdated and I only upgraded the dependencies once in a while so switching to supertokens would also be great!

To build this we should start from scratch from one of those repos and then reimplement the features one by one gradually. If you are up for it I'm up for it 🤘

@albbus-stack
Copy link
Owner

https://github.com/crewdevio/svelte-native looks really good for this!

@geoman2
Copy link
Author

geoman2 commented May 6, 2024

Hi, if you want to be more productive use AI chats for coding, my preffered is Mixtral 8x22 from https://labs.perplexity.ai

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants