This repository hosts the source code for a full-stack AI-powered application builder, developed with Next.js 15 and React 19. Build applications from simple prompts using AI agents with Inngest, leveraging models such as OpenAI, Anthropic and Grok for code generation. Explore secure sandboxes with E2B and Docker, and discover agent architecture.
Stars
17
Forks
8
Watchers
17
Open Issues
1
Overall repository health assessment
^1.5.1^5.2.2^0.13.2^6.19.2^1.2.12^1.1.15^1.1.8^1.1.11^1.3.3^1.1.12^2.2.16^1.1.15^2.1.16^1.1.15^2.1.8^1.1.16^1.2.14^1.1.15^1.1.8^1.3.8^1.2.10^2.2.6^1.1.8^1.3.6^1.2.4^1.2.6^1.1.13^1.1.10^1.1.11^1.2.8^5.90.21^11.10.0^11.10.0^11.10.0^0.7.1^0.0.1^2.1.1^1.1.1^4.1.0^8.6.0^1.15.0^3.52.0^1.4.2^0.525.015.4.9^0.4.6^0.1.7^19.2.4^9.13.2^19.2.4^7.71.1^3.0.62.15.4^7.5.2^0.0.1^2.0.7^2.2.6^3.4.0^1.1.24.3^3.3.3^4.1.18^24.10.13^19.2.14^19.2.3^9.39.215.4.1^6.19.2^4.1.18^4.21.0^1.4.0^5.9.328
commits
5
commits
feat: Implement an Inngest-driven AI coding agent with E2B sandbox integration and update core dependencies, including `@inngest/agent-kit` and `zod`.
6dd8b1aView on GitHubfeat: Migrate to Bun, update dependencies, and add Next.js E2B sandbox templates.
24c9cd2View on GitHubMerge pull request #9 from Lostovayne/dependabot/npm_and_yarn/trpc/server-11.8.0
02b23faView on GitHubMerge pull request #8 from Lostovayne/dependabot/npm_and_yarn/next-15.4.9
acc6eeaView on GitHubbuild(deps): bump @trpc/server from 11.4.4 to 11.8.0
0fa81cbView on GitHubMerge pull request #7 from Lostovayne/dependabot/npm_and_yarn/next-15.4.8
5ef4572View on GitHubMerge pull request #6 from Lostovayne/dependabot/npm_and_yarn/next-15.4.7
2460478View on GitHubMerge pull request #5 from Lostovayne/09-projects-in-database
b176546View on GitHubfeat: add project creation functionality and integrate projectId in messages
2b42f95View on GitHubfeat: add Project model and update Message table with projectId and foreign key constraint
9dd9f40View on GitHubrefactor: rename codeAgent to codeAgentFunction and enhance type definitions
6bbbac2View on GitHubfeat: implement messaging system with CRUD operations and integrate code agent functionality
6c7e423View on GitHub