๐งต Xplitter
Transform long texts into X/Twitter, Threads or Bluesky threads easily.
๐ Technologies
- Astro
- @astrojs/svelte
- Svelte
- TypeScript
- CSS
- ESLint + Prettier
๐ฆ Local development
- Clone this repository
- Install dependencies:
npm install
- Run in development mode:
npm run dev
๐ง How to use the app
- Write or paste a long text.
- The app will split it into numbered tweets of up to 280 characters.
- You can copy the entire thread or each tweet/post to paste it into X (Twitter) or any other thread based social network.
๐ Project structure
โโโ src/
โ โโโ components/
โ โโโ layouts/
โ โโโ pages/
โ โโโ styles/
โ โโโ utils/
โโโ public/
โโโ .vscode/
โโโ .eslintrc.cjs
โโโ .prettierrc
โโโ astro.config.mjs
โโโ tsconfig.json
โโโ vite.config.ts
โโโ README.md