What problem does this solve?
Founders who use ExploreYC are also the kind of people who build with AI tools daily. Right now the site is a passive directory — you look up companies. There's no surface that says "here's how you might use this with the rest of your stack."
A "Tools & Workflows" section could:
- Help founders/builders discover tools they didn't know about (starting with gstack, since it's what this very repo is partially being built/QA'd with).
- Become a community-curated prompt library — share the prompts and workflows that actually work for founder tasks (idea validation, customer research, fundraising prep, hiring, etc.).
- Give the site a recurring-visit reason beyond "look up YC companies."
What I'm thinking (rough)
A new route /tools (or /workflows) with:
- A short "what gstack is + why we use it" intro
- A handful of example prompts for common founder tasks, copy-pastable
- Each prompt shows: title, scenario, the prompt itself, expected output, "copy" button
- A submission form where anyone can propose a new prompt — name, scenario, prompt body, optional X/GitHub handle for credit
- Submissions go into a moderation queue (admin approves before showing publicly) — keeps spam out
- Public prompts get an upvote button — so the best ones float to the top
Three scope tiers to pick from
Tier 1 — "Tools page" (half-day)
A static page with hand-curated prompts. No submission, no upvotes. Markdown-driven. Ship fast, see if anyone cares.
Tier 2 — "Submission form, manual moderation" (1-2 days)
Tier 1 + a submission form that emails the maintainer or files a GitHub issue with the prompt-submission label. Maintainer manually merges good ones into the static list.
Tier 3 — "Real prompt library with DB-backed moderation + upvotes" (3-5 days)
Tier 2 + Supabase table for prompts, admin UI to approve/reject, upvote tracking, sorted views. Becomes a real community surface.
Pre-build questions (worth discussing before anyone codes)
- Off-mission risk — ExploreYC's pitch is "explore the YC portfolio." Adding a prompt library widens the surface area. Does it dilute the core, or strengthen it? My instinct: strengthens it if the prompts are founder-specific, dilutes it if they're generic AI prompts.
- gstack-specific or tool-agnostic? Single-tool spotlight vs. "tools we use" page with multiple tools.
- Storage — Supabase table (
prompt_submissions) or GitHub-issue-as-database (use the existing repo issues with a prompt label as the source of truth)?
- Moderation — admin queue with manual approve, or trust + spam-filter after the fact?
- Attribution — give submitters a credit line (X/GitHub handle)? Yes seems obviously right.
Acceptance criteria — TBD
This issue is intentionally scoped open because the scope itself is the decision. Once we converge on a tier and answer the questions above, we'll spin out a concrete implementation issue (or multiple) from this thread.
Who should comment
- Anyone who uses gstack or similar tools in their founder workflow — what prompts would you actually want to share?
- Anyone who's built a community prompt library before — what worked, what broke?
- Designers — what's the right page layout for this so it doesn't feel like ad space?
Where this came from
Suggested by @KonstantinMB (maintainer) during a build session — the day-to-day of building ExploreYC has been using gstack for QA + dogfooding, and it felt natural to share that workflow rather than hide it.
What problem does this solve?
Founders who use ExploreYC are also the kind of people who build with AI tools daily. Right now the site is a passive directory — you look up companies. There's no surface that says "here's how you might use this with the rest of your stack."
A "Tools & Workflows" section could:
What I'm thinking (rough)
A new route
/tools(or/workflows) with:Three scope tiers to pick from
Tier 1 — "Tools page" (half-day)
A static page with hand-curated prompts. No submission, no upvotes. Markdown-driven. Ship fast, see if anyone cares.
Tier 2 — "Submission form, manual moderation" (1-2 days)
Tier 1 + a submission form that emails the maintainer or files a GitHub issue with the
prompt-submissionlabel. Maintainer manually merges good ones into the static list.Tier 3 — "Real prompt library with DB-backed moderation + upvotes" (3-5 days)
Tier 2 + Supabase table for prompts, admin UI to approve/reject, upvote tracking, sorted views. Becomes a real community surface.
Pre-build questions (worth discussing before anyone codes)
prompt_submissions) or GitHub-issue-as-database (use the existing repo issues with apromptlabel as the source of truth)?Acceptance criteria — TBD
This issue is intentionally scoped open because the scope itself is the decision. Once we converge on a tier and answer the questions above, we'll spin out a concrete implementation issue (or multiple) from this thread.
Who should comment
Where this came from
Suggested by @KonstantinMB (maintainer) during a build session — the day-to-day of building ExploreYC has been using gstack for QA + dogfooding, and it felt natural to share that workflow rather than hide it.