Next.js MDX is pretty awesome

My Products
📖 ProjectPlannerAI: projectplannerai.com
🤖 IconGeneratorAI: icongeneratorai.com
📝 ThumbnailCritique: thumbnailcritique.com
Useful Links
💬 Discord: / discord
🔔 Newsletter: newsletter.webdevcody.com/
📁 GitHub: github.com/webdevcody
📺 Twitch: / webdevcody
🤖 Website: webdevcody.com
🐦 Twitter: / webdevcody

Пікірлер: 41

  • @JollyCoding
    @JollyCoding29 күн бұрын

    MDX is awesome, for docs and for blog posts as well, especially if you want to embed a one off component to enhance the post, Josh Comeau does this really well on his. Personally went with Contentlayer (when it was maintained) and then Velite since then. Advantages for me on those over NextJS MDX are that the MDX doesnt have to be part of my router. Other than that minor differences in approach! Looking forward to the starter kit!

  • @IkeVictor
    @IkeVictor29 күн бұрын

    Seems to be all the rage amongst indie devs lol

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    I'm trying to get my 💰

  • @Cyber-Bison
    @Cyber-Bison29 күн бұрын

    Definitely a good idea, I ended up going with Nextra in a separate repo, this allowed me to easily add a subdomain. I see a lot of companies and projects using Nextra for their docs, was surprised you chose to do it this way.

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    I need to look more into it, but i was annoyed it required the pages router. I don’t want to require someone to need to know both pages and app router to maintain their project

  • @Cyber-Bison

    @Cyber-Bison

    29 күн бұрын

    @@WebDevCody thats a good point although using nextra itself is relatively easy unlike a traditional next app (pages or app router). But I see your point of trying to centralize everything in a mono repo

  • @lotfijbeli1471
    @lotfijbeli147129 күн бұрын

    You inspired me to build saas and im now working on 2 Thank you

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    Awesome man, stick to it!

  • @lev1ato
    @lev1ato29 күн бұрын

    really like your conent, keep it up!

  • @felixmildon690
    @felixmildon69029 күн бұрын

    This what Ive been trying to tell everyone thanks for spreading the good word

  • @felixmildon690
    @felixmildon69028 күн бұрын

    so good i watched it twice ngl

  • @SeibertSwirl
    @SeibertSwirl29 күн бұрын

    Good job babe!

  • @TheSocialDeveloper
    @TheSocialDeveloper29 күн бұрын

    Also, Nextra is supported by vercel now I believe

  • @bombardo2489
    @bombardo248929 күн бұрын

    Hey man how did you make that navigation progress? it looks good

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    It’s a library called nextjs top loader

  • @Ahmed_005
    @Ahmed_00520 күн бұрын

    Is the source code for this video available in your GitHub? I’d love to see how implemented mdx to your project. If no, do you have any other repos where you used mdx?

  • @faisal_dev951
    @faisal_dev95129 күн бұрын

    Velite also good option for mdx ..

  • @Ivcota
    @Ivcota29 күн бұрын

    Shipfast alternative?

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    Yeah pretty much.

  • @Ivcota

    @Ivcota

    29 күн бұрын

    @@WebDevCody Honestly I would buy it if it were based on the T3 stack (or similar). I got shipfast to check out the stack, but I'm not really fond of trying to implement drizzle or prisma ontop of supabase postres db (since I don't want to use the supabase query builder).

  • @Cyber-Bison

    @Cyber-Bison

    29 күн бұрын

    @@Ivcota dito that, I would want something more robust. Shipfast seems like its meant for people building micro-saas products

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    @@Ivcota oh shipfast doesn’t use an orm?

  • @Ivcota

    @Ivcota

    29 күн бұрын

    @@WebDevCody Shipfast doesn't include an ORM for the Postgres / Supabase branch. It only provides one for the Mongo branch via Mongoose. You get the superbase client, but then you have everything else bundled with supabase and it feels too opinionated on it.

  • @rand0mtv660
    @rand0mtv66029 күн бұрын

    2:33 lol I always get markdown links wrong on my first try

  • @ramsundararaman6615
    @ramsundararaman661529 күн бұрын

    Would be nice if this allows some kind of search.

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    If what allowed search? The docs?

  • @ramsundararaman6615

    @ramsundararaman6615

    29 күн бұрын

    @@WebDevCody some way to search the markdown content so as to create a result page.

  • @illegalsmirf
    @illegalsmirf29 күн бұрын

    is this the latest thing in the weird and wacky world of JavaScript? I don't know how you can maintain the enthusiasm at this point

  • @SamedGaming

    @SamedGaming

    29 күн бұрын

    The more people do these kinds of things the more people like you are going to cry about it

  • @abdirahmann

    @abdirahmann

    29 күн бұрын

    @@SamedGaming 🤣🤣

  • @illegalsmirf

    @illegalsmirf

    29 күн бұрын

    @@SamedGaming u wot m8

  • @cas818028
    @cas81802829 күн бұрын

    RIP shipfast

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    🤣 idk about that, but just from friendly competition for sure

  • @cas818028

    @cas818028

    29 күн бұрын

    @@WebDevCody I bought shipfast. It’s actually pretty good. What I liked about it was that within the code he included comments for different sections of the landing page in marketing tactics you should be using. Which is really helpful. I’m he tries to approach his boilerplate as not just a codebase to get you started but truly how to launch a microsaas end to end. Small details matter

  • @Cyber-Bison

    @Cyber-Bison

    29 күн бұрын

    LOL idk why but the dudes content feels so disingenuous

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    @@cas818028 I’m sure his starter kit is filled with good info. I was thinking about buying it to see what it actually provides, but I wanted to build as much as I could without tainting my approach first

  • @TheSocialDeveloper
    @TheSocialDeveloper29 күн бұрын

    I’m about to open source my starter kit cli. 32 templates in one command

  • @WebDevCody

    @WebDevCody

    29 күн бұрын

    Oh niceee I’ll be on the lookout

  • @TheSocialDeveloper

    @TheSocialDeveloper

    29 күн бұрын

    @@WebDevCody Should be about a week. I’ll tag you and let you know