The Ultimate High-Performance Brainstorming Toolkit
🌐 Website: ideatoast.com
IdeaToast is a curated collection of 52+ professional brainstorming techniques designed to break through creative blocks and generate high-impact ideas. Built with performance and clarity in mind using Astro and MDX.
- 52+ Techniques: From logical frameworks to intuitive "out-of-the-box" methods.
- Categorized for Every Need: Choose the right approach based on your current state (Linear, Intuitive, or Group).
- Blazing Fast: Static generation via Astro ensures instant load times.
- MDX Powered: Rich, interactive content for every technique.
Logic-driven frameworks for structured problem solving.
- SCAMPER: Substitute, Combine, Adapt, Modify, Put to another use, Eliminate, Reverse.
- Lotus Blossom: Expand ideas into eight-fold grids.
- Circle of Opportunity: Randomly select attributes to combine.
- Idea Box: Morphological analysis for complex problems.
- And many more (Phoenix, Cherry Split, Slice and Dice...)
Unlocking the subconscious for breakthrough creative leaps.
- Da Vinci's Technique: Using random scribbles to spark visual metaphors.
- The Shadow: Exploring the opposite of your goals.
- The Book of the Dead: Drawing inspiration from past failures and forgotten ideas.
- Blue Roses: Dreaming the impossible to find the possible.
- And many more (Brutethink, Chilling Out, Stone Soup...)
Collaborative methods for teams to maximize collective intelligence.
- Brainstorming: The classic approach, optimized for high output.
- Brainwriting: Quietly generating and swapping ideas to avoid groupthink.
- The Circle of Fortune: A rotating game-style method for team synergy.
- Framework: Astro
- Content: MDX (Markdown with JSX)
- Styling: Vanilla CSS
- Deployment: Optimized for edge deployment (Vercel, Netlify, etc.)
-
Clone the repository:
git clone https://github.com/adshaa/ideatoast.git cd ideatoast -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the browser: Navigate to
http://localhost:4321
| Command | Action |
|---|---|
npm run dev |
Starts local dev server |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview build locally |
npm run astro ... |
Run Astro CLI commands |
This project is licensed under the MIT License - see the LICENSE file for details.