Adorable screenshot
#4 B Rank #186

Adorable

An open-source AI app builder β€” describe what you want, and it generates a working app. Notably, this instance runs on Nexlayer itself as the LLM backend.

AI/ML TypeScript Medium to deploy $30/mo equiv
62.0 / 100

βš™ Full Stack

Next.js app with an LLM-provider-agnostic backend (OpenAI, Anthropic, or Nexlayer). API keys are entered client-side and stored in an HTTP-only cookie rather than a server-managed secret store.

πŸ“ˆ Scaling Analysis

Standard Next.js scaling β€” stateless app servers behind a load balancer. The client-side API key entry pattern (even in an HTTP-only cookie) is a lighter-weight security model than a fully backend-managed key vault, which is the main architectural tradeoff here.

πŸš€ Running on Nexlayer

Single pod, straightforward Next.js deploy. Notable as a self-referential entry: this instance is configured to use Nexlayer as its own LLM provider, showcasing the platform's model-routing capability from inside a deployed app.