Content pfp
Content
@
0 reply
0 recast
2 reactions

Nicholas Charriere pfp
Nicholas Charriere
@pushix
Launch Day: ✨Srcbook AI App builder Create and iterate on fully featured web apps using Srcbook. Start with a prompt then either edit code or ask the AI to write the code for you. Think of this as v0 meets cursor: a dedicated app builder for TypeScript apps, with visual and code diffs built-in. Srcbook is open-source, runs locally on your machine, and you bring your own API keys for anthropic or openAI. I've been using this internally for the past 2 weeks and it's mind boggling how good the results are. I highly recommend using `claude-3-5-sonnet-latest` as a model. Try it out now: npx srcbook@latest start (please share for if you like the app or if you just want to help out for reach 🙏) https://www.youtube.com/watch?v=jYOmzasvP74
20 replies
26 recasts
74 reactions

Jorge Pablo Franetovic 🎩 pfp
Jorge Pablo Franetovic 🎩
@jpfraneto.eth
do you personally use this over cursor? why? the biggest problem that i have with cursor is that it doesn't get the context of the current codebase. and that sucks. this seems to solve it. what is the context window this has? can i plug locally ran models? which one would you recommend?
1 reply
0 recast
0 reaction

Nicholas Charriere pfp
Nicholas Charriere
@pushix
It’s much better than cursor to iterate on the front end and interactive parts, because the feedback loop is super short as you can see in the video. This has the full app in the context, it’s very reasonably sized because of some exclusions and how we break things down into components. We do support local models but none are good enough, I recommend Claude for now it will cost cents to run
1 reply
0 recast
1 reaction

Jorge Pablo Franetovic 🎩 pfp
Jorge Pablo Franetovic 🎩
@jpfraneto.eth
does it understand react native?
1 reply
0 recast
1 reaction