Experience AutoContent live at: https://www.autocontent.run/
Need help or want to discuss your project? Schedule a call with our team:
Join our Discord community to connect with other users, get support, and stay updated on the latest features:
This project is built with modern technologies:
- Bun - Fast all-in-one JavaScript runtime
- React - UI framework
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - Beautifully designed components
- AI SDK - AI integration toolkit
- Fal - AI model inference platform
- Vercel AI Gateway - AI request routing and management
Make sure you have Bun installed on your system.
- Clone the repository:
git clone <repository-url>
cd auto-agent
- Install dependencies:
bun install
- Set up environment variables:
cp .env.example .env.local
# Edit .env.local with your API keys and configuration
Required environment variables:
AI_GATEWAY_API_KEY=
EXA_API_KEY=
FAL_KEY=
To start the development server:
bun dev
The application will be available at http://localhost:3000
To build and run for production:
bun run build
bun start
We welcome contributions! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
This project was created using bun init
in bun v1.2.10. Bun is a fast all-in-one JavaScript runtime.