What Features Do You Want to See in Weweb This Year?

As we approach the conclusion of the V3 rollout, with just a few bug fixes remaining, I’d like to hear your thoughts on what features you’d like to see next.

One enhancement I would love to see is a versioning system similar to what Flutterflow provides. This would allow us to work on major updates while still addressing bugs in the main branch, enabling us to fix issues without the pressure of immediately publishing the larger update.

What do you think?

5 Likes

Same, branching would be wonderful

4 Likes

Not really a huge feature, and I don’t know if that’s possible, but I would love being able to retrieve previous filters that aren’t working for some reasons (rn they become grey and no choice but to delete them to set up new ones):

2 Likes

This typically happens when the field that your referring to hasn’t correctly loaded in or has no data in it

Yep that’s right, but what I would like is at least to see the broken filter, to know what to change

1 Like

Regarding features, what about a Despia integration ? Not saying this is THE thing, but to have a quick MVP of a mobile app, looks nice

2 Likes

I don’t really like flutterflow’s branching. I tried it, but the work I did wasn’t copied. I had to do it again or copy and fix it page by page. Actually, to solve the problem of major bugs, we should also do the staging of the system, which is a beta version and let users test it first. If there are no problems, we will upgrade to the production version.

The features I want to see are:

  1. AI that helps write formulas or JS like before

  2. SEO or SSR because if a website cannot support SEO, what’s the point if people can’t find it? And the page title cannot be changed to the dynamic data. When people bookmark and share on social media, the names are all the same, which doesn’t look professional.

  3. If point 2 doesn’t work, at least find a way similar to SSR without having to be real-time, such as generating an HTML page from a dynamic page without having to create a new API or create a new page in multiple steps.

  4. Contact form plugin that can edit the sender’s email that is not a weweb email.

2 Likes

Dynamic environmental variables (so that I can set up my supabase client to switch credentials b/w staging/prod), branching, unit testing, execute component workflows directly with javascript, custom fields in the new datagrid, recaptcha 3, ‘run code’ button in the js editor window

6 Likes

+1 to branching

2 Likes
  • Enable different Supabase instances for editor, staging and production to have a proper deployment process
  • custom fields in the new datagrid
5 Likes

+1 Improve SEO

4 Likes

We already nicely integrate with WeWeb - Despia works natively with Vue JS (which is what WeWeb uses) - but it requires copy / pasting some code, which should be pretty simple - and we are happy to help and answer any questions along the way.

Here is a little video about the integration process: https://youtu.be/gXYpFN87WuU?si=WoyodkjYoWmmOSi0

2 Likes

+1 improve SEO

3 Likes
  • I would like to see some elements that are a bit more dynamic. For example, a calendar with more display options (months in columns from the 1st to the 31st) and drag & drop features (preconfigured event divs with time slots, colors, etc., that can be directly dragged into the calendar element). Events should be editable on the fly, with handles to extend or shorten a time period.

  • Additionally, an element that allows easy PDF generation from the front end.

  • Fully integrate Xano into WeWeb to have a single interface, allowing seamless management of Xano workflows just like WeWeb workflows and ensuring perfect error handling for Xano.

  • Better handling of nested iterations (purple parameters).

  • Ability to add indentations when creating “formulas,” similar to simple text editors.

For example:

switch(expression,  
    Value 1, Result 1,  
    Value 2, Result 2  
)

Instead of:

switch(expression, Value 1, Result 1, Value 2, Result 2)

In very large formulas, this would make readability and organization much easier.

4 Likes

+1 for branching

2 Likes

Branching!

2 Likes

I don’t think we’ll see branching any time soon, at least not by December / next year because of the AI :smile:

Of course all mentioned functionality - but I’d like to see more useability improvements on the IDE itself e.g.:

  • Tooltips on various parts of the “IDE”

  • Search functionality in properties pane (just as in the layout pane)

  • Long page names are hard to work with, as various parts just hides the last parts
    (e.g. when linking to a page with a long name). Could either be solved by tooltips
    or maybe making the right property pane resizeable by the user.

  • Pages in folders - folders should be displayed everywhere lists of pages in the UI are.

  • Make “right property pane” collapsible

  • Improve insertion of elements in the layout tree - dragging into the right place can a pain

  • Multiple selection of elements in layoutpane for delete/copy/paste

  • Make it possible to cancel a drag operation in the layout pane. When starting a drag you
    have to drop it - would be nice if you could just press escape.

2 Likes

Dynamic Breakpoints

2 Likes

Another +1 for branching please :slight_smile:

1 Like