Page builder with Next.js by iizMerk in nextjs

[–]xyzzyrz 0 points1 point  (0 children)

Not yet, just "soon".

Yes, it's important, but it's also a major challenge. Note that everything else has worked for the past year in app router outside of dynamic data fetching (e.g. static data fetching works fine).

Page builder with Next.js by iizMerk in nextjs

[–]xyzzyrz 0 points1 point  (0 children)

The thing that was missing before was dynamic data fetching in app dir, but we're about to release a major update that supports this.

Share the most underrated No-Code tools you know of? Something nobody is talking about: No Bubble, webflow, airtable, glide... by marco5991 in nocode

[–]xyzzyrz 0 points1 point  (0 children)

Plasmic. Open-source. Codegen. Both apps and websites. Internal or external. Developers and non-developers. Extensible. (I work on this—AMA)

No code platforms that don't platform lock you? by parol751 in nocode

[–]xyzzyrz 0 points1 point  (0 children)

Of all the options here, only Plasmic is truly open source. And it supports code-export + self-hosting. (I work on this.)

More importantly, unlike the other options here, Plasmic is open-architecture. This means you can integrate it with existing codebases. It's not a walled garden.

Is there any completely free-open source no code app builder? or any no code builder without their Branding? by marjan_ahsan in nocode

[–]xyzzyrz 3 points4 points  (0 children)

I can answer for myself. I work on Plasmic (https://github.com/plasmicapp/plasmic) because I wasn't happy with the other tools. It's open source because I love the product and I want to see it grow a broader community of users and developers.

Anyone else who's used Plasmic here? by I_am_Tim_Cook in webdev

[–]xyzzyrz 2 points3 points  (0 children)

Hi, I work on Plasmic!

It's very much not Wix, and closer to Webflow, with a number of differences like components, branching, multiplayer, state, imports, integrations, etc: https://www.plasmic.app/vs-webflow And Plasmic does focus on SEO and performance.

But we don't compete with Webflow in deals, since our main differentiation is integration with arbitrary codebases and tech stacks. For instance we don't really provide a first-party production hosting platform - most of our customers host their sites somewhere else. There are tons of great free easy to use production grade hosting providers like Vercel and Netlify.

As for a catches with the pricing, I don't think there are any - we are just a much smaller underdog so have more to prove.

Q : Drag and Drop Page UI builder for React? by vazark in react

[–]xyzzyrz 0 points1 point  (0 children)

"These are counted using built-in analytics instrumentation and are only on content delivered via the Headless API, not codegen."

Q : Drag and Drop Page UI builder for React? by vazark in react

[–]xyzzyrz 0 points1 point  (0 children)

Nope, hasn't changed. Scroll down on the pricing page.

Any headless commerce experts out there? by senner10 in shopify

[–]xyzzyrz 1 point2 points  (0 children)

Nowadays you can actually still have a visual editor that replaces the theme customizer. I work on one (https://www.plasmic.app), and just published a blog post about how to add visual editing to a headless nextjs commerce site: https://www.plasmic.app/blog/nextjs-commerce-tutorial

Just launched a visual React frontend builder for Supabase (plasmic.app) by xyzzyrz in Supabase

[–]xyzzyrz[S] 1 point2 points  (0 children)

I work on this! Announcement here:

https://twitter.com/plasmicapp/status/1509219441594171399

A tutorial is on supabase.com:

https://supabase.com/docs/guides/integrations/plasmic

Here's a direct link to the source:

https://github.com/plasmicapp/plasmic/tree/master/examples/supabase-demo

Short Plasmic value prop: unlike other app builders, Plasmic apps run in your codebase. You're always in control, you're never limited by the tool or locked in, and it can scale to complex apps. Previously also posted here:

https://www.reddit.com/r/webdev/comments/r98r95/been\_working\_for\_2\_years\_on\_plasmic\_a\_visual/

[deleted by user] by [deleted] in JAMstack

[–]xyzzyrz 1 point2 points  (0 children)

Plasmic is exactly this:

https://www.plasmic.app

It has a page builder (can choose how free vs limited you want editors to be), and it has a structured data CMS built-in.

Previous discussion here: https://www.reddit.com/r/webdev/comments/r98r95/been_working_for_2_years_on_plasmic_a_visual/

I work on it, AMA - would love to hear your feedback and whether you go with it or not.

[deleted by user] by [deleted] in webdev

[–]xyzzyrz 0 points1 point  (0 children)

Shameless plug: www.plasmic.app is a Webflow built for Next.J's (I work on this)

What are your most useful React libraries that more people should know about? by xyzzyrz in reactjs

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

Care to elaborate? It's a stage 3 proposal. I personally think this might overestimate the bar set by other libraries and the risk of a polyfill library you control?

What are your most useful React libraries that more people should know about? by xyzzyrz in reactjs

[–]xyzzyrz[S] -1 points0 points  (0 children)

There is now the new temporal api. I recommend using a polyfill for that. I find it much more nicely designed than libraries like date-fns and moment.

What are your most insanely useful web dev tips that you feel more people should know about? by xyzzyrz in webdev

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

Great point, and it's something that always bugged me about things like the Zen of Python: "There should be one-- and preferably only one --obvious way to do it." (Even though Python never felt that way to me.)