Skip to content
Rafal Korszun edited this page May 5, 2025 · 1 revision

🧠 formul.ai Wiki

formul.ai is an open-source project dedicated to generating and analyzing forms powered by AI. It provides a modular platform for collecting open-ended input from users and using AI-assisted analysis to extract insights, guide user development, and power decision-making.


πŸ“Œ Overview


πŸ“¦ Architecture

  • Frontend: React with @rjsf/core (JSON Schema-based forms)
  • Backend Services:
    • Spring Boot (Java) for form submission and API
    • Python for AI-driven analysis
  • Database: PostgreSQL

πŸ“š Pages


βœ… Core Features

  • Create structured forms using JSON Schema
  • Collect open-ended survey data
  • Analyze answers with local or remote AI models (e.g. OpenAI)
  • Suggest tailored learning or project paths
  • Open-source, privacy-respecting design

πŸš€ Roadmap

  • MVP: Form collection & AI analysis
  • User dashboard with historical insights
  • Open-source project suggestion engine
  • Integration with external labor market data
  • Multi-language support

πŸ‘₯ Community & Support

Join our community discussions on Discord (link coming soon).
For issues and feature requests, use the GitHub Issues page.

Clone this wiki locally