{"id":22381032,"url":"https://github.com/git-vish/formwise","last_synced_at":"2026-04-12T06:32:35.721Z","repository":{"id":261365430,"uuid":"877846839","full_name":"git-vish/formwise","owner":"git-vish","description":"Formwise is an AI-powered form builder that uses LLaMA with structured output to transform simple descriptions into ready-to-use forms.","archived":false,"fork":false,"pushed_at":"2024-12-05T07:59:49.000Z","size":1414,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T01:45:03.936Z","etag":null,"topics":["beanie-odm","fastapi","fastapi-sso","groq","langchain","llama3","mongodb","nextjs","python","shadcn","tanstack-react-query"],"latest_commit_sha":null,"homepage":"https://formwise.vishwajeet.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/git-vish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-24T10:49:40.000Z","updated_at":"2025-05-21T07:00:11.000Z","dependencies_parsed_at":"2024-11-06T07:17:16.254Z","dependency_job_id":"be9fe103-4efa-4bf2-b0a3-b07314ab40c5","html_url":"https://github.com/git-vish/formwise","commit_stats":null,"previous_names":["git-vish/formwise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/git-vish/formwise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-vish%2Fformwise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-vish%2Fformwise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-vish%2Fformwise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-vish%2Fformwise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-vish","download_url":"https://codeload.github.com/git-vish/formwise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-vish%2Fformwise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31706764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beanie-odm","fastapi","fastapi-sso","groq","langchain","llama3","mongodb","nextjs","python","shadcn","tanstack-react-query"],"created_at":"2024-12-05T00:07:04.263Z","updated_at":"2026-04-12T06:32:35.698Z","avatar_url":"https://github.com/git-vish.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Formwise\n\n**Formwise** is an AI-powered form builder that uses LLaMA with structured output to transform simple descriptions into ready-to-use forms.\n\n## Getting Started 🚀  \n### [Give it a go](https://formwise.vishwajeet.xyz) 💡  \n\u003cimg src=\"images/formwise.png\" alt=\"formwise.vishwajeet.xyz\" width=\"800\"/\u003e\n\n### Key Highlights ✨ \n- **Backend**: **FastAPI** and **MongoDB**(Beanie ODM), for a robust form creation and management API.\n- **Frontend**: **Next.js** and **shadcn/ui** for a clean and responsive user interface.\n- **AI form generation**: **Langchain** with LLaMA 70B(Groq).\n- **Authentication**: Login options with **Google SSO** and **email-password** authentication\n\n## Setup ⚙️\n\n1. **Clone the Repository**:  \n```bash\ngit clone https://github.com/git-vish/formwise.git\ncd formwise\n```\n\n### Backend 🧩  \n2. **Set Up Virtual Environment \u0026 Install Dependencies**:\n   - **pip**:\n     ```bash\n     cd backend\n     python -m venv .venv\n     source .venv/bin/activate\n     pip install -r requirements.txt \n     ```\n   - **uv**:\n     ```bash\n     pip install uv\n     cd backend\n     uv sync --frozen\n     source .venv/bin/activate\n     ```\n\n3. **Set Up Environment Variables**:  \nCopy `.env.example` to `.env` and fill in the required fields.  \n```bash\ncp .env.example .env\n```\n\n4. **Run the Backend**:\n```bash\nuvicorn src.main:app --reload\n```\n\n### Frontend 🖥️  \n5. **Install Frontend Dependencies**:\n```bash\ncd ../frontend\nnpm install\n```\n\n6. **Set Up Environment Variables**:  \nCopy `.env.local.example` to `.env.local` and configure API details:\n```bash  \ncp .env.local.example .env.local  \n```\n\n7. **Run the Frontend**:\n```bash\nnpm run dev\n```\n\n## License 📜  \nThis project is licensed under the MIT License. Check the [LICENSE](LICENSE) file for more details.\n\n## Feedback \u0026 Contributions 🙌  \nYour feedback and contributions are welcome! Please feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-vish%2Fformwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-vish%2Fformwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-vish%2Fformwise/lists"}