Project Forge
v2.0.4, started 6 days agoAbout Project Forge
Project Forge is a comprehensive application generator and development platform that transforms how you build Go web applications. By combining intelligent code generation, cutting-edge technology, and a robust standard library, Project Forge eliminates the tedious setup work and lets you focus on building the features that matter.
Whether you're creating a simple web service, a complex enterprise application, or a multi-platform desktop app, Project Forge provides the foundation, tools, and workflow to get you from idea to production faster than ever before.
Project Forge is a powerful application generator and project manager for building modern web applications in Go. It helps developers rapidly create, customize, and scale applications through an architecture that puts you in complete control. Choose from dozens of optional modules — from database integrations and OAuth providers to advanced features like GraphQL APIs, WebSocket support, and desktop app builds.
Every Project Forge application includes a blazingly fast HTTP server built on quicktemplate for type-safe HTML rendering. The optional Model-View-Controller framework provides enterprise-grade features out of the box: content negotiation, hierarchical navigation, breadcrumbs, OAuth integration with 40+ providers, stateless sessions, comprehensive theming with dark mode, SVG icon management, syntax highlighting, rich form components, and optimized asset embedding.
The included UI framework delivers exceptional performance without sacrificing developer experience or user accessibility. This very page demonstrates the power: fully animated, themed, and responsive design delivered in just three HTTP requests (HTML, CSS, JS) totaling under 20KB compressed. Sub-millisecond server response times and sub-20ms browser rendering create an incredibly snappy user experience. Progressive enhancement via an integrated ESBuild TypeScript pipeline ensures full functionality even with JavaScript disabled.
Deploy anywhere, run everywhere. Project Forge applications can target virtually every platform: native desktop apps via system webviews, mobile applications for iOS and Android, WebAssembly modules, and notarized universal macOS binaries. Enable all build targets and generate nearly 60 platform-specific builds, each producing a compact ~20MB self-contained binary. Built-in auto-update capabilities work seamlessly with GitHub Releases, while comprehensive CI/CD workflows handle building, testing, linting, and publishing to multiple distribution channels.
Getting Help
Project Forge includes comprehensive documentation and help resources to guide you through every aspect of development:
- Built-in Help - Pages with help files, like this one, have a help link in the upper-right corner
- Module Documentation - Each of the 40+ available modules includes detailed documentation and examples
- Installation Guide - Step-by-step instructions for getting Project Forge running on your system
- Example Applications - Study real-world applications like Rituals.dev and TODO Forge
- Community Support - Get help and share your projects with other developers
Standard Project Forge Workflow
Getting Started
- Install Project Forge - Download from projectforge.dev, use Homebrew, or build from source
- Create Your Project - Run
projectforgeto launch the web interface and generate a new application - Choose Modules - Select from 40+ optional modules like databases, OAuth, GraphQL, desktop builds, and more
- Generate & Customize - Project Forge creates a complete Go application with your chosen features
Development Workflow
- Live Development - Run
./bin/dev.shfor instant live-reload during development - Add Features - Use the web interface to add new modules, modify existing ones, or update your configuration
- Customize Code - Add or edit controllers in
app/controller/, add services inapp/services.go - Build & Deploy - Generate production builds for multiple platforms with included CI/CD workflows
What You Get
- Modern Go Architecture - Latest Go version with clean, maintainable code structure and comprehensive standard library
- Lightning-Fast UI - Beautiful, accessible HTML interface that works perfectly without JavaScript
- Developer Experience - Sub-second build times, instant live-reload, and intuitive project management
- Multi-Platform Builds - Native applications for mobile, desktop, web, and specialized architectures
- Self-Contained Deployment - Single ~20MB binary includes web server, CLI tools, and all dependencies
- Enterprise Authentication - OAuth integration with 40+ providers, stateless sessions, and comprehensive theming
- Database Flexibility - Type-safe APIs for PostgreSQL, MySQL, SQLite, or go database-free
- Modern Frontend - ESBuild-powered TypeScript, progressive enhancement, embedded SVGs, and responsive CSS
- Production Ready - Built-in CI/CD, auto-updates, monitoring, logging, and deployment automation
Licensing
Open Source
Project Forge is completely open source and available on GitHub. The entire codebase, including all modules and documentation, is freely available for you to study, modify, and contribute to.
Community & Support
Project Forge thrives on community feedback and contributions. Whether you've found a bug, have a feature request, or want to share your success story, we'd love to hear from you.
Get in Touch
- GitHub Issues - Report bugs, request features, or ask technical questions
- Email - Reach out directly to the author for general inquiries
- Contributing - Submit pull requests to improve Project Forge for everyone