https://github.com/chiragagg5k/jstack-appwrite-template

template for getting started with jstack + appwrite

https://github.com/chiragagg5k/jstack-appwrite-template

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary

Keywords

appwrite jstack nextjs
Last synced: 5 months ago · JSON representation

Repository

template for getting started with jstack + appwrite

Basic Info
Statistics
  • Stars: 3
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
appwrite jstack nextjs
Created 8 months ago · Last pushed 7 months ago
Metadata Files
Readme

README.md

JStack + Appwrite

Ship high-performance Next.js apps for extremely cheap using Appwrite.

Getting Started

  1. Clone the repository

bash git clone https://github.com/ChiragAgg5k/jstack-appwrite-template cd jstack-appwrite-template

  1. Install dependencies

bash bun i # or npm install

  1. Create a .env.local file

bash cp .env.example .env.local

  1. Run the development server

bash bun dev # or npm run dev

Note: Example env consists of an example Appwrite project. You can use your own Appwrite project by updating the env variables.

Setting up Appwrite

  1. Go to Appwrite Console, sign up if you don't have an account and create a new project

  2. Once project is created, head over to Project Overview and copy projectId and endpoint

  3. Update these values in the appwrite.json file - here

diff - "projectId": "686a271700323696d223", - "endpoint": "https://fra.cloud.appwrite.io/v1", + "projectId": "YOUR_PROJECT_ID", + "endpoint": "YOUR_ENDPOINT",

  1. For the next step, make sure you have Appwrite CLI installed. You can install it by running the following command:

bash npm install -g appwrite-cli # or brew install appwrite

For more documentation on the Appwrite CLI, check out the official documentation.

  1. Run the following command to push the changes to Appwrite:

bash appwrite push

  1. Run the following command to generate the Appwrite types

Check out the blog post for more details: JStack + Appwrite

Owner

  • Name: Chirag Aggarwal
  • Login: ChiragAgg5k
  • Kind: user
  • Location: Noida , Uttar Pradesh , India
  • Company: Bennett University

CSE Undergrad | Student at Bennett University

GitHub Events

Total
  • Watch event: 2
  • Push event: 7
  • Create event: 1
Last Year
  • Watch event: 2
  • Push event: 7
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago


Dependencies

package.json npm
  • @cloudflare/workers-types ^4.20250214.0 development
  • @types/node ^22.10.6 development
  • @types/react ^19.0.7 development
  • @types/react-dom ^19.0.3 development
  • dotenv ^16.4.5 development
  • eslint ^9.18.0 development
  • eslint-config-next ^15.1.4 development
  • postcss ^8 development
  • prettier ^3.6.2 development
  • tailwindcss ^4.0.0 development
  • typescript ^5 development
  • wrangler ^4.0.0 development
  • @tailwindcss/postcss ^4.0.0
  • @tanstack/react-query ^5.51.23
  • appwrite ^18.1.1
  • clsx ^2.1.1
  • hono ^4.7.0
  • jstack ^1.1.1
  • next ^15.1.6
  • react ^19.0.0
  • react-dom ^19.0.0
  • superjson ^2.2.1
  • tailwind-merge ^2.5.2
  • zod ^3.24.1