{"id":19528908,"url":"https://github.com/adonisjs/inertia-starter-kit","last_synced_at":"2025-10-24T06:20:16.184Z","repository":{"id":225262360,"uuid":"759074178","full_name":"adonisjs/inertia-starter-kit","owner":"adonisjs","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T08:09:11.000Z","size":1417,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-21T18:05:32.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adonisjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"thetutlage"}},"created_at":"2024-02-17T18:41:52.000Z","updated_at":"2025-03-01T20:38:38.000Z","dependencies_parsed_at":"2024-05-28T10:36:44.510Z","dependency_job_id":"9657764b-58fa-44a5-be91-26d80976a1b4","html_url":"https://github.com/adonisjs/inertia-starter-kit","commit_stats":null,"previous_names":["adonisjs/inertia-starter-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Finertia-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Finertia-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Finertia-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adonisjs%2Finertia-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adonisjs","download_url":"https://codeload.github.com/adonisjs/inertia-starter-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250981089,"owners_count":21517774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T01:20:42.339Z","updated_at":"2025-10-24T06:20:16.103Z","avatar_url":"https://github.com/adonisjs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/thetutlage"],"categories":[],"sub_categories":[],"readme":"# AdonisJS Inertia Starter Kit\n\nThis repo contains an AdonisJS application tailored for building an Inertia powered application using your favorite frontend framework. ( React, Vue, Solid.js, Svelte )\n\n## What's included\n\n- TypeScript setup with commands to run developments server using `ts-node + swc` and create production build.\n- ESLint and Prettier setup extending the [AdonisJS tooling config](https://github.com/adonisjs/tooling-config) presets.\n- Ace command line framework.\n- Everything else you get with the core of AdonisJS.\n\nOn top of the framework core and dev-tooling, the following features are enabled by the inertia starter kit.\n\n- Lucid ORM ( Installed, but not configured )\n- Auth module ( Installed, but not configured )\n- CSRF protection\n- Edge template engine\n- VineJS for validations\n- Static files server\n- Vite for bundling and serving frontend assets\n- Inertia.js for building server-driven single-page apps\n- Your favorite frontend framework ( React, Vue, Solid.js, Svelte )\n\n## Usage\n\nYou can create a new app using the `inertia` boilerplate by executing the following command. The command will perform the following steps.\n\n- Clone the repo\n- Install dependencies\n- Copy `.env.example` to `.env`\n- Set app key using `node ace generate:key` command.\n- Configure `@adonisjs/lucid` package.\n- Configure `@adonisjs/auth` package.\n- Configure `@adonisjs/inertia` package.\n\n```sh\nnpm init adonisjs -- -K=inertia\n```\n\n### Configuring Lucid database dialect\n\n```sh\nnpm init adonisjs -- -K=inertia --db=postgres\n```\n\nAvailable options for the `--db` flag.\n\n- sqlite\n- postgres\n- mysql\n- mssql\n\n### Configuring Auth package guard\n\n```sh\nnpm init adonisjs -- -K=inertia --auth-guard=access_tokens\n```\n\nAvailable options for the `--auth-guard` flag.\n\n- session\n- basic_auth\n- access_tokens\n\n### Configuring Inertia\n\nYou can pass the `--adapter` flag to configure the frontend adapter. Available options are `react`, `vue`, `solid`, and `svelte`.\n\n```sh\nnpm init adonisjs -- -K=inertia --adapter=react\n```\n\nYou can also pass the `--ssr` or `--no-ssr` flag to enable or disable server-side rendering.\n\n```sh\nnpm init adonisjs -- -K=inertia --ssr\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadonisjs%2Finertia-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadonisjs%2Finertia-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadonisjs%2Finertia-starter-kit/lists"}