Keystatic in under 5 minutes ⚡️

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • Let's take a quick tour of a starter Next.js 13 + Keystatic project created with the Keystatic CLI.
    keystatic.com

Комментарии • 27

  • @mattz_zeref
    @mattz_zeref Год назад +3

    Super Cool 👍

    • @simonswiss
      @simonswiss  Год назад

      The CLI makes it MUCH easier to get started 🎉

  • @nikharpandya8016
    @nikharpandya8016 Год назад +2

    I have used outstatic before but this feels more comfortable to work with as the config options are great

  • @MarkBuskbjerg
    @MarkBuskbjerg Год назад +2

    Seems absolutely banger 🎉
    How would it work with a git-repo on a live-site?

    • @simonswiss
      @simonswiss  Год назад

      You switch the storage mode from `local` to `github` and connect your project to an existing repo! Here are the docs for it: keystatic.com/docs/connect-to-github

  • @devdogueto
    @devdogueto Год назад +1

    wth... I was thinking on developing something like this to nextjs and this video showed up. 🤔
    Thank's for sharing!

  • @kakun7238
    @kakun7238 Год назад +2

    is that editorjs?

    • @simonswiss
      @simonswiss  Год назад

      It's currently Slate, but we're switching to ProseMirror.

  • @qiushiyann
    @qiushiyann Год назад +1

    Can collections be used with mdx files? Only mdoc is recognized under the specified path.

    • @simonswiss
      @simonswiss  Год назад +1

      As of right now, mdoc is the only format that is available/recognized by Keystatic for document fields.

    • @qiushiyann
      @qiushiyann Год назад +1

      @@simonswiss Thanks! It would be really helpful if support for mdx and markdown is added though.

    • @simonswiss
      @simonswiss  Год назад

      @@qiushiyann Agreed!

  • @redwansikder3847
    @redwansikder3847 Год назад +1

    Wow great 💯

    • @simonswiss
      @simonswiss  Год назад

      It's pretty cool indeed 🎉

  • @shafu_xyz
    @shafu_xyz Год назад +1

    is this hosted along with next app?

    • @simonswiss
      @simonswiss  Год назад

      Yep indeed. Keystatic uses some Node APIs to read/write to the file system. Works out of the box on Vercel since all Keystatic routes are API routes in Next.
      You most likely want to switch to the GitHub storage strategy if you want folks to edit content on the deployed instsnce. See Keystatic.com for more info on that!

    • @shafu_xyz
      @shafu_xyz Год назад +1

      @@simonswiss if i am right vercel doesn’t allow fs writes..

    • @simonswiss
      @simonswiss  Год назад +1

      @shafu_xyz honestly not 100% sure how the Keystatic internals work, but it definitely works on Vercel, I have multiple production sites running on Vercel. I never looked too deep under the hood how the file creation works. Emma Hamilton and Jed Watson are doing most (all) of that work 💫

  • @krishnakantchaurasia269
    @krishnakantchaurasia269 Год назад

    Which terminal is that ? Looking superb

    • @simonswiss
      @simonswiss  Год назад

      It's Hyper, with some fancy color customisation ✨

  • @codewithalade5399
    @codewithalade5399 Год назад

    Is there a way to protect the Admin Page

    • @simonswiss
      @simonswiss  Год назад +1

      If you're using the GitHub strategy, the Admin UI will require GitHub login with write access to the repo in question. But as far as the "local" storage strategy... not that I know of as of yet, but that's a very good point/suggestions.

  • @the-nasim
    @the-nasim Год назад

    Super cool. Does it work with cloudflare pages?

    • @simonswiss
      @simonswiss  Год назад

      It works on anything that can run Node.js - I _think_ that means it would work on cloudflare pages?

    • @the-nasim
      @the-nasim Год назад +1

      @@simonswiss Yeah. I think so

  • @AtomiCoding
    @AtomiCoding Год назад

    Can We Use Tailwind In React Native ?