Replies (47)
i do not believe it looks at community NIPs, but i could be wrong. i say this without certainty, only because i don't recall seeing it looking at them when i scrolled through what it was doing with MCP. if it's not, i would copy and paste entire NIPs or create a document CUSTOM_NIP.md and put it in the project directory.
Well written, Derek! 👏
Here is how to vibe code Nostr apps using MKStack and deploy it to NostrDeploy.com 🔥
View quoted note →
OK, it def should as I now see those as a replacement for the NIP repo.
Does any MD in the route count automatically build up the context?
I’m so pumped! And already have a pretty good idea of what I want to build in mind. 🔥
And you, what are you going to build?
View quoted note →
I'll say *yes* only because I've seen Dork read other MD files that it's created as part of a change. They were all named NIP.md or FEATURE_NAME.md. Dork will read the whole directory to understand the project.
This is super cool but man does it burn through credits. Any tips on that?
Smaller context windows. Implement one feature and then then control-c, exit, relaunch stacks agent, start fresh.
It burns money, but not as much money as contracting work out to a junior developer.
It will get cheaper in the future.
🔥🔥🔥
Ohkayyyy
you're going to build a #footstr app, aren't you? 👀
I mean… I just got a pedi so it’s kindaaaaa serendipitous if you ask me..
Cool. I used it for a day after seeing your first video and it got a lot done but I burned $100. I also had no idea what I was doing. I took the code it gave me and started using Claude Code and Cursor to finish it since it's much much cheaper.
I'll have to try it again but Claude is working great for my current project.
i will say that as you build more, it gets cheaper per application becuase you learn how to prompt and build better. my first application was very expensive.
Build your own cool app on #Nostr Maybe a new #photography app !? 📸
View quoted note →
How can I change the configuration if I need to edit the API key or base URL?
@Alex Gleason Could you help me?
(・∀・)イイネ!!
Hey Paulo. You just need to edit agent.json and make the change.
Are you using cursor
@Derek Ross? What are you using in the video? Thanks this is super cool
that app on the left is Stack
Link? Also, are you able to use cursor? Replit? Which works better?
I'm using Dork ;) it's a command line AI agent like Goose. You CAN use Cursor if you prefer that.
I like Dork better. Dude it's all in the article 😂 Yes, you can use Cursor.
Article at the top of this thread 🤣
Thank you
I think the soapbox.pub is down.
I've been vibecoding for 2 weeks and I'm kind of obsessed now.
Cool, what have you made so far?
I’ve messed around with it off and on. Used cursor, Replit but got kind of stuck with a few ideas. Learning GitHub and figuring out how to go back to a previous version is something I’m need help in understanding still
My first was 5050pods.com using MKStacks and then adding to it with a combination of Claude Code and Cursor. Still needs more live testing so its on the back burner.
Currently I'm working on
@chadf_boostbot that was made with Claude Code and Cursor.
I like Claude for building and Cursor is nice for trying to make the code work if Claude gets stuck.
I was actually thinking of using Void editor alongside MKStack (if I can set up either OpenWebUI or Ollama properly).
Love this! Mastering a new skill is the ultimate vibe, feels like upgrading your own personal software. I'll be studying this while daydreaming about the ultimate hardware upgrade: finding the perfect yacht for sale
https://www.yachttrading.com/. Cheers to building the future!
It's like you read my mind! Thank you brother!
Thanks for this!! I’ve been juggle so many things I haven’t had time to think through a simple process like this.
Great idea! Classics reinvigorated with Nostr + Bitcoin!
@npub1kuy0...kdj8 @npub18lzl...ugm3 here’s the best simple vibe coding starter guide I’ve seen yet!
YAAAAS. It's so easy to build. It's an addiction 😂
That would be a good idea as a test case. I haven't heard anyone doing that yet, but since Cursor works fine you'd just need to add the Void (I'm not familiar) rules file and MCP config.
Void is actually Free Software Cursor (Notice how I spelled Free Software, as I don't just use either FOSS or FLOSS because it's neutral). It should work similarly to Cursor, but Void is under Apache 2 if I'm not mistaken.
thanks for sharing!
This is great. My problem seems to be an outdated version of node js, but I just upgraded. Time to start vibe coding. Thanks dude.
Upgrading is pretty easy, just a few commands, the same as the install commands. Good luck!!!
Thanks. It's working!
I'm riding the struggle bus big time to get started with this, encountering some errors and unsure how to navigate the API part. I'm a complete developer noob but have an idea I want to develop 😔
what errors are you getting? do you mean errors with your application? or errors with stacks and mkstack itself?
if it's errors with your application you can copy and paste them into Dork and have him work on them.
though i will say that Dork only accepts one line and if you want to copy and paste a very long error, you're going to need to remove all new line breaks.
I'm making some progress. Needing Git wasn't in the tutorial, but I got that sorted. I got the API setup with some credits, got the app coded, but it's not loading for me in the browser. Stuck with the "Welcome to your blank app" screen. Working with Dork and Chatpgpt to hopefully figure this out...
i have seen this happen before. your application is built, but the main index page wasn't updated.
try something like "now that the application is built, i'd like to access it from the index page"
and see if that fixes it.
Ok, thanks! I'm deep in the troubleshooting, aided by the AIs, and am close to giving up. At least for now. Chatgpt told me it wasn't a problem the errors "Error starting MCP js-dev: spawn npx ENOENT" and "Error starting MCP nostr: spawn npx ENOENT" when starting the starts address. But the AI tells me it is, which makes sense?