A shared folder with AI prompts and code snippets
From workspace: Bolt
Team: Main
Total snippets: 10
10 snippets
Display a sortable, votable list of startup ideas.
Build an idea feed for browsing and voting. Each card shows: - Title, short description - Tags - Upvote button + vote count - “Read More” link to full idea Add: - Sort by: Top voted, Newest, Most discussed - Search by keyword and tag - Show...
Create a profile for users to manage their submitted ideas.
Build a “My Profile” page. Show: - Name, role, stage - List of submitted ideas - For each: status (published / pending), votes, comments Allow editing of ideas still marked as “Pending Review”. Optional: Shareable public profile URL.
Allow admin to approve and publish submitted ideas.
Add a simple admin dashboard to manage ideas. Features: - List of submitted ideas (Pending, Approved, Rejected) - Admin can: - Approve & publish - Send back with comments - Reject with reason Only admins can access this panel (check...
Send top 5 ideas via email to users every week.
Set up a weekly digest email sent every Monday. Includes: - Top 5 voted ideas of the week - Summary: title, short desc, votes - “View Idea” button Use Supabase scheduled function. Design: Simple, skimmable HTML layout with clear CTA buttons.
Allow founders to submit ideas with key fields.
Create a “Submit Idea” form. Fields: - Idea title - Short description (max 200 chars) - Problem being solved (textarea) - Target audience - Business model (optional dropdown) - Tags (tech, b2b, ai, etc.) On submit: - Save to Supabase - Mark...
Add authentication and onboarding flow for founders.
Implement Firebase auth with email + Google login. After login, show an onboarding form: - Full name - Role (Founder / Investor / Mentor) - Startup stage (Idea / MVP / Revenue) Save user profile in Supabase. Redirect to the idea feed after...
Show full idea with comments and votes.
Create an idea detail page. Sections: - Full description, problem, tags - Upvote button - Comment thread: - Auth required to comment - Replies allowed - Highlight “Top Comments” Store comments in Supabase linked to idea...
Organize ideas into categories and discovery paths.
Create an “Explore” page. Categories: - B2B, Consumer, AI, Sustainability, Web3 Each category shows: - Featured ideas - Newest ideas - Top voted Add category filters to the main feed.
Let users score ideas on clarity, problem size, and potential.
Add a scoring panel under each idea. Metrics: - Clarity (1–5) - Problem size (1–5) - Monetization potential (1–5) Each metric shows average score + user’s vote (if any). Store per user/idea combo in Supabase. Show tooltip with scoring...
Tool for early-stage founders to validate and prioritize startup ideas with community input.
I need a startup idea validator application with: Tech Stack: - Frontend: React with TypeScript - Styling: Tailwind CSS - Auth: Firebase - Database: PostgreSQL (via Supabase) Core Features: 1. User authentication 2. Submit and track startup...