AdiosDocs

Templates

The current Adios template is a ready-to-deploy Next.js starter. You can deploy it from the web console or clone the repository and deploy from your terminal.

Web Console

Use the console when you want the fastest path from the template to a live app.

  1. Open the Next.js template.
  2. Select Deploy now.
  3. Log in or create an account when prompted.
  4. Review the template, region, resources, and deploy policy.
  5. Create the app and follow the deployment logs.

Template links include a template query value so the console can preselect the right starter after authentication.

Local Clone

Use the local path when you want to inspect or customize files before deploying.

git clone https://github.com/adiosdotdev/template-nextjs.git
cd template-nextjs
adios up

Run adios up from the cloned repository root.

Choose a Template

Right now Adios publishes one public template:

  • Next.js: React app with Adios deployment defaults.

Additional templates can be added to the public template catalog as they are published.

After Deploy

After the deployment starts, use the app dashboard or CLI logs to inspect build and runtime output:

adios logs --build
adios logs --runtime

Once the app has source attached, open it in a workspace to edit files, run previews, add secrets, connect managed resources, and promote new deploys.