Bitcoin Interest Group Landing Page
September 5, 2025 ยท View on GitHub
This project serves as a landing page for a local Bitcoin interest group. What makes this project unique is that it has been entirely developed and managed using AI - from code generation to project management. This serves as an experimental showcase of current AI capabilities in software development.
๐ค AI-Driven Development
This entire project has been purposefully developed 100% by AI, including:
- Code generation
- Project structure
- Development decisions
- Project management
- Documentation
This approach allows us to explore and demonstrate the current capabilities and limitations of AI in software development.
๐ Getting Started
Local Development
Setting up Poetry Environment
-
First, install Poetry if you haven't already:
curl -sSL https://install.python-poetry.org | python3 - -
Clone the repository and navigate to the project directory:
git clone https://github.com/polac/btcpori.git cd btcpori -
Create and activate the Poetry environment:
poetry install poetry shell
Running the Development Server
Once your environment is set up:
- Make sure you're in the project directory with an activated environment
- Run the local server:
python local_server.py - Open your browser and visit
http://localhost:8000
The server will start and host the website locally for development purposes.
๐ Bug Reports & Feature Requests
We use GitHub Issues for tracking bugs and feature requests.
To report a bug or request a feature:
- Go to the Issues tab
- Click on "New Issue"
- Choose the appropriate template (bug report or feature request)
- Fill in the required information
- Submit the issue
Please provide as much detail as possible when creating issues to help us understand and address them effectively.
๐ค Contributing
Since this is an AI-driven experimental project, please create an issue first to discuss any changes you'd like to make. This helps us maintain the experimental nature of the project while allowing for community input.
๐ License
This project is open source and available under the MIT License.
This README was also generated by AI as part of the experiment in AI-driven development.