Astrofox
What is it?
Astrofox is a motion graphics program that lets turn audio into amazing videos.
Quick links
- Demo video: https://www.youtube.com/watch?v=IbvuniqNPPw
- Website: https://astrofox.io
- Discord chat: https://discord.gg/wJ6pyMZ
- Reddit forum: https://www.reddit.com/r/astrofox/
- Bug tracker: https://github.com/astrofox-io/astrofox/issues
Running Astrofox
Get the source
git clone https://github.com/astrofox-io/astrofox.git
Install dependencies
pnpm install
Build the application
pnpm build
Start the application
pnpm start
Running for development
Run:
pnpm dev
Astrofox now runs as a single Next.js app with built-in API routes (/api/auth, /api/projects, /api/health), so you no longer need a separate backend server process during development.
License
MIT
