PricingBlog

Help forum

  • obvijes-1395033333905489960

    Obvijes

    4

    6 months ago

    Color Variable Import – Best Practice?
    Is there a fast and simple way to import color variables into Nordcraft?

    I have my color variables set up in Figma, using a custom set of Radix color scales, which are also linked to further aliases (like background-primary-default, etc., for theming and dark mode). How can I replicate this structure in Nordcraft?

    From what I see, Nordcraft only allows a single theme file. Also, I’d prefer to avoid manually entering 200 variables.

    What’s the best practice here?
  • franklin_mn-1394946477301960787

    FMN

    10

    6 months ago

    How to use Animation ? how to use from-to keyframes
    how to add animation to the components. It is adding like 0% 50% 100% when i tried but i want to use like from to keyframe.
  • nix.nz-1394884313388155012

    Marko

    4

    6 months ago

    Filter Condition Setup
    Hiya!

    How would you go about setting up filter conditions like this?

    I'm thinking sometime long the lines of how Airtable does it.

    This will be used to filter data on a table.

    The backend is Supabase.

    I have an idea how it could be done but thought I would check out the help section first.

    Thanks in advance!
  • saillmone-1394664660862500864

    saillmone

    10

    6 months ago

    Send http-only cookie into Edge Function
    Hi,

    I can't retrieve the values of HttpOnly cookies.
    req.headers.get('cookie') are always null, I don't understand where the error is coming from...
    Can someone help me solve this problem?

    Thank you!
  • roccles-1393224649076113521

    chrisr

    4

    6 months ago

    Cross-Project Component Design System
    Hi there,

    is there currently any best practice on how to setup a design system, including components that can be used across different projects?
    Also, for my use case I'd need packages that are only published to my organization – thus packages seem no option at this point.
    Currently I'd have to copy–paste components between projects. However, all the variables and API connections are getting lost if doing so.

    Thanks for your support and much love from the ÜBERSTUNDE project team 🫰
  • s.lucian0777-1393004764316434603

    lucian0

    3

    6 months ago

    Any tutorials on how to make booking platform or an e-commerce store ?
    Any of the 2 would help me do better business with my clients
  • nocodeprocode-1392728267819319306

    NoCode ProCode

    10

    6 months ago

    Infinite Component Repeat for Rich Text
    I'm trying to build a rich text content paragraph for my application and I have implemented re-repeating of components (inspired by @Andreas Møller's JSON viewer) but I'm stuck when it goes beyond a component repeating another one - the moment it goes 3 layers deep my implementation fails.

    I would appreciate some tips and assistance with this - as I do need a SSR rich paragraph element that can hold multiple styles and I'm 95% there but this is the last thing holding me back.

    Please see my project / branch here: https://editor.nordcraft.com/projects/crimson_boba_fett_satisfactory_bear/branches/start/components/HomePage?canvas-width=800&rightpanel=style&selection=nodes.root&canvas-height=800

    Thanks for your help 🙏
  • u_walk5871-1392554664016220342

    u_walk

    28

    6 months ago

    new branch is empty ?
    there is a initial first edit. a newly created branch starts off empty - there is zero content of the initial edit . how is that ? https://app.nordcraft.com/projects/spin/
  • nathandh.-1391582942178050048

    nathandh

    2

    6 months ago

    Global scripts
    Is there a way to add global code to every page in Nordcraft? Like how in Webflow, I can add custom code to the head/footer of any single page, or sitewide for all of them in settings. Particularly interested in global CSS
  • chr.foss-1391545765763219496

    chr.foss

    1
    10

    6 months ago

    Can't set input value (event > current > value missing)
    In my login form I'm using custom input components, but I can't seem to get the component working.

    In the input component I have a label and a standard input, but when I try to set my value I select the value of the input event, just the event itself.
    Quite sure this is the issue but I can't find the solution.

    What am I missing?
  • kaz_ai-1391394481416175657

    Kaz

    1
    1

    6 months ago

    Inquiry Regarding Supabase Magic Link Implementation and REST API
    I am currently implementing a magic link login feature for my application using Supabase. My goal is to use the /auth/v1/magiclink endpoint for this purpose.

    I am trying to set the redirect URL to https://XXXXXXXXXXX.toddle.site/.toddle so that users are redirected to this URL after clicking the magic link in the email. However, I am having trouble specifying this redirect URL.

    Could you please clarify the correct structure for the request body when calling the /auth/v1/magiclink endpoint?

    Additionally, I would be very grateful if you could point me to the official REST API documentation for Supabase Auth, specifically for non-JavaScript clients. I have been looking for this but have been unable to locate it.
  • matthewcc119-1391241429887750144

    Matthewcc

    5

    6 months ago

    Custom Action Output Value for Use in a Variable - Current Window Width
    I’m trying to run a script inside a custom action that outputs the current window width. Getting that value in a script is straightforward, but I’m having trouble assigning that value to a variable in Nordcraft outside the action so that I can use it in a formula. Is there a way to do this using an event that I might be overlooking? I need the actual window width, not just the trigger, because I need to use it in a calculation. I’d appreciate any insight!
  • raphaelwalters-1390251566258196490

    Raphael Walters

    1
    3

    6 months ago

    Error: Minified React error #31
    I'm getting this error message in the console when loading any page in my app. Has anyone come across this before and know what causes it and how to fix it? Tried Chat GPT but am none the wiser.

    inspector.b9415ea5.js:1 Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=%5Bobject%20Promise%5D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at n0 (inspector.b9415ea5.js:1:65377)
    at l (inspector.b9415ea5.js:1:70370)
    at ol (inspector.b9415ea5.js:1:82233)
    at i (inspector.b9415ea5.js:1:130901)
    at lM (inspector.b9415ea5.js:1:110198)
    at inspector.b9415ea5.js:1:110064
    at lO (inspector.b9415ea5.js:1:110072)
    at lC (inspector.b9415ea5.js:1:106823)
    at lw (inspector.b9415ea5.js:1:105378)
    at C (inspector.b9415ea5.js:1:141367)
  • nathandh.-1390018840595009536

    nathandh

    6

    6 months ago

    Component instance question
    Help me understand the Nordcraft approach:

    When am I editing the parent component, and when am I editing the child / instance?

    In Webflow, you can only edit instances via props / attributes, but it looks like in Nordcraft you can apply styles to an individual component without affecting the parent? What is the context of those rules? 🙏🏼
  • andreas_schaefer_04043-1389903721328152656

    andreas_schaefer

    7

    6 months ago

    Considering switching from Weweb - Supabase Questions
    Hi,
    I'm still evaluating on what frontend builder I want to use for my application. I currently demoing weweb and I actually prefered it over my first try with nordcraft. I like how it makes working with dates much easier than NC and the supabase plugin is great. It basically provides an easy to handle RBAC for supabase right out of the box. They are apparently not as reliable as competitor. They had a massive outtage a few days ago and the handled it poorly. The other Restriction I really dont like is that your limited to supabases public schema with their plugin since thats apparently a limitation on the Supabase SDK. So how does NC handle this? Can i get access to custom schemas when exposing them thru the API? are there any resources to learn how to properly handle dates in NC? e.g. add / subtract days. How can I run custom JS in NC?