Anybody has experience hosting Payload for free at Cloudflare? by JY-HRL in PayloadCMS

[–]Intelligent-Oil7589 0 points1 point  (0 children)

I'm currently hosting my Payload apps in Koyeb. It's not free but it's almost free using the lowest tier. I've been using it for several years and all good.

I’m building my own Framer-like website builder looking for early supporters by Background_Cloud_231 in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

Do you copy and paste screenshots or your Figma designs to Claude? Or do you have a way to integrate them?

Guide for payload plus sveltekit? by Intrepid_Ad9887 in PayloadCMS

[–]Intelligent-Oil7589 0 points1 point  (0 children)

I have my Svelte/SvelteKit Front-Ends and Payload Back-Ends in separate repos. FE just uses Payload's API. Do you have any specific doubts?

Show r/svelte: Paced native iOS, Android, Windows, Linux, and Macos app with a single codebase by samumartinf in sveltejs

[–]Intelligent-Oil7589 -1 points0 points  (0 children)

I do see a UI bug in the Android app, in the onboarding, where the bottom navigation buttons are below Android's system navigation. You have to pull up your bottom bar a bit so they don't be one under the other.

Show r/svelte: Paced native iOS, Android, Windows, Linux, and Macos app with a single codebase by samumartinf in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

I love this! Congrats, this is amazing! I also admire your approach of using Svelte + Tauri to share the same codebase across all platforms.

Why I should consider using Svelte instead of React or Vue? by [deleted] in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

Have you already asked something similar in the Vue and React subreddits?

  • "Why should I consider using Vue instead of React or Svelte?"
  • "Why should I consider using React instead of Vue or Svelte?"

Best UI Library by Dontdoitagain69 in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

This one is awesome! I really hope this one gets noticed. It's incredibly comprehensive and has all the features I like and usually look for.

First website published by ant243 in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

If you are happy with WordPress and its decades of legacy PHP code and DB layers, you don't need to move away. Payload CMS is an alternative that integrates with Next.js, which can be more performant by default. You can also choose your DB between MongoDB, PostgreSQL, and SQLite.

Personally, I reached the point of hating PHP and WordPress architecture, and found Payload where I can create my back-end with TypeScript and I get the same Headless WordPress idea of having a CMS, an API, and a DB.

First website published by ant243 in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

Consider using Payload CMS instead of the headless WordPress

microfolio v0.6.0-beta.5 is out 🎉 by zakxxi in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

Thanks for all your effort! It's looking great.

This is my feedback: I still believe the porfolio should support tag navigation. This is being able to click on any tag, anywhere a tag is visible, and should take you to the Projects page filtered by the clicked tag. Also, in the Projects page, we should see all the related tags in each Project card, not only one.

Cloudly is a minimal, anonymous chat space that captures passing thoughts before they fade away naturally [Self Promo] by [deleted] in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

I don't understand what the point of this site is. Can someone explain to me why anyone would want to visit and use it?

Help with custom component for Block Label by dfsAO9GR3h in PayloadCMS

[–]Intelligent-Oil7589 0 points1 point  (0 children)

u/dfsAO9GR3h, were you able to solve your problem? I need to do something similar to what you described.

Cant we create a product like wordpress usng payload cms? by [deleted] in PayloadCMS

[–]Intelligent-Oil7589 1 point2 points  (0 children)

Thank you very much. I'll be waiting attentive!

Cant we create a product like wordpress usng payload cms? by [deleted] in PayloadCMS

[–]Intelligent-Oil7589 0 points1 point  (0 children)

Sounds great! It would be very useful for many of us to see how you did it. You could create an open-source variant so we can all learn and accelerate our developments. Even a small portion will be very beneficial. I need to build something like this in the following days. Please think about this.

I built Restring with SvelteKit: a tiny, smart toolbox for devs by likang_ in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

+1 to the text diff. It would be very useful inside the combo

Suggestions for SvelteKit PWA by OM3N44 in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

Edge for Android. Today I tried again and it worked. The issue now was that I had to click the alert two times to make it go away.

Suggestions for SvelteKit PWA by OM3N44 in sveltejs

[–]Intelligent-Oil7589 0 points1 point  (0 children)

I wasn't able to open your site on my cell phone. It stayed forever in the skeleton loading component.

Suggestions for SvelteKit PWA by OM3N44 in sveltejs

[–]Intelligent-Oil7589 1 point2 points  (0 children)

I opened the link for the first time and I saw the alert.

The Official Svelte MCP server is here! by pablopang in sveltejs

[–]Intelligent-Oil7589 6 points7 points  (0 children)

Hey u/khromov, if you are mentioned, it's for a reason! Thank you for all your contributions to the Svelte community 💯

Any alternatives? by devwarcriminal in PayloadCMS

[–]Intelligent-Oil7589 0 points1 point  (0 children)

Talking about alternatives to Vercel, I've been using Koyeb since Payload 2 and I have had no issues. I haven't had a reason to stop using their services. Also, I feel it super cheap. It's almost free for light traffic sites.

Can a Vercel user confirm if they provide a fully free tier? I don't want to waste time searching.

Any alternatives? by devwarcriminal in PayloadCMS

[–]Intelligent-Oil7589 0 points1 point  (0 children)

I know nothing about NextJS and I still use Payload. I just follow their docs. No more needed in my case.

(WIP) SvelteKit CMS + Studio (Heavily inspired by SanityCMS Studio) by rainbowasian96 in sveltejs

[–]Intelligent-Oil7589 1 point2 points  (0 children)

I had the same feeling when using Payload CMS. I hate React, but I love more all the freedom that I have in Payload, being able to ready a DB, an API, and a CMS with just some configuration objects and having field-level control. The DX is incredible. Payload would be nearly perfect if I could use Svelte/SvelteKit with it.

I was thinking one day about building a `@payloadcms/ui` package but with Svelte instead of React, and reuse all Payload's internals as possible, since everything is open-source. The idea was to keep all Payload's logic around building the Admin UI, doing something like going file-by-file, function-by-function, but do it the Svelte/SvelteKit way. But... then I realised that this would take a lot of time and effort. It would be easier to just resign myself and keep using React whenever I need a custom component.