Original caption
Three things inside Claude Projects that most people don’t know exist. First: you can build apps inside Claude where the app calls Claude’s own API, so you’re building AI-powered tools right inside the chat, no backend needed. I built a comment analyzer that reads my audience’s comments and tells me what they actually want to see next, and it took me five minutes. Second: artifacts can save data between sessions. Everyone thinks Claude forgets everything when you close a chat, but with persistent storage your data is still there when you come back. I use it to track what I’ve posted and what’s still pending without any external tool. Third: you can load multiple GitHub repos into one project. Your whole stack as context, I have my OS repo, my skills repo, and my product code all in one place, and Claude sees everything at once. Here’s the prompt I used to build the comment analyzer: “Build me a tool where I can paste my Instagram comments and it analyzes them, groups them by theme, and tells me the top 3 video ideas my audience is actually asking for. Use the Anthropic API to power the analysis.” #ai #Tech #developer #claudeai #tips