Skip to main content

Open Source Projects

πŸš€ FasCraft - FastAPI Project Generator​

PyPI Package: fascraft
GitHub Repository: LexxLuey/fascraft
License: MIT
Status: Active Development
Role: Lead Developer & Author

What is FasCraft?​

FasCraft is a Python-based scaffolding tool for FastAPI projects that I authored and published on PyPI. It's designed to streamline the creation and management of modular FastAPI projects, eliminating boilerplate code and enforcing best practices from the start, allowing developers to focus on business logic.

✨ Key Features​

  • πŸš€ Project Generation: Create new FastAPI projects with domain-driven architecture
  • πŸ”§ Module Management: Generate, list, update, and remove domain modules
  • πŸ—οΈ Domain-Driven Design: Self-contained modules with models, schemas, services, and routers
  • βš™οΈ Smart Configuration: Automatic project detection and configuration management
  • πŸ›‘οΈ Safety First: Confirmations, backups, and rollback capabilities
  • 🎨 Rich CLI: Beautiful tables, color coding, and progress indicators
  • πŸ§ͺ Production Ready: Comprehensive testing and error handling
  • 🌍 Environment Management: Complete .env templates with database configurations
  • πŸ“¦ Dependency Management: Production-ready requirements files for development and production
  • πŸ—„οΈ Database Support: MongoDB, PostgreSQL, MySQL, and SQLite configurations
  • ⚑ Service Integration: Redis, Celery, JWT, and CORS configurations

πŸ› οΈ Technology Stack​

  • Core: Python 3.10+, Typer, Rich, Jinja2
  • Testing: Pytest, Coverage
  • Packaging: Poetry, PyPI
  • CI/CD: GitHub Actions
  • Documentation: Markdown, PyPI README

🎯 Use Cases​

  • πŸš€ Rapid Prototyping: Get a production-ready API structure in seconds
  • 🏒 Enterprise Applications: Consistent architecture across teams
  • πŸ“š Learning FastAPI: Best practices built into every template
  • πŸ”„ Legacy Migration: Convert existing projects to domain-driven design
  • πŸ‘₯ Team Onboarding: Standardized project structure for new developers

πŸ“Š Project Impact​

  • MIT License for maximum adoption
  • Comprehensive documentation and examples
  • Regular updates and maintenance

πŸ”§ Installation & Usage​

# Install from PyPI
pip install fascraft

# Create a new FastAPI project
fascraft new my-awesome-api

# Generate domain modules
fascraft generate customers
fascraft generate products

# List all modules
fascraft list

🌟 Why I Built This​

As a Senior Backend Engineer with extensive experience in FastAPI development, I identified a critical need in the Python ecosystem. Teams were spending significant time on repetitive project setup instead of focusing on business logic. FasCraft was born from this observation and my desire to:

  • Eliminate repetitive setup for new FastAPI projects
  • Enforce best practices from day one with modern Python standards
  • Standardize architecture across teams and organizations
  • Accelerate development by focusing on business logic, not infrastructure
  • Demonstrate technical leadership through open source contribution

πŸš€ Future Plans​

  • Advanced Project Detection: Intelligent analysis of existing codebases
  • Template Customization: User-defined project templates
  • Plugin System: Extensible architecture for custom generators
  • Cloud Integration: Direct deployment to cloud platforms
  • Team Collaboration: Shared templates and best practices

🀝 Contributing​

FasCraft is open for contributions! Whether you want to:

  • Report bugs or suggest features
  • Submit pull requests
  • Improve documentation
  • Share your use cases

Visit the GitHub repository to get started.


Other Open Source Contributions​

πŸ”§ GitHub Projects​

  • Active repositories with focus on Python, FastAPI, and web development
  • Regular contributions to open source projects
  • Documentation improvements and bug fixes
  • Community engagement through issues and discussions

πŸ“š Technical Writing​

  • Blog posts on software development best practices
  • Tutorial content for FastAPI and Python development
  • Code examples and implementation guides
  • Architecture decision records and lessons learned

"Open source is not just about codeβ€”it's about building communities and sharing knowledge to make the world of software development better for everyone."