Inspiration
ActionForge was inspired by a simple problem: having an idea is easy, but knowing where to start can be difficult. We wanted to build an AI tool that doesn't just give advice, but turns intentions into clear, actionable steps.
What it does
ActionForge turns a user's goal into a structured execution plan using DeepSeek-V4-Flash through the B.AI API. It provides prioritized tasks, time estimates, dependencies, a critical path, and strategic insight.
When something changes, users can use Adapt My Plan to adjust the existing plan instead of starting over. Completed plans can also be exported as clean PDF documents.
How we built it
We built ActionForge using HTML, CSS, and Vanilla JavaScript, with Netlify Functions handling the backend and AI requests. The AI engine uses DeepSeek-V4-Flash through the B.AI API and returns structured JSON that the frontend turns into an interactive execution plan.
Challenges we ran into
One of the biggest challenges was making AI-generated responses reliable. Responses could sometimes be incomplete, malformed, truncated, or take too long. We worked on JSON parsing, response validation, error handling, timeouts, token limits, and more reliable plan adaptation.
Accomplishments that we're proud of
We're proud of creating a complete working AI application around a practical workflow rather than simply adding AI to a project. The combination of planning, adaptation, task prioritization, critical paths, strategic insight, and PDF export makes ActionForge useful beyond a simple AI chatbot.
What we learned
We learned how to integrate AI APIs into a real application, build with serverless functions, handle structured AI responses, design effective prompts, and build systems that account for the limitations of AI models.
Most importantly, we learned that AI becomes much more useful when it has a clear purpose and workflow.
What's next for Action Forge
We want to make ActionForge more intelligent, reliable, and personalized. Future improvements could include better plan validation, progress tracking, richer task management, improved AI adaptation, and additional ways to help users turn their plans into real-world results.
Think. Plan. Adapt. Execute.

Log in or sign up for Devpost to join the conversation.