Features
Everything hash has built, is building, and still plans to build. Nothing is marked done before it is true.
Product
| Feature | Version | ||
|---|---|---|---|
The building-in-public site This site itself: the design concept, the blog, features, and how it is built. | alpha | app | done |
Sign in and accounts Create an account and sign in, so the strategies you make are yours and stay private to you. | alpha | app | planned |
See ticker prices A simple table of symbols and their latest daily close price. The first page that shows real market data, end to end. | alpha | app | planned |
Just describe your idea Type a trading idea in normal words, or start from an example. hash turns it into a strategy you can read, and you pick the tickers and timeframe to test it on. | alpha | app | building |
Ask AI to suggest ideas Not sure where to start? Ask hash to suggest strategy ideas, then turn any one into a strategy you can test. | alpha | app | planned |
Run a backtest and watch it live Watch the backtest happen: the equity line drawing in, trades appearing, and the numbers counting up. | alpha | app | building |
See how it performed Return, win rate, number of trades, and worst drop, shown the same way for winners and losers. | alpha | app | building |
Understand what went wrong When a strategy loses or never trades, hash explains why and suggests ways to fix it. | alpha | app | planned |
Test across several tickers Run one strategy across several tickers at once and see where it works and where it does not. | alpha | app | planned |
Improve a strategy hash tunes your strategy with a sweep and a genetic search, keeps the best, and shows it to you. | alpha | app | planned |
Keep your strategies private Everything you make is a private list only you can see. | alpha | app | planned |
Publish a strategy Share a result when you choose. People see how it did, never how it works. | alpha | app | planned |
Global leaderboard See the best strategies from everyone, ranked by return. | alpha | app | planned |
Open anyone's public result Open any public strategy to see how it did and its trades, but not how it works. | alpha | app | planned |
The # bar One box to do anything: start a test, jump to a strategy or the leaderboard, or ask a question in plain words. | alpha | app | planned |
Go live to the public The public launch: the coming-soon gate comes off and hash opens to everyone. | v1 | app | planned |
- The building-in-public sitedone
This site itself: the design concept, the blog, features, and how it is built.
alphaapp - Sign in and accountsplanned
Create an account and sign in, so the strategies you make are yours and stay private to you.
alphaapp - See ticker pricesplanned
A simple table of symbols and their latest daily close price. The first page that shows real market data, end to end.
alphaapp - Just describe your ideabuilding
Type a trading idea in normal words, or start from an example. hash turns it into a strategy you can read, and you pick the tickers and timeframe to test it on.
alphaapp - Ask AI to suggest ideasplanned
Not sure where to start? Ask hash to suggest strategy ideas, then turn any one into a strategy you can test.
alphaapp - Run a backtest and watch it livebuilding
Watch the backtest happen: the equity line drawing in, trades appearing, and the numbers counting up.
alphaapp - See how it performedbuilding
Return, win rate, number of trades, and worst drop, shown the same way for winners and losers.
alphaapp - Understand what went wrongplanned
When a strategy loses or never trades, hash explains why and suggests ways to fix it.
alphaapp - Test across several tickersplanned
Run one strategy across several tickers at once and see where it works and where it does not.
alphaapp - Improve a strategyplanned
hash tunes your strategy with a sweep and a genetic search, keeps the best, and shows it to you.
alphaapp - Keep your strategies privateplanned
Everything you make is a private list only you can see.
alphaapp - Publish a strategyplanned
Share a result when you choose. People see how it did, never how it works.
alphaapp - Global leaderboardplanned
See the best strategies from everyone, ranked by return.
alphaapp - Open anyone's public resultplanned
Open any public strategy to see how it did and its trades, but not how it works.
alphaapp - The # barplanned
One box to do anything: start a test, jump to a strategy or the leaderboard, or ask a question in plain words.
alphaapp - Go live to the publicplanned
The public launch: the coming-soon gate comes off and hash opens to everyone.
v1app
Under the hood
| Feature | Version | ||
|---|---|---|---|
Domain and hosting heyhash.ai runs on Vercel, with a test version built for every change. | alpha | infra | done |
Source and reviews The code lives on GitHub. Every change is reviewed and checked before it goes live. | alpha | infra | done |
Database Postgres on Neon, with a fresh copy of the data for every change, so real data is never at risk. | alpha | db | done |
Data syncing Prices and market history come in automatically and stay current, so strategies always test on up to date data. | alpha | infra | building |
The AI that builds hash The agents and tooling that let AI build this app are set up, so a change can run from a reported problem to a working test version on its own. | alpha | infra | done |
Bad changes get caught early The code is checked automatically, and a working test version has to pass, before any change reaches you. | alpha | infra | building |
The first set of APIs The core endpoints the app runs on: prices, strategies, backtests, and the leaderboard. | alpha | api | planned |
The strategy runner The engine that runs a strategy against real market history and produces its trades and results. | alpha | runner | building |
- Domain and hostingdone
heyhash.ai runs on Vercel, with a test version built for every change.
alphainfra - Source and reviewsdone
The code lives on GitHub. Every change is reviewed and checked before it goes live.
alphainfra - Databasedone
Postgres on Neon, with a fresh copy of the data for every change, so real data is never at risk.
alphadb - Data syncingbuilding
Prices and market history come in automatically and stay current, so strategies always test on up to date data.
alphainfra - The AI that builds hashdone
The agents and tooling that let AI build this app are set up, so a change can run from a reported problem to a working test version on its own.
alphainfra - Bad changes get caught earlybuilding
The code is checked automatically, and a working test version has to pass, before any change reaches you.
alphainfra - The first set of APIsplanned
The core endpoints the app runs on: prices, strategies, backtests, and the leaderboard.
alphaapi - The strategy runnerbuilding
The engine that runs a strategy against real market history and produces its trades and results.
alpharunner