https://github.com/slashtechno/profiles
Social media platforms can be bloated. What about a rich text landing page that's yours to customize?
https://github.com/slashtechno/profiles
landing-page markdown
Last synced: about 1 month ago
JSON representation
Social media platforms can be bloated. What about a rich text landing page that's yours to customize?
- Host: GitHub
- URL: https://github.com/slashtechno/profiles
- Owner: slashtechno
- License: mit
- Created: 2024-07-31T15:10:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T22:35:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T08:29:48.272Z (over 1 year ago)
- Topics: landing-page, markdown
- Language: Svelte
- Homepage: https://profiles.angad.me
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _profiles_
Social media platforms can be bloated. What about a rich text landing page that's yours to customize?

## Features
- **Simple**: No magic algorithms, just a unique URL to share.
- Syntax: `https://profiles.angad.me/users/`
- **Customizable**: Using Markdown (and/or some HTML), create a rich text landing page.
- Images, links, lists, etc.
- Emoji support!
- **Open Source**: [GitHub Repository](https://github.com/slashtechno/profiles)
- **Free**: No ads, no monetization. Just a fun project.
## Usage
1. Visit `https://profiles.angad.me`
2. Sign in or sign up
3. Create a new profile
4. Customize your profile using Markdown
5. Share your profile URL
## Self-hosting
1. Import `pb_schema.json` into a PocketBase instance
2. Change the URL in `src/lib/pocketbase.js`
3. Run `npm install`
4. Run `npm run dev`
- For production, run `npm run build` and deploy the `build` folder