docs/md_v2/apps/index.md
Welcome to the Crawl4AI Apps Hub - your gateway to interactive tools and demos that make web scraping more intuitive and powerful.
<style> .apps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin: 2rem 0; } .app-card { background: #3f3f44; border: 1px solid #3f3f44; border-radius: 8px; padding: 1.5rem; transition: all 0.3s ease; position: relative; overflow: hidden; } .app-card:hover { transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); border-color: #50ffff; } .app-card h3 { margin-top: 0; display: flex; align-items: center; gap: 0.5rem; color: #e8e9ed; } .app-status { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; margin-bottom: 1rem; } .status-available { background: #50ffff; color: #070708; } .status-beta { background: #f59e0b; color: #070708; } .status-coming-soon { background: #2a2a2a; color: #888; } .app-description { margin: 1rem 0; line-height: 1.6; color: #a3abba; } .app-features { list-style: none; padding: 0; margin: 1rem 0; } .app-features li { padding-left: 1.5rem; position: relative; margin-bottom: 0.5rem; color: #d5cec0; font-size: 0.9rem; } .app-features li:before { content: "βΈ"; position: absolute; left: 0; color: #50ffff; font-weight: bold; } .app-action { margin-top: 1.5rem; } .app-btn { display: inline-block; padding: 0.75rem 1.5rem; background: #50ffff; color: #070708; text-decoration: none; border-radius: 6px; font-weight: 600; transition: all 0.2s ease; font-family: dm, Monaco, monospace; } .app-btn:hover { background: #09b5a5; transform: scale(1.05); color: #070708; } .app-btn.disabled { background: #2a2a2a; color: #666; cursor: not-allowed; transform: none; } .app-btn.disabled:hover { background: #2a2a2a; transform: none; } .intro-section { background: #3f3f44; border-radius: 8px; padding: 2rem; margin-bottom: 3rem; border: 1px solid #3f3f44; } .intro-section h2 { margin-top: 0; color: #50ffff; } .intro-section p { color: #d5cec0; } </style> <div class="intro-section"> <h2>π οΈ Interactive Tools for Modern Web Scraping</h2> <p> Our apps are designed to make Crawl4AI more accessible and powerful. Whether you're learning browser automation, designing extraction strategies, or building complex scrapers, these tools provide visual, interactive ways to work with Crawl4AI's features. </p> </div>Visual tools help you understand Crawl4AI's concepts faster than reading documentation alone.
Generate working code instantly instead of writing everything from scratch.
Test and refine your approach before deploying to production.
These tools are built based on user feedback. Have an idea? Let us know!
Want to know when new apps are released?
!!! tip "Developer Resources" Building your own tools with Crawl4AI? Check out our API Reference and Integration Guide for comprehensive documentation.