A comprehensive Satisfactory Encyclopedia that helps you while building efficient factory systems. Built by pioneers, for pioneers! π§
- Complete Item Database: Browse through all Satisfactory items, buildings, and resources
- Recipe Calculator: Calculate optimal production ratios and resource requirements
- Blueprint HUB: Share your blueprints or find other pioneers' for your factory
- Interactive Interface: User-friendly design for quick access to game information
- Node.js (v18 or higher)
- Yarn package manager
-
Fork the repository on GitHub
-
Clone your fork to your local machine:
git clone [email protected]:emingbt/ficsit-db.git cd ficsit-db
-
Install dependencies:
yarn install
-
Start the development server:
yarn dev
-
Open your browser and navigate to
http://localhost:3000
(or the port shown in your terminal)
Check out the complete design system and mockups on Figma: View Design File
- Framework: Next.js
- Styling: Tailwind CSS
- Database: Postgres(neon) for user data and blueprints, Neo4j for game data
- File Storage: Cloudinary for images and blueprints
- Deployment: Vercel for hosting, GitHub Actions for CI/CD
Satisfactory is a first-person open-world factory building game where you explore an alien planet, mine resources, and build increasingly complex automated factories. Ficsit DB serves as your companion tool to optimize production chains and factory designs.
We welcome contributions from the Satisfactory community! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Follow the existing code style and conventions
- Write clear, descriptive commit messages
- Be respectful and constructive in discussions
Found a bug or have an idea for a new feature? Please:
- Check existing issues to avoid duplicates
- Create a new issue with a clear description
- Include steps to reproduce (for bugs)
- Add relevant labels and screenshots if applicable
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2022 Emin GΓΆbΓΌtoΔlu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This project is currently under active development (π§). We're continuously adding new features and improving the user experience based on community feedback.
- Issues: Report bugs and request features via GitHub Issues
- Discussions: Join conversations in GitHub Discussions
- Social: Follow updates and connect with other pioneers
- Coffee Stain Studios for creating the amazing game Satisfactory
- The lunafoxfire/satisfactory-docs-parser for parsing game data
- All contributors who help make this project better
Happy Constructing!β‘
Back to work, and Stay Effective.