Three surfaces. One pipeline.
Find the work. Capture the spark. Reflect on the week.
Opportunities
A Notion-like table of every hackathon, grant, fellowship, bounty, and bootcamp worth your time. Filter by chain, status, deadline. Never miss a deadline again.
Ideas
A public pool of product ideas you could build into any of those opportunities. Upvote, comment, submit yours — or let a bot drop one from Telegram.
Weekly Review
An auto-generated snapshot of the week — new opportunities, upcoming deadlines, completed applications, and what you should ship next.
Also accessible by Claude
Let your agent add opportunities while you sleep.
Every write action in Weminal is exposed as an MCP tool. Generate a personal API key on your profile, drop it into your Claude config, and treat your agent as a full-access collaborator.
claude-desktop-config.json
// In your Claude config:{ "mcpServers": { "weminal": { "url": "https://weminal.dev/api/mcp", "headers": { "Authorization": "Bearer wem_…" } } }} // Then, inside Claude:opportunity_create({ name: "ETHPrague 2026", type: "hackathon", organization: "ETHPrague", reward_amount: 50000})