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

  1. First, install Poetry if you haven't already:

    curl -sSL https://install.python-poetry.org | python3 -
    
  2. Clone the repository and navigate to the project directory:

    git clone https://github.com/polac/btcpori.git
    cd btcpori
    
  3. Create and activate the Poetry environment:

    poetry install
    poetry shell
    

Running the Development Server

Once your environment is set up:

  1. Make sure you're in the project directory with an activated environment
  2. Run the local server:
    python local_server.py
    
  3. 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:

  1. Go to the Issues tab
  2. Click on "New Issue"
  3. Choose the appropriate template (bug report or feature request)
  4. Fill in the required information
  5. 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.