What is the relationship between Amplication and Overcut?
Amplication is an existing open-source backend development platform. The team behind Amplication is now building Overcut, which is described as a platform for agent-driven SDLC workflows, automation, and enterprise orchestration. Amplication itself remains available for its community and existing customers.
Can Amplication still be used for new projects despite the team's focus on Overcut?
Yes, Amplication remains available for its community and existing customers. Its open-source nature allows for local deployment, exploration of the codebase, and building on top of it, making it suitable for new projects or continued use.
What kind of code does Amplication generate, and how extensible is it?
Amplication generates production-ready Node.js applications, including REST and GraphQL APIs. The generated code is designed to be human-readable and extensible, allowing developers to easily add custom business logic and integrate with other services.
Where can I find the documentation and source code for Amplication?
The documentation for Amplication is accessible at docs.amplication.com. The open-source codebase is available on GitHub at github.com/amplication, allowing users to deploy it locally, explore the code, or contribute to its development.
Does Amplication support both REST and GraphQL APIs?
Yes, Amplication is capable of generating both REST APIs and GraphQL APIs from the data models defined within the platform, providing flexibility for different project requirements.