# app builder

Published articles for app builder.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Auth0 launches v0 integration for production application authentication

DevFeed: [Auth0 launches v0 integration for production application authentication](<https://devfeed.tech/articles/vibe-production-ready-apps-with-auth0-and-v0-31432.md>)

Original publisher: [Read original article](<https://auth0.com/blog/vibe-production-ready-apps-auth0-v0/>)

Author: Juan Cruz Martinez

Published: 2026-09-16T00:00:00Z

Content type: release

Language: en

Sources: [Auth0 Blog](<https://devfeed.tech/sources/auth0-blog.md>)

Topics: [Auth0](<https://devfeed.tech/topics/auth0.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [app builder](<https://devfeed.tech/topics/app-builder.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [MFA](<https://devfeed.tech/topics/mfa.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [ai](<https://devfeed.tech/tags/ai.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [auth0](<https://devfeed.tech/tags/auth0.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Auth0 is launching an integration with v0 that lets users configure authentication directly from prompts, including login, protected routes, B2B use cases, enterprise identity providers, and MFA. The integration can create Auth0 applications, configure connections, and wire the SDK into generated code.

### Source excerpt

Stop relying on generic login forms. Use the new Auth0 v0 integration on the Vercel identity platform to build secure, production-ready AI app authentication.

## How Auth0 Plans Support Apps From Vibe Coding to Enterprise SSO

DevFeed: [How Auth0 Plans Support Apps From Vibe Coding to Enterprise SSO](<https://devfeed.tech/articles/whatever-you-are-building-auth0-has-a-plan-15653.md>)

Original publisher: [Read original article](<https://auth0.com/blog/whatever-you-are-building-auth0-has-a-plan/>)

Author: Ruhma Khawaja

Published: 2026-08-25T00:00:00Z

Content type: article

Language: en

Sources: [Auth0 Blog](<https://devfeed.tech/sources/auth0-blog.md>)

Topics: [Auth0](<https://devfeed.tech/topics/auth0.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Single sign-on (SSO)](<https://devfeed.tech/topics/sso.md>), [app builder](<https://devfeed.tech/topics/app-builder.md>), [Vibe coding](<https://devfeed.tech/topics/vibe-coding.md>), [soc 2 compliance](<https://devfeed.tech/topics/soc-2-compliance.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>)

Tags: [app-builder](<https://devfeed.tech/tags/app-builder.md>), [auth0](<https://devfeed.tech/tags/auth0.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [soc-2-compliance](<https://devfeed.tech/tags/soc-2-compliance.md>), [sso](<https://devfeed.tech/tags/sso.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>)

### AI overview

The article describes how Auth0 positions its pricing and authentication plans for different stages of app development, from AI-assisted solo builders and startups to scaling companies and enterprises. It highlights free authentication, SSO, SCIM, organizations, and security compliance features.

### Source excerpt

Learn how Auth0 pricing plans scale with your app -- from free auth for AI vibe coders to B2B Enterprise SSO for scaling startups and enterprise platforms.

## Introducing the new v0 API

DevFeed: [Introducing the new v0 API](<https://devfeed.tech/articles/introducing-the-new-v0-api-764.md>)

Original publisher: [Read original article](<https://vercel.com/blog/introducing-the-new-v0-api>)

Author: Rickey McGregor

Published: 2026-08-05T04:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [api](<https://devfeed.tech/tags/api.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel announces the generally available v0 API, which provides headless access to an app-building agent that generates, runs, verifies, and deploys applications from prompts and follow-up messages.

### Source excerpt

Today we're introducing the new v0 API: programmatic, headless access to v0's app-building agent. Send a prompt and v0 generates an app, starts a dev server in a Vercel Sandbox, and gives you a preview URL you can embed in your own UI. Each chat is an isolated workspace for one app, where v0 can read, edit, and run the files. Follow-up messages continue from the current state. v0 verifies the code running in the Sandbox, so it can catch and fix errors in your app in real time. The new API is now generally available. How it works Create a chat from a prompt, stream its work, and render the live preview, all from your own interface. First, install the v0 SDK. Then, create a chat. Send a prompt, and v0 generates your app. Send follow-up messages to the same chat to keep building. Each one continues from the current state. Then embed the app. A prompt goes in, a running app comes out. v0 operates the Sandbox, dev server, and preview behind it. When you're ready, deploy to Vercel in one API call. v0 manages the whole pipeline. What this unlocks The new API lets you run v0's app builder inside your own product or pipeline. This opens use cases like: A white-labeled app builder: Your users describe an app and get one back. Automated app changes: Trigger v0 from a script, CI job, or webhook to generate a new app or update an existing one. A build tool for your agents: An agent hands back a working app instead of a code snippet. Below, we break down the API primitives behind this workflow. Start with a chat Each chat holds the state for one app, and a repo or Vercel project can have many. Keep each chat's ID and send its follow-up messages to that chat. Metadata lets you group chats by customer, workspace, app, or any key you already use. Learn more about messages. Stream the trace Your interface needs to show what happens between sending a request and seeing the updated preview. Every message includes ordered parts: text, thinking, file reads and edits, searches, bash comma

## What Link data tells us about AI spending

DevFeed: [What Link data tells us about AI spending](<https://devfeed.tech/articles/what-link-data-tells-us-about-ai-spending-189.md>)

Original publisher: [Read original article](<https://stripe.com/blog/what-link-data-tells-us-about-ai-spending>)

Author: Dan Hill

Published: 2026-06-18T00:00:00Z

Content type: article

Language: en

Sources: [Stripe Blog](<https://devfeed.tech/sources/stripe-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [app builder](<https://devfeed.tech/topics/app-builder.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [Repl.it](<https://devfeed.tech/topics/replit.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [app](<https://devfeed.tech/tags/app.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [building](<https://devfeed.tech/tags/building.md>), [data](<https://devfeed.tech/tags/data.md>), [growth](<https://devfeed.tech/tags/growth.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [products](<https://devfeed.tech/tags/products.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

Stripe analyzed Link spending data and found that customers are increasing their spending on AI products, with especially rapid growth among AI app-builder platforms. The article also describes Link's wallet for agents, which lets agents make authorized purchases with user-defined spending controls.

### Source excerpt

We analyzed spending patterns across the 250 million customers paying with Link. We found that Link customers are spending more on AI than they were three months prior, investing heavily in platforms that let them build with AI.

## Ship internal applications from your AI Agent with Datadog Apps

DevFeed: [Ship internal applications from your AI Agent with Datadog Apps](<https://devfeed.tech/articles/ship-internal-applications-from-your-ai-agent-with-datadog-apps-2285.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/internal-applications-datadog-apps/>)

Author: Barak Shoushan; Addie Beach; Scott Kennedy

Published: 2026-06-09T00:00:00Z

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [cursor](<https://devfeed.tech/topics/cursor.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [applications](<https://devfeed.tech/tags/applications.md>), [apps](<https://devfeed.tech/tags/apps.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [codex](<https://devfeed.tech/tags/codex.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [internal-developer-portal](<https://devfeed.tech/tags/internal-developer-portal.md>), [observability](<https://devfeed.tech/tags/observability.md>), [react](<https://devfeed.tech/tags/react.md>), [workflow-automation](<https://devfeed.tech/tags/workflow-automation.md>)

### AI overview

Datadog Apps is a preview, code-first way to build internal applications with AI coding agents and run them inside Datadog. It supports existing development workflows, secure platform integrations, governance, observability, and embedding apps across Datadog surfaces.

### Source excerpt

Learn how Datadog Apps lets you build and deploy apps from your AI agent directly into Datadog, with built-in governance, observability, and secure integrations.

## How Lovable Handles Billing: A Complete Breakdown

DevFeed: [How Lovable Handles Billing: A Complete Breakdown](<https://devfeed.tech/articles/how-lovable-handles-billing-a-complete-breakdown-9962.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/lovable-billing-model/>)

Author: Ayush Agarwal

Published: 2026-04-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [app builder](<https://devfeed.tech/topics/app-builder.md>), [Vibe coding](<https://devfeed.tech/topics/vibe-coding.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Web app](<https://devfeed.tech/topics/webapp.md>), [React](<https://devfeed.tech/topics/react.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Inference](<https://devfeed.tech/topics/inference.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [billing](<https://devfeed.tech/tags/billing.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [coding](<https://devfeed.tech/tags/coding.md>), [developers](<https://devfeed.tech/tags/developers.md>), [features](<https://devfeed.tech/tags/features.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [technical](<https://devfeed.tech/tags/technical.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

This article explains Lovable's hybrid billing model: monthly message credits, daily bonus credits, and separate metered cloud infrastructure charges. It also reviews pricing tiers and outlines how to build a similar system with Dodo Payments.

### Source excerpt

Detailed breakdown of Lovable's credit-based billing model. Covers pricing tiers, message credits, daily bonus drip, cloud metering, and how to build the same system with Dodo Payments.

## How to Add Payments to Your Lovable App in 5 Minutes

DevFeed: [How to Add Payments to Your Lovable App in 5 Minutes](<https://devfeed.tech/articles/how-to-add-payments-to-your-lovable-app-in-5-minutes-9588.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/add-payments-lovable-app/>)

Author: Ayush Agarwal

Published: 2026-03-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [app builder](<https://devfeed.tech/topics/app-builder.md>), [React](<https://devfeed.tech/topics/react.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>)

Tags: [app-builder](<https://devfeed.tech/tags/app-builder.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [no-code](<https://devfeed.tech/tags/no-code.md>), [payments](<https://devfeed.tech/tags/payments.md>), [subscription](<https://devfeed.tech/tags/subscription.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>)

### AI overview

A step-by-step guide to adding Dodo Payments to Lovable-built React applications. It explains how Dodo Payments can handle checkout, subscriptions, tax compliance, authentication, and fraud prevention for apps using Supabase.

### Source excerpt

Step-by-step guide to integrating payments into Lovable-built apps using Dodo Payments. Accept one-time and subscription payments globally without complex setup.

## 15,000+ Apps Built Over WhatsApp: Inside QwikBuild's Neon-Powered Architecture

DevFeed: [15,000+ Apps Built Over WhatsApp: Inside QwikBuild's Neon-Powered Architecture](<https://devfeed.tech/articles/15-000-apps-built-over-whatsapp-inside-qwikbuild-s-neon-powered-architecture-5446.md>)

Original publisher: [Read original article](<https://neon.com/blog/inside-qwikbuild-neon-powered-architecture>)

Author: Carlota Soto

Published: 2026-02-26T17:49:06Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [app builder](<https://devfeed.tech/topics/app-builder.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Hono](<https://devfeed.tech/topics/honojs.md>), [Deno](<https://devfeed.tech/topics/deno.md>), [Python](<https://devfeed.tech/topics/python.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Database](<https://devfeed.tech/topics/database.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [apps](<https://devfeed.tech/tags/apps.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [product](<https://devfeed.tech/tags/product.md>), [python](<https://devfeed.tech/tags/python.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [web-app](<https://devfeed.tech/tags/web-app.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

### AI overview

This article examines QwikBuild, an AI web app builder launched on WhatsApp that has been used by more than 15,000 creators. It describes QwikBuild's architecture, including Python coordination, TypeScript-generated applications, isolated Postgres databases provisioned through Neon, Drizzle ORM, Hono, Deno, Twilio, and AWS infrastructure. The article explains how separate databases and Neon's independently scalable compute and storage support application isolation and low idle costs.

### Source excerpt

"The biggest strength of Neon is how it decouples storage and compute and makes them independently scalable. When an app isn't being used, the compute node can be put in idle mode at extremely low cost, which lets us handle a wide range of scale and complexity without compromise....

## How Zite Provisions Isolated Postgres Databases for Every User

DevFeed: [How Zite Provisions Isolated Postgres Databases for Every User](<https://devfeed.tech/articles/how-zite-provisions-isolated-postgres-databases-for-every-user-5419.md>)

Original publisher: [Read original article](<https://neon.com/blog/how-zite-provisions-isolated-postgres-databases-for-every-user>)

Author: Carlota Soto

Published: 2026-02-06T20:56:25Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [App](<https://devfeed.tech/topics/app.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [app-builder](<https://devfeed.tech/tags/app-builder.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [databases](<https://devfeed.tech/tags/databases.md>), [postgres](<https://devfeed.tech/tags/postgres.md>)

### AI overview

Zite describes building a managed database for its app builder and moving beyond an initial shared PostgreSQL database on AWS RDS. The article focuses on provisioning isolated databases for end users and reducing infrastructure-management work.

### Source excerpt

"We were getting ready to hire dedicated engineers just to manage and scale Zite Database. With Neon, we didn't need to do that - we were able to give every end user their own database, including on the free plan" (Dominic Whyte, Co-founder at Zite) Zite is an AI-native app build...

## Building Versioning for AI-Generated Apps

DevFeed: [Building Versioning for AI-Generated Apps](<https://devfeed.tech/articles/building-versioning-for-ai-generated-apps-5115.md>)

Original publisher: [Read original article](<https://neon.com/blog/building-versioning-for-ai-generated-apps>)

Author: Will Chen

Published: 2025-11-12T16:43:33Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [apps](<https://devfeed.tech/tags/apps.md>), [code](<https://devfeed.tech/tags/code.md>), [community](<https://devfeed.tech/tags/community.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [git](<https://devfeed.tech/tags/git.md>), [integration](<https://devfeed.tech/tags/integration.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [payload](<https://devfeed.tech/tags/payload.md>), [product](<https://devfeed.tech/tags/product.md>), [sync](<https://devfeed.tech/tags/sync.md>)

### AI overview

The article describes Dyad's database versioning design for AI-generated applications. It pairs code commits with Neon database state so users can preview or undo versions without changing the active development branch.

### Source excerpt

For anyone building apps with AI, iteration is constant: you try different prompts, tweak the logic, and regenerate code until it finally works. At Dyad, a free, local, open-source AI app builder, this cycle is part of every user's experience. From the start, Dyad made it easy to...

## Why we built app.build

DevFeed: [Why we built app.build](<https://devfeed.tech/articles/why-we-built-app-build-5863.md>)

Original publisher: [Read original article](<https://neon.com/blog/why-we-built-app-build>)

Author: Arseni Kravchenko

Published: 2025-08-25T15:55:20Z

Content type: opinion

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [app builder](<https://devfeed.tech/topics/app-builder.md>), [backends](<https://devfeed.tech/topics/backends.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [backends](<https://devfeed.tech/tags/backends.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [code-generation](<https://devfeed.tech/tags/code-generation.md>), [databases](<https://devfeed.tech/tags/databases.md>), [llms](<https://devfeed.tech/tags/llms.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [product](<https://devfeed.tech/tags/product.md>)

### AI overview

Neon explains why it built app.build as an open-source reference architecture for AI-native systems. The project demonstrates how agents can generate complete applications with backends, databases, testing, authentication, CI/CD, and deployments, addressing the limitations of code-generation tools that focus mainly on compiling code or rendering components.

### Source excerpt

LLMs are fantastic at code generation. They can produce hundreds of lines of code, entire functions and components, that compile perfectly, implement complex algorithms elegantly, and even follow best practices for style and structure. They suck at full-blown software generation,...

## Launching the Codename One Academy

DevFeed: [Launching the Codename One Academy](<https://devfeed.tech/articles/launching-the-codename-one-academy-19349.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/launching-codename-one-academy/>)

Author: Shai Almog

Published: 2017-06-25T00:00:00Z

Content type: release

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Learning](<https://devfeed.tech/topics/learning.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Bootcamp](<https://devfeed.tech/topics/bootcamp.md>), [Java](<https://devfeed.tech/topics/java.md>), [app builder](<https://devfeed.tech/topics/app-builder.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [community](<https://devfeed.tech/tags/community.md>), [course](<https://devfeed.tech/tags/course.md>), [courses](<https://devfeed.tech/tags/courses.md>), [free](<https://devfeed.tech/tags/free.md>), [java](<https://devfeed.tech/tags/java.md>), [learning](<https://devfeed.tech/tags/learning.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>)

### AI overview

The article announces the Codename One Academy, launching with three courses covering Java for mobile devices, advanced Codename One development, and full-stack mobile app development in Java. It also describes planned monthly course modules, additional apps, and introductory pricing.

### Source excerpt

On the eve of the release of Codename One 3.7 we are excited to announce the new Codename One Academy which will change the way people learn Codename One. We've invested a lot of effort in creating a smooth learning experience and we're launching with 3 live courses. This wouldn't have been possible without all the help from community members who provided guidelines, feedback and assistance. It wouldn't have been possible without the members of the bootcamp who helped with the process of refining the requirements from this course. Thank you all for your help!

## Codename One Courses Will Teach Practical App Development Through Cookbook-Style Material

DevFeed: [Codename One Courses Will Teach Practical App Development Through Cookbook-Style Material](<https://devfeed.tech/articles/getting-from-good-to-great-19315.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/good-to-great/>)

Author: Shai Almog

Published: 2017-06-20T00:00:00Z

Content type: article

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [app builder](<https://devfeed.tech/topics/app-builder.md>), [App](<https://devfeed.tech/topics/app.md>), [Java](<https://devfeed.tech/topics/java.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Bootcamp](<https://devfeed.tech/topics/bootcamp.md>)

Tags: [app-builder](<https://devfeed.tech/tags/app-builder.md>), [building](<https://devfeed.tech/tags/building.md>), [courses](<https://devfeed.tech/tags/courses.md>), [java](<https://devfeed.tech/tags/java.md>)

### AI overview

The article explains plans for Codename One courses focused on practical, cookbook-style app development. The material will require a reasonable knowledge of Java, use the Teachable platform, and initially cover a restaurant app and an app builder based on bootcamp material.

### Source excerpt

Thanks for all the great feedback on my last post, I got some wonderful app suggestions from some of you and some interesting questions. Overall, there were more than 100 comments and emails so I apologize if I took too long to answer some of you. I already mentioned the focus of these coming courses is to let you create apps in a more practical form: "cook book" style. But while I talked a bit about the narrative and the course I didn't explain exactly how or why this will work effectively.

## Restaurant App Builder

DevFeed: [Restaurant App Builder](<https://devfeed.tech/articles/restaurant-app-builder-19495.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/restaurant-app-builder/>)

Author: Shai Almog

Published: 2017-06-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [app builder](<https://devfeed.tech/topics/app-builder.md>), [App](<https://devfeed.tech/topics/app.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Bootcamp](<https://devfeed.tech/topics/bootcamp.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [app-builder](<https://devfeed.tech/tags/app-builder.md>), [billing](<https://devfeed.tech/tags/billing.md>), [courses](<https://devfeed.tech/tags/courses.md>), [generate](<https://devfeed.tech/tags/generate.md>), [native](<https://devfeed.tech/tags/native.md>), [shopping](<https://devfeed.tech/tags/shopping.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

The article introduces a restaurant ordering app and an app builder created during a bootcamp. The builder lets users customize the ordering app for a specific restaurant and generate a native app. The author presents a soft launch, invites feedback from restaurant owners, and describes plans for further development and course material.

### Source excerpt

In the bootcamp we didn't build just one big app, we built two... Or infinity... The first app was a restaurant ordering system that allows you to pick dishes from a menu and add them to a shopping cart. The second app was an "app builder" that allows you to customize the first app and then generate a native app based on that for your specific restaurant. I kept that under wraps because I wanted to do a big "launch" and release the app to the wild based on that but I ended up being so busy after the bootcamp completed that this just didn't materialize. So instead of doing a big launch I'm doing the softest possible launch for this app. This is how the restaurant app looks, I cover its creation in the upcoming courses too: