4 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Extend the StaticFlow framework's CDN plugin to support multiple CDN providers (AWS S3, Google Cloud Storage, Azure Blob Storage, BunnyCDN) beyond the existing Cloudflare R2. This involves creating new provider implementations, a provider factory for easier management, improving the plugin's architecture for better configuration and error handling, adding CLI commands for CDN management, and updating documentation.

Complexity: 5/5
good first issue

AI Summary: Refactor StaticFlow's deployment system to use a base class for better organization and extensibility. This involves creating a `BaseDeployer` class with abstract methods for deployment logic, refactoring the existing `GitHubPagesDeployer` to inherit from it, adding a new `NetlifyDeployer`, updating CLI commands and the admin panel to support multiple providers, and writing comprehensive tests and documentation.

Complexity: 4/5
good first issue

AI Summary: Implement a system for managing basic website styles in StaticFlow. This involves creating predefined styles (Minimal, Modern, Classic, etc.), allowing users to select a style during project creation via CLI and an interactive admin panel, configuring styles via `config.toml`, and integrating with Google Fonts. The system should handle style validation, CSS generation, resource copying, and be thoroughly tested and documented.

Complexity: 4/5
good first issue

AI Summary: Enhance the table functionality within the StaticFlow CMS admin panel. This involves implementing a context menu, keyboard shortcuts, a table creation dialog, improved formatting options (alignment, styling, text formatting), cell merging, sorting, filtering, import/export capabilities (CSV, Excel, JSON), mobile responsiveness, accessibility features, performance optimizations for large tables, and thorough testing and documentation updates.

Complexity: 5/5
good first issue