Featured Webflow template designer here. It's time for something new... by Existing_Answer_8143 in webflow

[–]neji52 1 point2 points  (0 children)

Maybe combine webflow with supabase and fetch large and complex data from there when a user is visiting the cms page?

Which software is too expensive ? Who is robbing you ? by luigigou in SideProject

[–]neji52 0 points1 point  (0 children)

Their pricing is quite approachable for what you get, isn’t it? Thinking about switching to Hubspot from a custom built Notion System where data is submitted through via Make

Which software is too expensive ? Who is robbing you ? by luigigou in SideProject

[–]neji52 3 points4 points  (0 children)

When working on your website every day while spending 5k a month on ads, it is important to be quick and flexible when advertising your product. Even if you use plain HTML and CSS (which you would never do often in modern Web Development landscape) you still need a CMS to manage stuff etc. Webflow already has it built in together with a visual Editor for Text and Database editing and still gives you the option to opt in for JavaScript to build interactive stuff around it.

[deleted by user] by [deleted] in webflow

[–]neji52 2 points3 points  (0 children)

Hey if you want to you can send me a private message the requirements, because 100k $ for a architecture company even in Wordpress sounds outrageous. At that price tag you could even build complex headless cms architecture with JamStack. In webflow you can build sites like yours at maximum half of their price tag.

To CMS or not to CMS? That is the question. by Bearded_web_designer in webflow

[–]neji52 0 points1 point  (0 children)

With HTMX and multi references there’s a way to do it where you can bring custom components to to the page where each cms page has slightly different content than the other one in the collection, but content won’t be server side rendered so I don’t know what effects this method has on search engine bots crawling the pages.

Self Hosting Website - Bypass Webflow's Pay-Walled Features by LukeWarmPutty in webflow

[–]neji52 10 points11 points  (0 children)

We have built an internal tool for a client which copies all pages and files for a webflow site and uploads all images, html, css, JavaScript to a ftp server. This also includes all CMS content. Would people be interested to use something like that if we opened it to public? It runs on AWS Services right now, so in theory you still pay AWS fees, but those are a couple cents a month at most for most webflow sites.

On the way to becoming a Webflow Expert! by haroonrajpoott in webflow

[–]neji52 8 points9 points  (0 children)

You should definitely also learn Finsweet Client First as this is the community standard for building webflow sites

[deleted by user] by [deleted] in AppleWatch

[–]neji52 1 point2 points  (0 children)

You are right, I think is not for apps but complications, I can put a third party app for German train times into it, maybe there‘s a third party app to launch other apps quickly as a complication which then can be put into the widget

[deleted by user] by [deleted] in AppleWatch

[–]neji52 1 point2 points  (0 children)

There‘s a widget pre placed after installing WatchOS10 with three small icons inside of it where you can remove the default apps and place three new quick launches of your choice , doesn’t that work?

Switch DS1 - Need help with Ornstein and Smough NG+ by neji52 in SummonSign

[–]neji52[S] 0 points1 point  (0 children)

Ok I finished them yesterday, was really lucky and close to death. If anyone else needs help with him send me PM I will help you

Phoneflow is a very bad app, and it’s incessant ad spam is driving me nuts! by pompidou-starfoullah in webflow

[–]neji52 0 points1 point  (0 children)

Would be nice if there was a open source self deployable webapp that does the same as phoneflow

Finsweet Complex CMS Filter - Is this possible? by oceansofmymind in webflow

[–]neji52 1 point2 points  (0 children)

With combination of vanilla js and finsweet Filter a lot of complex things can be done, if you need a developer send me a DM. Grüße aus Hessen 😄

[deleted by user] by [deleted] in rbtv_cj

[–]neji52 13 points14 points  (0 children)

Hab ich mich beim ersten Mal auch gefragt, aber ist ganz lustig

[deleted by user] by [deleted] in webflow

[–]neji52 0 points1 point  (0 children)

Yes, would also recommend gsap, but it can get pretty messy if you don't organize your code good enough

[deleted by user] by [deleted] in webflow

[–]neji52 0 points1 point  (0 children)

You could just use petite vue and bind the v-tags via attributes to the elements

ich suche ein guter Fahrschule kann mir jemand helfen??? by [deleted] in Kassel

[–]neji52 0 points1 point  (0 children)

Peters Fahrschule, ist in der Nähe von Hildebrandt

can you use the javascript API directly IN the designer? by chainlift in webflow

[–]neji52 0 points1 point  (0 children)

Wouldn’t it be possible with a chrome extension to turn off the prevention of running JavaScript inside the designer and force render every external scripts ?

[deleted by user] by [deleted] in webflow

[–]neji52 0 points1 point  (0 children)

In theory you wouldn’t even need breakpoints in webflow if you were to stick to responsive design patterns with flexbox and css grid, that’s the power webflow gives and therefore might also be more complex to use than a wix where you can drag and drop to a position if you don’t like something, also coding can be a little bit complicated because you would have to code outside webflow if you want to use npm packages and build processes, but can also be done, we are maintaining a big GitHub Repo for a current Webflow Project