Skip to the content.

Frequently Asked Questions

What is this app?

This is a PHP web app that generates playful number suggestions for UK National Lottery games.

Is it free to use?

Yes. The public app can be used without signing up or paying a fee.

Which games are supported?

The app currently supports:

Will these numbers help me win?

No. The app is for entertainment only. The suggestions are based on historical data and a simple algorithm, and they do not improve the odds of a real lottery draw.

How are the numbers generated?

The app checks whether fresh draw-history data is available, downloads it if needed, and then builds a set of suggestion lines for the selected game. For more detail, see How It Works.

Does the app need a database?

No. The app uses local file storage for cached draw-history CSVs rather than a database.

What if a game or page is not loading?

Try refreshing the page and checking that you are visiting the current public site. If the issue continues, please open an issue on GitHub.

Is my data safe?

The app does not ask for personal information and does not rely on user accounts. It stores cached draw data locally on the server.

Where can I get help?