Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A powerful Notion alternative built by Satish - organize your thoughts, documents, and tasks in one seamless workspace.

Notifications You must be signed in to change notification settings

satish860/slate

Repository files navigation

Slate

A powerful Notion alternative built by Satish - organize your thoughts, documents, and tasks in one seamless workspace.

Slate is a modern note-taking and personal knowledge management application that helps you capture, organize, and connect your ideas. Built with Next.js, it provides a fluid and intuitive interface for managing your digital workspace.

Getting Started

Prerequisites

  • Node.js 18.17 or later
  • npm, yarn, pnpm, or bun package manager

Installation

# Clone the repository
git clone <your-repo-url>

# Install dependencies
npm install
# or
yarn install

Development

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Environment Variables

Create a .env.local file in the root directory:

NEXT_PUBLIC_API_URL=your_api_url_here
# Add other environment variables as needed

Project Structure

├── app/                # Next.js 13+ app directory
├── components/         # Reusable components
├── public/            # Static assets
├── styles/            # Global styles
└── types/             # TypeScript type definitions

Features

  • ⚡️ Next.js 13+ with App Router
  • 💎 TypeScript
  • 🎨 Tailwind CSS
  • 📱 Responsive Design
  • 🔒 Environment Variables
  • 📝 [Add other key features]

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A powerful Notion alternative built by Satish - organize your thoughts, documents, and tasks in one seamless workspace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published