A shared folder with AI prompts and code snippets
From workspace: Bolt
Team: Main
Total snippets: 10
10 snippets
Let brands manage projects and view applicant creators.
Build a dashboard for brands. Sections: - My Projects (with status) - Applicants per project (expandable list) Each applicant shows: - Name, social link, pitch preview - Accept / Decline buttons - Add notes (optional) UI should be clean,...
Enable role-based authentication for creators and brands.
Add Firebase authentication with email + Google login. On first login: - Ask for role: Creator or Brand - Collect minimal info: - For Creator: name, niche, follower count - For Brand: company name, industry, campaign goals Store user...
Help creators track collabs, applications, and revenue.
Build a dashboard for creators. Sections: - Active applications (status) - Accepted collabs (with deadline badges) - Monthly earnings (static or dummy data for now) Add aesthetic cards, badges for status (Pending, Accepted, Declined) Keep layout...
Create the main feed of collab opportunities.
Build a “Collab Opportunities” board (for creators). Features: - List of open brand projects with: - Campaign title - Budget range - Niche / platform - “Apply Now” button Add: - Filters: platform, budget range, niche - Sort by:...
Let brands post collab opportunities.
Create a “New Project” form (for brands). Fields: - Campaign name - Brand description - Deliverables (input or checklist) - Platforms (e.g. Instagram, YouTube) - Budget range (dropdown) - Deadline - Short brand pitch On submit: - Store in...
Allow basic chat between brand and creator after application is accepted.
Build a simple messaging system (MVP only). When a creator is accepted: - Unlock a chat thread between brand and creator Features: - Text messages only - Timestamp, sender info - Auto-scroll to latest - Store chat in Firestore by thread...
Display and edit creator’s public profile and portfolio.
Create a “My Profile” page for creators. Editable Fields: - Bio - Follower count - Portfolio link(s) - Tags (niches, platforms) Public view should: - Be sharable via link - Include list of past accepted collabs (if any) - Optionally: add a “Hire...
Enable creators to apply to posted brand campaigns.
Enable creators to apply to any open project. Form: - Short pitch (textarea) - Portfolio link - Preferred rate (optional) After submit: - Store in Firestore with status “Pending” - Notify brand via Firestore trigger or message log - Prevent...
Show real-time alerts for application updates and chat replies.
Add a simple in-app notification system. Trigger notifications for: - Application accepted / declined - New message in chat Display: - Bell icon in navbar with dropdown list - “Unread” status and timestamp - Mark all as read Store notifications...
Marketplace application for creators to find and manage collaboration deals.
I need a creator collaboration marketplace application with: Tech Stack: - Frontend: React with TypeScript - Styling: Tailwind CSS - Auth: Firebase - Database: Firestore Core Features: 1. User authentication (creators and brands) 2. Project...